#17418 closed update (fixed)
glib2: update to 2.18.3
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | glib2 |
Description
glib2 should be updated to 2.18.3.
Change History (11)
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → assigned |
---|
comment:3 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
Cc Me!
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Updated to 2.18.3 and worked around the problem in r42728.
comment:5 Changed 16 years ago by north@…
This problem appears to be persisting in Tiger for some reason. Build fails at:
-- Installing ./html/up.png /bin/sh: line 1: gtkdoc-rebase: command not found make[5]: * [install-data-local] Error 127 make[4]: * [install-am] Error 2 make[3]: * [install-recursive] Error 1 make[2]: * [install-recursive] Error 1 make[1]: * [install-recursive] Error 1 make: * [install] Error 2 Error: Target org.macports.destroot returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_glib2/work/glib-2.18.3" && make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_glib2/work/destroot " returned error 2
Don't know if that advises reopening this bug or what...
comment:6 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Yes, I appear to have screwed something up...
comment:7 Changed 16 years ago by north@…
Rats. Tried the latest and it failed at the same spot. Ah well; I'll keep an eye on this space!
comment:8 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed in r42805 - actually tested before committing this time :)
comment:10 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
There's a problem updating to 2.18.3. If you don't have gtkdoc installed it still tries to use
gtkdoc-rebase
during the destroot phase and saysIn 2.18.2 this error was ignored but in 2.18.3 it is a fatal error. I reported it upstream. We can work around it by fixing the use of
which
in their scripts.