[Bug 717167] New: 12.1 gcc is miss linked
https://bugzilla.novell.com/show_bug.cgi?id=717167 https://bugzilla.novell.com/show_bug.cgi?id=717167#c0 Summary: 12.1 gcc is miss linked Classification: openSUSE Product: openSUSE 12.1 Version: Factory Platform: x86-64 OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: n5xwb@comcast.net QAContact: qa@suse.de Found By: --- Blocker: --- Created an attachment (id=450171) --> (http://bugzilla.novell.com/attachment.cgi?id=450171) limited amout of error info in plain text User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.0 Coming from a second or third git of Flightgear as a openSuSE linked error/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libfltk.so: undefined reference to `FcFontSetDestroy' /usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../lib64/libfltk.so: undefined reference to `FcPatternAddString' collect2: ld returned 1 exit status And libfltk is in /lib64 Reproducible: Always Steps to Reproduce: 1.download and compile Flightgear 2. use the cmake (I am not sure about configure) method 3. type make and sit back because this come about around 90% complete Actual Results: collect2: ld returned 1 exit status It fails to complete Expected Results: I think if I counted correctly it is 5 levels back not 4 levels back. I have used "ldd" looking for it and have not found it. This is openSuSE 12.1 M5 and did not have this problem before in 12.1 or 11.4 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=717167 https://bugzilla.novell.com/show_bug.cgi?id=717167#c1 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@suse.com Summary|12.1 gcc is miss linked |12.1 FlightGear misses | |-lfontconfig --- Comment #1 from Marcus Meissner <meissner@suse.com> 2011-09-12 15:27:21 UTC --- you need to add -lfontconfig in the linkline. the linker was changed and you will see those errors now. it is not GCC at fault, but FlightGear needs to be adjusted. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=717167 https://bugzilla.novell.com/show_bug.cgi?id=717167#c2 --- Comment #2 from Donald Donn Washburn <n5xwb@comcast.net> 2011-09-12 17:47:39 UTC --- Where should -lfontconfig be put in a cmake version or configure file?. I have looked all over the flightgear source and have not run across a "-l" anywhere. Not found. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=717167 https://bugzilla.novell.com/show_bug.cgi?id=717167#c3 --- Comment #3 from Marcus Meissner <meissner@suse.com> 2011-09-12 19:41:23 UTC --- whih project, so i can take a look? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=717167 https://bugzilla.novell.com/show_bug.cgi?id=717167#c4 --- Comment #4 from Donald Donn Washburn <n5xwb@comcast.net> 2011-09-12 20:32:20 UTC --- it is flightgear.org and the version I have is coming from "git clone git://gitorious.org/fg/flightgear.git" giving fgfs 2.5 "http://www.flightgear.org" By the way it will not work with neavous and DRM module on a NVidia system. To compile it you need a working complete set of ffmpeg. OpenScreenGraph, freelut, OpenGL (freeglut) and ALUT and finally Simgear. I have all versions that are CVS/SVN/GIT. And a joystick. Which yast2>Hardware no longer shorts without a MB with an analog gameport sound card (kind of dumb as they have gone away. I can send you if needed all of the SVN/CVS/GIT sites -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=717167 https://bugzilla.novell.com/show_bug.cgi?id=717167#c5 Sid Boyce <sboyce@blueyonder.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sboyce@blueyonder.co.uk --- Comment #5 from Sid Boyce <sboyce@blueyonder.co.uk> 2011-09-12 20:39:14 UTC --- Flightgear has 2 dependencies - OpenSceneGraph and Simgear in that order. OpenSceneGraph built from svn, simgear built from git and Flightgear built from git. I've not encountered any errors and I've rebuilt them several times, well perhaps 4 times in the last 3 months and again last night. It's definitely not an openSUSE Milestone problem nor is it a Flightgear problem and with the large amount of other software I build and use, I would expect to hit one of the many problems Donn encounters. One thing, I don't build and install any software that the distribution supplies as the openSUSE software is pretty much bang up to date and builds all my needed applications quite happily. If something seems missing during a build, the repo supplies it. slipstream:/usr/local/lib64/FlightGear # l /usr/lib64/libfltk* lrwxrwxrwx 1 root root 20 Aug 13 04:58 /usr/lib64/libfltk_forms.so -> libfltk_forms.so.1.3* -rwxr-xr-x 1 root root 27136 Aug 8 23:32 /usr/lib64/libfltk_forms.so.1.3* lrwxrwxrwx 1 root root 17 Aug 13 04:58 /usr/lib64/libfltk_gl.so -> libfltk_gl.so.1.3* -rwxr-xr-x 1 root root 125832 Aug 8 23:32 /usr/lib64/libfltk_gl.so.1.3* lrwxrwxrwx 1 root root 21 Aug 13 04:58 /usr/lib64/libfltk_images.so -> libfltk_images.so.1.3* -rwxr-xr-x 1 root root 61200 Aug 8 23:32 /usr/lib64/libfltk_images.so.1.3* lrwxrwxrwx 1 root root 14 Aug 13 04:58 /usr/lib64/libfltk.so -> libfltk.so.1.3* -rwxr-xr-x 1 root root 1185328 Aug 8 23:32 /usr/lib64/libfltk.so.1.3* slipstream:/usr/local/lib64/FlightGear # rpm -qa|grep fltk fltk-1.3.0-1.3.x86_64 fltk-devel-1.3.0-1.3.x86_64 libfltk1-1.3.0-1.3.x86_64 slipstream:/usr/local/lib64/FlightGear # grep -r lfontconfig * slipstream:/usr/local/lib64/FlightGear # grep -r lfltk * utils/fgadmin/src/CMakeFiles/fgadmin.dir/relink.txt:/usr/bin/c++ -Wall -D_REENTRANT CMakeFiles/fgadmin.dir/fgadmin_funcs.cxx.o CMakeFiles/fgadmin.dir/main.cxx.o CMakeFiles/fgadmin.dir/untarka.c.o -o CMakeFiles/CMakeRelink.dir/fgadmin -rdynamic libFGAdminUI.a /usr/local/lib64/libsgephem.a /usr/local/lib64/libsgenvironment.a /usr/local/lib64/libsgnasal.a /usr/local/lib64/libsgsky.a /usr/local/lib64/libsgmaterial.a /usr/local/lib64/libsgtgdb.a /usr/local/lib64/libsgmodel.a /usr/local/lib64/libsgscreen.a /usr/local/lib64/libsgbucket.a /usr/local/lib64/libsgbvh.a /usr/local/lib64/libsgutil.a /usr/local/lib64/libsgroute.a /usr/local/lib64/libsgtiming.a /usr/local/lib64/libsgthreads.a /usr/local/lib64/libsgio.a /usr/local/lib64/libsgserial.a /usr/local/lib64/libsgsound.a /usr/local/lib64/libsgstructure.a /usr/local/lib64/libsgprops.a /usr/local/lib64/libsgxml.a /usr/local/lib64/libsgdebug.a /usr/local/lib64/libsgmisc.a /usr/local/lib64/libsgmagvar.a /usr/local/lib64/libsgmath.a -lz -lplibpuaux -lplibjs -lplibfnt -lplibssg -lplibsg -lplibpu -lplibul -lfltk_images -lfltk_forms -lfltk_gl -lGL -lfltk -lSM -lICE -lX11 -lXext -lm utils/fgadmin/src/CMakeFiles/fgadmin.dir/link.txt:/usr/bin/c++ -Wall -D_REENTRANT CMakeFiles/fgadmin.dir/fgadmin_funcs.cxx.o CMakeFiles/fgadmin.dir/main.cxx.o CMakeFiles/fgadmin.dir/untarka.c.o -o fgadmin -rdynamic libFGAdminUI.a /usr/local/lib64/libsgephem.a /usr/local/lib64/libsgenvironment.a /usr/local/lib64/libsgnasal.a /usr/local/lib64/libsgsky.a /usr/local/lib64/libsgmaterial.a /usr/local/lib64/libsgtgdb.a /usr/local/lib64/libsgmodel.a /usr/local/lib64/libsgscreen.a /usr/local/lib64/libsgbucket.a /usr/local/lib64/libsgbvh.a /usr/local/lib64/libsgutil.a /usr/local/lib64/libsgroute.a /usr/local/lib64/libsgtiming.a /usr/local/lib64/libsgthreads.a /usr/local/lib64/libsgio.a /usr/local/lib64/libsgserial.a /usr/local/lib64/libsgsound.a /usr/local/lib64/libsgstructure.a /usr/local/lib64/libsgprops.a /usr/local/lib64/libsgxml.a /usr/local/lib64/libsgdebug.a /usr/local/lib64/libsgmisc.a /usr/local/lib64/libsgmagvar.a /usr/local/lib64/libsgmath.a -lz -lplibpuaux -lplibjs -lplibfnt -lplibssg -lplibsg -lplibpu -lplibul -lfltk_images -lfltk_forms -lfltk_gl -lGL -lfltk -lSM -lICE -lX11 -lXext -lm slipstream:/usr/local/lib64/FlightGear # -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=717167 https://bugzilla.novell.com/show_bug.cgi?id=717167#c6 --- Comment #6 from Sid Boyce <sboyce@blueyonder.co.uk> 2011-09-12 20:41:24 UTC --- openSUSE freeglut, freealut, plib are all fine for building Flightgear. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=717167 https://bugzilla.novell.com/show_bug.cgi?id=717167#c7 --- Comment #7 from Donald Donn Washburn <n5xwb@comcast.net> 2011-09-12 20:49:54 UTC --- They never have worked here. It seems zypper in never gets all of the pkgconfig or devel parts. Partly because of the CVS/GIT stuff is lagging behind -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=717167 https://bugzilla.novell.com/show_bug.cgi?id=717167#c zj jia <zjjia@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@suse.com AssignedTo|bnc-team-screening@forge.pr |prusnak@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=717167 https://bugzilla.novell.com/show_bug.cgi?id=717167#c8 Pavol Rusnak <prusnak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |highwaystar.ru@gmail.com --- Comment #8 from Pavol Rusnak <prusnak@suse.com> 2011-09-13 18:14:22 CEST --- Packages were just recently updated by Vitaliy. Vitaliy: could you please tell us if the problem is resolved now? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=717167 https://bugzilla.novell.com/show_bug.cgi?id=717167#c9 Pavol Rusnak <prusnak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|highwaystar.ru@gmail.com | Resolution| |NORESPONSE Severity|Normal |Major --- Comment #9 from Pavol Rusnak <prusnak@suse.com> 2012-01-25 17:15:27 CET --- No response, closing. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com