Opened 11 years ago
Closed 10 years ago
#43589 closed defect (fixed)
libgnome: error: use of undeclared identifier 'g_threads_got_initialized'
Reported by: | hannesdottir@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | libgnome |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Running a
$sudo port install meld
it fails installing libgnome. My machine is a MacBook, OS X 10.9.2, 2.9GHz Intel Core i7.
I attach the log file
Attachments (4)
Change History (9)
Changed 11 years ago by hannesdottir@…
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | libgnome added |
Summary: | When installing meld: Error: Failed to install libgnome → libgnome: error: use of undeclared identifier 'g_threads_got_initialized' |
comment:2 Changed 10 years ago by paulccobb@…
I ran into this problem too, and found a change that seems relevant posted to the gnome git repository for libgnome-2.32.1 In a nutshell, the tweak is simply to remove -DG_DISABLE_DEPRECATED from the Makefile. The commit report, such as it is, can be viewed at:
https://git.gnome.org/browse/libgnome/commit/?id=64a0443e26a50745c8fdc02eddf60985a977275f
I confirmed that with this change, the build of libgnome runs to completion on my system: PowerBook G4, Mac OS 10.5.8, XCode 3.1.4
I think this fixes the bug as described in this ticket, BUT I don't know any of the story with the deprecated code that gets enabled by this change - so the libgnome that gets built may contain broken things that I just haven't tripped over yet. I'm posting this info in case it's helpful (a) to anyone stuck on the same issue, or (b) to anyone looking into the ticket.
comment:3 Changed 10 years ago by order@…
There already is a patch (patch-libgnome-Makefile.in.diff) in MacPorts to get rid of the -DG_DISABLE_DEPRECATED flag. The problem seems to be that the patch does not have the correct line numbers for the Makefile. In addition, the Makefile.am also needs to be patched. After fixing the Makefile.in patch, adding the Makefile.am patch and adjusting the Portfile, it works for me.
It strikes me as odd that the patch command fails silently -- seems like a possibly serious problem.
Changed 10 years ago by order@…
Attachment: | patch-libgnome-Makefile.am.diff added |
---|
Missing patch file for Makefile.am
Changed 10 years ago by order@…
Attachment: | patch-libgnome-Makefile.in.diff added |
---|
Corrected Makefile.in patchfile
comment:4 Changed 10 years ago by mf2k (Frank Schima)
@order: Per the guidelines, please instead attach a unified diff of the Portfile so we can easily see what changes you are proposing.
comment:5 Changed 10 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
log file