After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 601632 - Missing -lgthread-2.0 cause build fail on OpenSolaris
Missing -lgthread-2.0 cause build fail on OpenSolaris
Status: RESOLVED FIXED
Product: nautilus-sendto
Classification: Applications
Component: general
unspecified
Other Solaris
: Normal major
: ---
Assigned To: nautilus-sendto-maint
nautilus-sendto-maint
Depends on:
Blocks:
 
 
Reported: 2009-11-12 01:41 UTC by Halton Huo
Modified: 2009-11-16 13:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix bug #601632 (1.89 KB, patch)
2009-11-12 01:48 UTC, Halton Huo
none Details | Review

Description Halton Huo 2009-11-12 01:41:07 UTC
I'm trying to build master code under OpenSolaris, but met following error when linking

/opt/SunStudioExpress/bin/cc -g -o nautilus-sendto nautilus-sendto-command.o  -L/usr/X11/lib -L/lib ./.libs/libnstplugin.a -lgtk-x11-2.0 -lsecdb -ltsol -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lcairo -lX11 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgconf-2 -lglib-2.0 -R/usr/X11/lib -R/lib
Undefined			first referenced
 symbol  			    in file
g_thread_init                       nautilus-sendto-command.o  (symbol belongs to implicit dependency /usr/lib/libgthread-2.0.so.0)
ld: fatal: symbol referencing errors. No output written to nautilus-sendto
Comment 1 Halton Huo 2009-11-12 01:48:39 UTC
Created attachment 147523 [details] [review]
patch to fix bug #601632

This patch adds gthread-2.0 as a required module, also add files in .gitignore. Please review it.
Comment 2 Bastien Nocera 2009-11-16 13:02:45 UTC
Had to apply the patch by hand, git couldn't detect the format of it.