I'm using the xeffects overlay and I get an error when I start building the Beryl-settings-bindings package.
It seems to be python related, but it has give me the same error with Python 2.4.4, Python 2.5-r1, and both versions installed at once.
Hopefully someone here can shed some light on this....
Code: Select all
>>> Unpacking source...
^[[32;01m*^[[0m subversion check out start -->
^[[32;01m*^[[0m repository: http://svn.gentoo-xeffects.org/beryl/trunk/be$
A beryl-settings-bindings/python
A beryl-settings-bindings/python/Makefile.am
A beryl-settings-bindings/python/berylsettings.pyx
A beryl-settings-bindings/configure.ac
A beryl-settings-bindings/AUTHORS
A beryl-settings-bindings/TODO
A beryl-settings-bindings/VERSION
A beryl-settings-bindings/acinclude.m4
A beryl-settings-bindings/ChangeLog
A beryl-settings-bindings/COPYING
A beryl-settings-bindings/Makefile.am
A beryl-settings-bindings/autogen.sh
A beryl-settings-bindings/NEWS
A beryl-settings-bindings/beryl-settings-bindings.pc.in
A beryl-settings-bindings/README
Checked out revision 2898.
^[[32;01m*^[[0m working copy: /usr/portage/distfiles/svn-src/beryl-settings$
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/x11-misc/beryl-settings-bindings-9999/$
^[[32;01m*^[[0m Running eautoreconf in '/var/tmp/portage/x11-misc/beryl-settin$
^[[32;01m*^[[0m Requested autoconf 2.5
^[[32;01m*^[[0m Using autoconf (GNU Autoconf) 2.61
^[[32;01m*^[[0m Using autoheader (GNU Autoconf) 2.61
^[[32;01m*^[[0m Requested automake latest: 1.10
^[[32;01m*^[[0m Using automake (GNU automake) 1.10
^[[32;01m*^[[0m Using aclocal (GNU automake) 1.10
^[[32;01m*^[[0m Running aclocal ...
^[[A^[[72C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
^[[32;01m*^[[0m Running libtoolize --copy --force --automake ...
^[[A^[[72C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
^[[32;01m*^[[0m Running aclocal ...
^[[A^[[72C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
^[[32;01m*^[[0m Running autoconf ...
^[[A^[[72C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
^[[32;01m*^[[0m Running autoheader ...
^[[A^[[72C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
^[[32;01m*^[[0m Running automake --add-missing --copy --foreign ...
^[[A^[[72C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
^[[32;01m*^[[0m Running elibtoolize in: beryl-settings-bindings
^[[32;01m*^[[0m Applying max_cmd_len-1.5.0.patch ...
^[[32;01m*^[[0m Applying sed-1.5.6.patch ...
Creating po/ subdirectory
Copying file mkinstalldirs
Copying file po/Makefile.in.in
Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.
* econf: updating beryl-settings-bindings/config.sub with /usr/share/gnuconfig$
* econf: updating beryl-settings-bindings/config.guess with /usr/share/gnuconf$
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --$
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking for strerror in -lcposix... no
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none $
checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin$
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for x86_64-pc-linux-gnu-g77... no
checking for x86_64-pc-linux-gnu-xlf... no
checking for x86_64-pc-linux-gnu-f77... no
checking for x86_64-pc-linux-gnu-frt... no
checking for x86_64-pc-linux-gnu-pgf77... no
checking for x86_64-pc-linux-gnu-cf77... no
checking for x86_64-pc-linux-gnu-fort77... no
checking for x86_64-pc-linux-gnu-fl32... no
checking for x86_64-pc-linux-gnu-af77... no
checking for x86_64-pc-linux-gnu-xlf90... no
checking for x86_64-pc-linux-gnu-f90... no
checking for x86_64-pc-linux-gnu-pgf90... no
checking for x86_64-pc-linux-gnu-pghpf... no
checking for x86_64-pc-linux-gnu-epcf90... no
checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc ob$
checking for objdir... .libs
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for correct ltmain.sh version... yes
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/b$
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin$
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU l$
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/b$
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/b$
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-gfortran static flag -static works... yes
checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-$
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BERYLSETTINGS... yes
checking for python2.5... /usr/bin/python2.5
checking whether /usr/bin/python2.5 version is >= 2.5.0... yes
checking for version... 2.5
checking for platform... linux2
checking for script directory... ${prefix}/lib64/python2.5/site-packages
checking for extension module directory... ${exec_prefix}/lib64/python2.5/site$
checking for pyrexc... pyrexc
configure: creating ./config.status
config.status: creating beryl-settings-bindings.pc
config.status: creating Makefile
config.status: creating python/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory `/var/tmp/portage/x11-misc/beryl-settings-bindings-$
Making all in python
make[2]: Entering directory `/var/tmp/portage/x11-misc/beryl-settings-bindings-$
pyrexc berylsettings.pyx
/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CON$
mkdir .libs
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.5 -I/u$
berylsettings.c: In function '__pyx_f_13berylsettings_8Category___new__':
berylsettings.c:2375: error: invalid lvalue in assignment
berylsettings.c: In function '__pyx_f_13berylsettings_6Plugin___new__':
berylsettings.c:2586: error: invalid lvalue in assignment
berylsettings.c: In function '__pyx_f_13berylsettings_5Group___new__':
berylsettings.c:3318: error: invalid lvalue in assignment
berylsettings.c: In function '__pyx_f_13berylsettings_8SubGroup___new__':
berylsettings.c:3595: error: invalid lvalue in assignment
berylsettings.c:3600: error: invalid lvalue in assignment
berylsettings.c: In function '__pyx_f_13berylsettings_7Setting___new__':
berylsettings.c:3917: error: invalid lvalue in assignment
berylsettings.c: In function '__pyx_tp_new_13berylsettings_Category':
berylsettings.c:6351: warning: assignment from incompatible pointer type
berylsettings.c: In function '__pyx_tp_clear_13berylsettings_Category':
berylsettings.c:6376: warning: assignment from incompatible pointer type
berylsettings.c: In function '__pyx_tp_new_13berylsettings_Plugin':
berylsettings.c:6527: warning: assignment from incompatible pointer type
berylsettings.c: In function '__pyx_tp_clear_13berylsettings_Plugin':
berylsettings.c:6552: warning: assignment from incompatible pointer type
berylsettings.c: In function '__pyx_tp_new_13berylsettings_Group':
berylsettings.c:6735: warning: assignment from incompatible pointer type
berylsettings.c: In function '__pyx_tp_clear_13berylsettings_Group':
berylsettings.c:6760: warning: assignment from incompatible pointer type
berylsettings.c: In function '__pyx_tp_new_13berylsettings_SubGroup':
berylsettings.c:6912: warning: assignment from incompatible pointer type
berylsettings.c:6913: warning: assignment from incompatible pointer type
berylsettings.c: In function '__pyx_tp_clear_13berylsettings_SubGroup':
berylsettings.c:6942: warning: assignment from incompatible pointer type
berylsettings.c:6944: warning: assignment from incompatible pointer type
berylsettings.c: In function '__pyx_tp_new_13berylsettings_Setting':
berylsettings.c:7091: warning: assignment from incompatible pointer type
berylsettings.c: In function '__pyx_tp_clear_13berylsettings_Setting':
berylsettings.c:7116: warning: assignment from incompatible pointer type
make[2]: *** [berylsettings.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-misc/beryl-settings-bindings-9$
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-misc/beryl-settings-bindings-9$
make: *** [all] Error 2
!!! ERROR: x11-misc/beryl-settings-bindings-9999 failed.
Call stack:
ebuild.sh, line 1618: Called dyn_compile
ebuild.sh, line 975: Called qa_call 'src_compile'
environment, line 3456: Called src_compile
beryl-settings-bindings-9999.ebuild, line 31: Called die
!!! make failed
!!! If you need support, post the topmost build error, and the call stack if relev$
!!! A complete build log is located at '/var/tmp/portage/x11-misc/beryl-settings-b$



