Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#39297 - [enter] build fails
Attached to Project:
Community Packages
Opened by Joel Teichroeb (klusark) - Monday, 10 March 2014, 16:29 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 23 April 2014, 16:08 GMT
Opened by Joel Teichroeb (klusark) - Monday, 10 March 2014, 16:29 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 23 April 2014, 16:08 GMT
|
DetailsDescription:
gcc -DHAVE_CONFIG_H -I.. -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/include/freetype2 -DCONFDIR=\"/etc\" -DTHEMEDIR=\"/usr/share/enter/themes\" -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -lcrypt -MT enter-gui_image.o -MD -MP -MF .deps/enter-gui_image.Tpo -c -o enter-gui_image.o `test -f 'gui_image.c' || echo './'`gui_image.c gcc -DHAVE_CONFIG_H -I.. -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/include/freetype2 -DCONFDIR=\"/etc\" -DTHEMEDIR=\"/usr/share/enter/themes\" -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -lcrypt -MT enter-gui_label.o -MD -MP -MF .deps/enter-gui_label.Tpo -c -o enter-gui_label.o `test -f 'gui_label.c' || echo './'`gui_label.c mv -f .deps/enter-login.Tpo .deps/enter-login.Po gcc -DHAVE_CONFIG_H -I.. -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/include/freetype2 -DCONFDIR=\"/etc\" -DTHEMEDIR=\"/usr/share/enter/themes\" -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -lcrypt -MT enter-gui_input.o -MD -MP -MF .deps/enter-gui_input.Tpo -c -o enter-gui_input.o `test -f 'gui_input.c' || echo './'`gui_input.c mv -f .deps/enter-display.Tpo .deps/enter-display.Po gcc -DHAVE_CONFIG_H -I.. -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/include/freetype2 -DCONFDIR=\"/etc\" -DTHEMEDIR=\"/usr/share/enter/themes\" -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -lcrypt -MT enter-gui_widget.o -MD -MP -MF .deps/enter-gui_widget.Tpo -c -o enter-gui_widget.o `test -f 'gui_widget.c' || echo './'`gui_widget.c mv -f .deps/enter-gui_image.Tpo .deps/enter-gui_image.Po gcc -DHAVE_CONFIG_H -I.. -D_FORTIFY_SOURCE=2 -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/include/freetype2 -DCONFDIR=\"/etc\" -DTHEMEDIR=\"/usr/share/enter/themes\" -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -lcrypt -MT enter-gui.o -MD -MP -MF .deps/enter-gui.Tpo -c -o enter-gui.o `test -f 'gui.c' || echo './'`gui.c mv -f .deps/enter-gui_label.Tpo .deps/enter-gui_label.Po mv -f .deps/enter-gui_input.Tpo .deps/enter-gui_input.Po mv -f .deps/enter-gui_widget.Tpo .deps/enter-gui_widget.Po mv -f .deps/enter-gui.Tpo .deps/enter-gui.Po gcc -Wall -Wmissing-prototypes -Wmissing-declarations -I/usr/include/freetype2 -DCONFDIR=\"/etc\" -DTHEMEDIR=\"/usr/share/enter/themes\" -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -lcrypt -lImlib2 -lfreetype -lz -lbz2 -lpng16 -lcrypt -Wl,-O1,--sort-common,--as-needed,-z,relro -o enter enter-enter.o enter-server.o enter-utils.o enter-conf.o enter-auth.o enter-log.o enter-login.o enter-display.o enter-gui_image.o enter-gui_label.o enter-gui_input.o enter-gui_widget.o enter-gui.o -lImlib2 -lXau -lXft /usr/bin/ld: enter-gui.o: undefined reference to symbol 'XdbeAllocateBackBufferName' /usr/lib/libXext.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:359: recipe for target 'enter' failed make[2]: *** [enter] Error 1 make[2]: Leaving directory '/build/enter/src/enter-0.0.9/src' Makefile:356: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/build/enter/src/enter-0.0.9' Makefile:296: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Steps to reproduce: sudo extra-x86_64-build |
This task depends upon