Opened 5 years ago
Closed 2 years ago
#59054 closed defect (fixed)
gq @1.2.3 fails to build
Reported by: | jmroot (Joshua Root) | Owned by: | barracuda156 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | gq |
Description
Two problems:
- Needs to be updated to be compatible with openssl 1.1 (or depend on openssl10 instead)
- The configure script has the usual bug of checking for INTLTOOL_PERL and XML::Parser, which needs to be removed via autoreconf (or manually patching it out if preferable).
Buildbot log for 10.14 which demonstrates problem 1: https://build.macports.org/builders/ports-10.14_x86_64-builder/builds/37866/steps/install-port/logs/stdio
Change History (7)
comment:1 Changed 5 years ago by mf2k (Frank Schima)
Owner: | syzdek@… deleted |
---|
comment:2 Changed 2 years ago by barracuda156
Owner: | set to barracuda156 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:3 follow-up: 4 Changed 2 years ago by jmroot (Joshua Root)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
INTLTOOL_PERL bug is still present.
comment:4 Changed 2 years ago by barracuda156
Replying to jmroot:
INTLTOOL_PERL bug is still present.
What’s needed to fix it? Move to autotools build?
comment:5 follow-up: 6 Changed 2 years ago by jmroot (Joshua Root)
A patch like this will fix it: https://github.com/macports/macports-ports/blob/master/xfce/xfdesktop/files/remove-intltool-perl-hack.diff
comment:6 Changed 2 years ago by barracuda156
Replying to jmroot:
A patch like this will fix it: https://github.com/macports/macports-ports/blob/master/xfce/xfdesktop/files/remove-intltool-perl-hack.diff
Thank you. Opened a PR for this: https://github.com/macports/macports-ports/pull/16518
comment:7 Changed 2 years ago by barracuda156
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
See #59146.