On Mon, May 22, 2006 at 10:56:12AM -0400, Marc Collin wrote: > > Hi, > > > > On Monday, May 22, 2006 at 01:44:39, Marc Collin wrote: > > > >> i begin to create rpm for suse > >> > >> configure: error: IMWheel depends on the X11 libraries! > >> > >> i don't understand why it don't get the X11 librairies, i copied all the > >> dvd in /opt/dvd_suse > > > > You are probably missing BuildRequires to xorg-x11-libs and > > xorg-x11-devel > > > > Henne > > > ya know that compile > > i read this tutorial > http://www-128.ibm.com/developerworks/library/l-rpm1/ > > > i get: build --rpms /opt/dvd_suse > > error: Installed (but unpackaged) file(s) found: > /usr/X11/bin/imwheel > /usr/local/man/man1/imwheel.1.gz > > > i tried to add in the spec file: > %config(noreplace) /etc/imwheelrc > /usr/X11R6/bin/imwheel > %attr(0755, root, root) %{prefix}/bin/imwheel > %{prefix}/man/man1/imwheel.1x.bz2 > > > but i get > > RPM build errors: > File not found: /var/tmp/imwheel-1.0.0pre12-build/etc/imwheelrc > File not found: /var/tmp/imwheel-1.0.0pre12-build/usr/X11R6/bin/imwheel > linux64:/usr/src/packages/SOURCES/imwheel # build --rpms /opt/dvd_suse > logging output to /var/tmp/build-root/.build.log...
Likely the DESTDIR got applied twice. Check with find //var/tmp/imwheel-1.0.0pre12-build Ciao, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
