Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246842 Details for
Bug 336814
x11-misc/fireflies does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
fireflies-2.07:20100911-073330.log (text/plain), 16.43 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-11 14:07:23 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-11 14:07:23 UTC
Size:
16.43 KB
patch
obsolete
> * CPV: x11-misc/fireflies-2.07 > * REPO: gentoo > * Maintainer: desktop-misc@gentoo.org > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking fireflies-2.07.tar.gz to /var/tmp/portage/x11-misc/fireflies-2.07/work > * Applying fireflies-2.06-configure.patch ... > [ ok ] > * Applying fireflies-2.06-Make.include.in.patch ... > [ ok ] > * Applying fireflies-2.07-gcc43.patch ... > [ ok ] > * Applying fireflies-2.07-gcc44.patch ... > [ ok ] >>>> Source unpacked in /var/tmp/portage/x11-misc/fireflies-2.07/work >>>> Compiling source in /var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07 ... >./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-confdir=/usr/share/xscreensaver/config --with-bindir=/usr/lib/misc/xscreensaver >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/crossdev/include/site/linux >checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ >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 i686-pc-linux-gnu-g++ accepts -g... yes >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... yes >checking whether i686-pc-linux-gnu-gcc accepts -g... yes >checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed >checking for a BSD-compatible install... /usr/bin/install -c >checking for sdl-config... yes >checking for glXSwapBuffers in -lGL... yes >checking for glBegin in -lGL... yes >configure: creating ./config.status >config.status: creating Make.include >config.status: creating installit >config.status: creating fireflies.spec >config.status: creating config.h >make -j14 >cd libgfx && ./configure && cd src && make >checking for gcc... gcc >checking for C compiler default output... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for executable suffix... >checking for object suffix... o >checking whether we are using the GNU C compiler... yes >checking whether gcc accepts -g... yes >checking how to run the C preprocessor... gcc -E >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking how to run the C++ preprocessor... g++ -E >checking for ranlib... ranlib >checking for rm... /bin/rm >checking for fltk-config... fltk-config >checking for sqrt in -lm... yes >checking for zlibVersion in -lz... yes >checking for jpeg_start_compress in -ljpeg... yes >checking for TIFFOpen in -ltiff... yes >checking for png_read_image in -lpng... yes >checking for X... libraries , headers >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >checking for glBegin in -lGL... yes >checking for glPolygonOffset... yes >checking for glPolygonOffsetEXT... yes >checking for FLTK library... no >checking for FLTK GL support... no >checking for ANSI C header files... yes >checking for limits.h... yes >checking for unistd.h... yes >checking for GL/glext.h... yes >checking for GL/glxext.h... yes >checking for GL/wglext.h... yes >checking for hash_map... yes >checking for valarray... yes >checking for sstream... yes >checking for strstream... yes >checking for gcc option to accept ANSI C... none needed >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking for type bool... yes >checking for working alloca.h... yes >checking for alloca... yes >checking for rint... yes >checking for getrusage... yes >checking for times... yes >checking for random... no >checking for getopt... yes >checking for getopt_long... yes >configure: creating ./config.status >config.status: creating gfx-config >config.status: creating include/gfx/config.h >make[1]: Entering directory `/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/src' >make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H mat2.cxx >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H mat3.cxx >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H mat4.cxx >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H quat.cxx >quat.cxx: In function âQuat slerp(const Quat&, const Quat&, double)â: >quat.cxx:93:12: warning: unused variable âsineâ >/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include/gfx/vec3.h:58:46: warning: array subscript is above array bounds >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H symmat3.cxx >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H geom3d.cxx >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H raster.cxx >raster.cxx:48:57: warning: deprecated conversion from string constant to âchar*â >raster.cxx:48:57: warning: deprecated conversion from string constant to âchar*â >raster.cxx:48:57: warning: deprecated conversion from string constant to âchar*â >raster.cxx:48:57: warning: deprecated conversion from string constant to âchar*â >raster.cxx:49:53: warning: deprecated conversion from string constant to âchar*â >raster.cxx:49:53: warning: deprecated conversion from string constant to âchar*â >raster.cxx:49:53: warning: deprecated conversion from string constant to âchar*â >raster.cxx:49:53: warning: deprecated conversion from string constant to âchar*â >raster.cxx: In function âint infer_image_type(const char*)â: >raster.cxx:65:30: warning: comparison between signed and unsigned integer expressions >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H raster-pnm.cxx >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H raster-tiff.cxx >raster-tiff.cxx: In function âbool __tiff_write(TIFF*, const ByteRaster&)â: >raster-tiff.cxx:45:34: warning: comparison between signed and unsigned integer expressions >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H raster-jpeg.cxx >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H raster-png.cxx >raster-png.cxx: In function âByteRaster* read_png_image(const char*)â: >raster-png.cxx:42:8: warning: âpng_struct_def::jmpbufâ is deprecated (declared at /usr/include/png.h:1096) >raster-png.cxx:42:8: warning: âpng_struct_def::jmpbufâ is deprecated (declared at /usr/include/png.h:1096) >raster-png.cxx:92:24: warning: comparison between signed and unsigned integer expressions >raster-png.cxx:102:19: warning: comparison between signed and unsigned integer expressions >raster-png.cxx:109:19: warning: comparison between signed and unsigned integer expressions >raster-png.cxx: In function âbool write_png_image(const char*, const ByteRaster&)â: >raster-png.cxx:132:8: warning: âpng_struct_def::jmpbufâ is deprecated (declared at /usr/include/png.h:1096) >raster-png.cxx:132:8: warning: âpng_struct_def::jmpbufâ is deprecated (declared at /usr/include/png.h:1096) >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H time.cxx >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H script.cxx >script.cxx: In member function âint CmdLine::collect_as_strings(std::vector<std::basic_string<char> >&, int) constâ: >script.cxx:41:37: warning: comparison between signed and unsigned integer expressions >script.cxx: In member function âint CmdLine::collect_as_numbers(std::vector<double>&, int) constâ: >script.cxx:48:37: warning: comparison between signed and unsigned integer expressions >script.cxx: In member function âint CmdLine::collect_as_numbers(std::vector<int>&, int) constâ: >script.cxx:55:37: warning: comparison between signed and unsigned integer expressions >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H gui.cxx >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H gltools.cxx >gltools.cxx: In function âGLuint complete_opengl_pick(GLuint*)â: >gltools.cxx:55:16: warning: unused variable âcur_zmaxâ >gltools.cxx:70:17: warning: comparison between signed and unsigned integer expressions >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H baseball.cxx >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H trackball.cxx >g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H arcball.cxx >arcball.cxx:19:13: warning: âvoid quat_to_sphere(const Quat&, Vec3&, Vec3&)â defined but not used >ar cru libgfx.a mat2.o mat3.o mat4.o quat.o symmat3.o geom3d.o raster.o raster-pnm.o raster-tiff.o raster-jpeg.o raster-png.o time.o script.o gui.o gltools.o baseball.o trackball.o arcball.o >ranlib libgfx.a >make[1]: Leaving directory `/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/src' >cd src && make >make[1]: Entering directory `/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/src' >make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. >i686-pc-linux-gnu-g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o arrow.o arrow.cc >i686-pc-linux-gnu-g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o bait.o bait.cc >i686-pc-linux-gnu-g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o firefly.o firefly.cc >i686-pc-linux-gnu-g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o scene.o scene.cc >i686-pc-linux-gnu-g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o tail.o tail.cc >i686-pc-linux-gnu-g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o utils.o utils.cc >i686-pc-linux-gnu-g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o modes.o modes.cc >i686-pc-linux-gnu-g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o main.o main.cc >main.cc:24:31: warning: non-local variable â<anonymous enum> canvas_typeâ uses anonymous type >main.cc:209:1: warning: deprecated conversion from string constant to âchar*â >main.cc: In function âint main(int, char**)â: >main.cc:380:76: warning: deprecated conversion from string constant to âchar*â >main.cc:380:76: warning: deprecated conversion from string constant to âchar*â >i686-pc-linux-gnu-g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o canvas_base.o canvas_base.cc >i686-pc-linux-gnu-g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o canvas_glx.o canvas_glx.cc >In file included from canvas_glx.cc:6:0: >vroot.h: In function âWindow VirtualRootWindowOfScreen(Screen*)â: >vroot.h:123:20: warning: comparison between signed and unsigned integer expressions >i686-pc-linux-gnu-g++ -c -O2 -pipe -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wall -I../libgfx/include/ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o canvas_sdl.o canvas_sdl.cc >i686-pc-linux-gnu-g++ -o fireflies arrow.o bait.o firefly.o scene.o tail.o utils.o modes.o main.o canvas_base.o canvas_glx.o canvas_sdl.o ../libgfx/src/libgfx.a -lGL -lGLU -lSDL -lpthread >true fireflies >make[1]: Leaving directory `/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/src' >>>> Source compiled. >>>> Test phase [none]: x11-misc/fireflies-2.07 > >>>> Install fireflies-2.07 into /var/tmp/portage/x11-misc/fireflies-2.07/image/ category x11-misc >make -j14 DESTDIR=/var/tmp/portage/x11-misc/fireflies-2.07/image/ install >cd src && make >make[1]: Entering directory `/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/src' >make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. >make[1]: Nothing to be done for `all'. >make[1]: Leaving directory `/var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/src' >sh ./installit /var/tmp/portage/x11-misc/fireflies-2.07/image/ >Installed fireflies in /var/tmp/portage/x11-misc/fireflies-2.07/image//usr/lib/misc/xscreensaver/ >Installed fireflies.xml in /var/tmp/portage/x11-misc/fireflies-2.07/image//usr/share/xscreensaver/config/ >Could not find global XScreensaver file. >You can add fireflies to your xscreensaver file by typing: > ./add-xscreensaver <filename> >from the build directory. <filename> would usually look like >/home/user/.xscreensaver >>>> Completed installing fireflies-2.07 into /var/tmp/portage/x11-misc/fireflies-2.07/image/ > > * QA Notice: make jobserver unavailable: > * > * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. > * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. > * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/lib/misc/xscreensaver/fireflies > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/lib/misc/xscreensaver/fireflies > > > * QA Notice: Package has poor programming practices which may compile > * fine but exhibit random runtime failures. > * /var/tmp/portage/x11-misc/fireflies-2.07/work/fireflies-2.07/libgfx/include/gfx/vec3.h:58:46: warning: array subscript is above array bounds > > * Please do not file a Gentoo bug and instead report the above QA > * issues directly to the upstream developers of this software. > * Homepage: http://somewhere.fscked.org/proj/fireflies/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 336814
: 246842