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 624828 - building glib failed saying ld returned 1 exit status
building glib failed saying ld returned 1 exit status
Status: RESOLVED DUPLICATE of bug 624754
Product: gnome-shell
Classification: Core
Component: building
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-07-20 12:46 UTC by sathyz
Modified: 2010-07-20 13:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sathyz 2010-07-20 12:46:53 UTC
Started building gnome-shell this morning and have been getting,

make[4]: Leaving directory `/d2/gnome-shell/source/glib/gio/inotify'
Making all in .
make[4]: Entering directory `/d2/gnome-shell/source/glib/gio'
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2 -Wall  -L/d2/gnome-shell/install/lib64  -o gio-querymodules gio-querymodules.o ../glib/libglib-2.0.la ../gobject/libgobject-2.0.la ../gmodule/libgmodule-2.0.la libgio-2.0.la  
libtool: link: gcc -g -O2 -Wall -o .libs/gio-querymodules gio-querymodules.o  -L/d2/gnome-shell/install/lib64 ../glib/.libs/libglib-2.0.so ../gobject/.libs/libgobject-2.0.so ../gmodule/.libs/libgmodule-2.0.so ./.libs/libgio-2.0.so -Wl,-rpath -Wl,/d2/gnome-shell/install/lib64
./.libs/libgio-2.0.so: undefined reference to `WIFEXITED'
./.libs/libgio-2.0.so: undefined reference to `WEXITSTATUS'
collect2: ld returned 1 exit status
make[4]: *** [gio-querymodules] Error 1
make[4]: Leaving directory `/d2/gnome-shell/source/glib/gio'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/d2/gnome-shell/source/glib/gio'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/d2/gnome-shell/source/glib/gio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/d2/gnome-shell/source/glib'
make: *** [all] Error 2
*** Error during phase build of glib: ########## Error running make   *** [1/18]
Comment 1 Frederic Peters 2010-07-20 13:12:39 UTC
This is a temporary bug in glib, it's tracked as bug 624754.

*** This bug has been marked as a duplicate of bug 624754 ***