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 620017 - Build fails on solaris 10
Build fails on solaris 10
Status: RESOLVED FIXED
Product: libunique
Classification: Other
Component: bacon
1.1.x
Other Solaris
: Normal normal
: ---
Assigned To: libunique-maint
libunique-maint
Depends on:
Blocks:
 
 
Reported: 2010-05-29 11:08 UTC by Daniel Vergien
Modified: 2011-03-27 09:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Vergien 2010-05-29 11:08:52 UTC
Bulding fails on x86 soalris 10 with the following error:

gmake[4]: Entering directory `/root/tmp/workobjdir-gcc-current/x11/libunique/work/libunique-1.1.6/unique/bacon'
  CC     libunique_bacon_la-uniquebackend-bacon.lo
cc1: warnings being treated as errors
uniquebackend-bacon.c: In function 'find_file_with_pattern':
uniquebackend-bacon.c:123: error: missing sentinel in function call
uniquebackend-bacon.c: In function 'find_socket_file':
uniquebackend-bacon.c:161: error: missing sentinel in function call
uniquebackend-bacon.c:165: error: missing sentinel in function call
uniquebackend-bacon.c:189: error: format '%d' expects type 'int', but argument 4 has type 'pid_t'
uniquebackend-bacon.c:191: error: missing sentinel in function call
gmake[4]: *** [libunique_bacon_la-uniquebackend-bacon.lo] Error 1
gmake[4]: Leaving directory `/root/tmp/workobjdir-gcc-current/x11/libunique/work/libunique-1.1.6/unique/bacon'

GCC is version 4.3.3

If I call configure with ----enable-maintainer-flags=no it compiles. The help text when calling configure --help seems to be wrong, there stands default is no, but yes seems to be default.
Comment 1 Emmanuele Bassi (:ebassi) 2011-03-27 09:01:43 UTC
Thanks. I've fixed the default value to be displayed in the configure --help output.