[Bug 347936] Re: evilwm package build fail

Marcin Banasiak megabajt at pld-linux.org
Fri Mar 27 13:39:57 CET 2009


Fixed in revision 1.10. Thanks!

** Changed in: pld-linux
   Importance: Undecided => Low
     Assignee: (unassigned) => Marcin Banasiak (megabajt)
       Status: New => Fix Released

-- 
evilwm package build fail
https://bugs.launchpad.net/bugs/347936
You received this bug notification because you are subscribed to PLD
Linux.

Status in PLD Linux Distribution: Fix Released

Bug description:
There's a problem with a lack of /usr/include/Xm/MwmUtil.h on PLD Ti. Please, add openmotif-devel to BuildRequires in evilwm.spec to solve this problem.

=== BEGIN ===

[bsobel at pldmachine SPECS]$ ./builder -bb evilwm.spec 
builder: SMP make flags are set to -j8
# $Revision: 1.9 $, $Date: 2008/02/18 20:19:11 $
Available branches: 
evilwm_0.99.17.orig.tar.gz having proper md5sum already exists
Wykonywanie(%prep): env -i PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/X11R6/bin HOME=/home/users/bsobel TMP=/home/users/bsobel/tmp TMPDIR=/home/users/bsobel/tmp  /bin/sh -e /home/users/bsobel/tmp/rpm-tmp.3561
+ umask 022
+ cd /home/users/bsobel/rpm/BUILD
+ cd /home/users/bsobel/rpm/BUILD
+ rm -rf evilwm-0.99.17.orig
+ /bin/gzip -dc /home/users/bsobel/rpm/SOURCES/evilwm_0.99.17.orig.tar.gz
+ tar -xf -
+ STATUS=0
+ [ 0 -ne 0 ]
+ cd evilwm-0.99.17.orig
+ /bin/id -u
+ [ 1000 = 0 ]
+ true .
+ /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w .
+ echo Patch #0 (evilwm-fixed.patch):
Patch #0 (evilwm-fixed.patch):
+ patch -p1 -s
+ < /home/users/bsobel/rpm/SOURCES/evilwm-fixed.patch 
+ exit 0
Wykonywanie(%build): env -i PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/X11R6/bin HOME=/home/users/bsobel TMP=/home/users/bsobel/tmp TMPDIR=/home/users/bsobel/tmp  /bin/sh -e /home/users/bsobel/tmp/rpm-tmp.3561
+ umask 022
+ cd /home/users/bsobel/rpm/BUILD
+ cd evilwm-0.99.17.orig
+ make -j8 CC=i686-pld-linux-gcc CFLAGS=$(INCLUDES) $(DEFINES) -O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4  -Wall
i686-pld-linux-gcc -I/usr/X11R6/include -DSOLIDDRAG -DINFOBANNER -DMWM_HINTS -DVWM -DSHAPE -DMOUSE -DSNAP -DSTDIO -DCOLOURMAP -DVERSION=\"0.99.17\"  -O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4  -Wall -c client.c
i686-pld-linux-gcc -I/usr/X11R6/include -DSOLIDDRAG -DINFOBANNER -DMWM_HINTS -DVWM -DSHAPE -DMOUSE -DSNAP -DSTDIO -DCOLOURMAP -DVERSION=\"0.99.17\"  -O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4  -Wall -c events.c
i686-pld-linux-gcc -I/usr/X11R6/include -DSOLIDDRAG -DINFOBANNER -DMWM_HINTS -DVWM -DSHAPE -DMOUSE -DSNAP -DSTDIO -DCOLOURMAP -DVERSION=\"0.99.17\"  -O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4  -Wall -c main.c
i686-pld-linux-gcc -I/usr/X11R6/include -DSOLIDDRAG -DINFOBANNER -DMWM_HINTS -DVWM -DSHAPE -DMOUSE -DSNAP -DSTDIO -DCOLOURMAP -DVERSION=\"0.99.17\"  -O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4  -Wall -c misc.c
i686-pld-linux-gcc -I/usr/X11R6/include -DSOLIDDRAG -DINFOBANNER -DMWM_HINTS -DVWM -DSHAPE -DMOUSE -DSNAP -DSTDIO -DCOLOURMAP -DVERSION=\"0.99.17\"  -O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4  -Wall -c new.c
In file included from client.c:5:
evilwm.h:8:24: error: Xm/MwmUtil.h: No such file or directory
In file included from events.c:5:
evilwm.h:8:24: error: Xm/MwmUtil.h: No such file or directory
i686-pld-linux-gcc -I/usr/X11R6/include -DSOLIDDRAG -DINFOBANNER -DMWM_HINTS -DVWM -DSHAPE -DMOUSE -DSNAP -DSTDIO -DCOLOURMAP -DVERSION=\"0.99.17\"  -O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4  -Wall -c screen.c
In file included from main.c:5:
evilwm.h:8:24: error: Xm/MwmUtil.h: No such file or directory
make: *** [client.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from misc.c:5:
evilwm.h:8:24: error: Xm/MwmUtil.h: No such file or directory
make: *** [events.o] Error 1
In file included from new.c:5:
evilwm.h:8:24: error: Xm/MwmUtil.h: No such file or directory
make: *** [misc.o] Error 1
new.c:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
new.c: In function 'make_new_client':
new.c:27: error: 'PropMwmHints' undeclared (first use in this function)
new.c:27: error: (Each undeclared identifier is reported only once
new.c:27: error: for each function it appears in.)
new.c:27: error: 'mhints' undeclared (first use in this function)
new.c:102: warning: implicit declaration of function 'get_mwm_hints'
new.c:103: error: 'MWM_HINTS_DECORATIONS' undeclared (first use in this function)
new.c:104: error: 'MWM_DECOR_ALL' undeclared (first use in this function)
new.c:105: error: 'MWM_DECOR_BORDER' undeclared (first use in this function)
new.c: At top level:
new.c:259: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
make: *** [new.o] Error 1
main.c: In function 'setup_display':
main.c:206: error: '_XA_MWM_HINTS' undeclared (first use in this function)
main.c:206: error: (Each undeclared identifier is reported only once
main.c:206: error: for each function it appears in.)
make: *** [main.o] Error 1
In file included from screen.c:8:
evilwm.h:8:24: error: Xm/MwmUtil.h: No such file or directory
make: *** [screen.o] Error 1
błąd: Błędny status wyjścia z /home/users/bsobel/tmp/rpm-tmp.3561 (%build)


Błędy budowania RPM-a:
    Błędny status wyjścia z /home/users/bsobel/tmp/rpm-tmp.3561 (%build)
Error: package build failed. (no more info)
[bsobel at pldmachine SPECS]$

=== END ===


More information about the pld-bugs mailing list