Opened 3 years ago
Closed 3 years ago
#63049 closed defect (fixed)
libosinfo: builds fail for Big Sur, both Intel and ARM
Reported by: | mascguy (Christopher Nielsen) | Owned by: | danchr (Dan Villiom Podlaski Christiansen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | bigsur | Cc: | |
Port: | libosinfo |
Description (last modified by mascguy (Christopher Nielsen))
Based on a forced rebuild attempt today, the following is occurring on our Big Sur buildbots:
autoreconf: running: /opt/local/bin/gtkdocize --copy Can't exec "/opt/local/bin/gtkdocize": No such file or directory at /opt/local/share/autoconf/Autom4te/FileUtils.pm line 293. autoreconf: error: /opt/local/bin/gtkdocize failed with exit status: 2 Command failed: cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_sysutils_libosinfo/libosinfo/work/libosinfo-1.4.0" && autoreconf -fvi Exit code: 2
Full build logs, for both Intel and ARM:
Change History (5)
comment:1 Changed 3 years ago by mascguy (Christopher Nielsen)
Description: | modified (diff) |
---|
comment:2 Changed 3 years ago by mascguy (Christopher Nielsen)
Description: | modified (diff) |
---|
comment:3 follow-up: 4 Changed 3 years ago by jmroot (Joshua Root)
comment:4 Changed 3 years ago by mascguy (Christopher Nielsen)
Replying to jmroot:
Needs a gtk-doc dependency apparently.
Looks like I'm off my game today, as a simple port provides $(which gtkdocize)
would have given me the answer. Maybe it was too obvious? Lol
Thanks Josh!
comment:5 Changed 3 years ago by Christopher Nielsen <mascguy@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Needs a gtk-doc dependency apparently.