[MacPorts] #41367: harfbuzz-icu: configure failure on Mavericks
#41367: harfbuzz-icu: configure failure on Mavericks -------------------------------+-------------------------- Reporter: macsforever2000@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: harfbuzz-icu -------------------------------+-------------------------- I'm seeing the following configure failure on Mac OS X 10.9. Xcode 5.0.2. {{{ :debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_mports_trunk_dports_graphics_harfbuzz /harfbuzz-icu/work/harfbuzz-0.9.24" && autoreconf --force --verbose' :debug:configure Executing command line: cd "/opt/local/var/macports/build/_opt_mports_trunk_dports_graphics_harfbuzz /harfbuzz-icu/work/harfbuzz-0.9.24" && autoreconf --force --verbose :info:configure autoreconf: Entering directory `.' :info:configure autoreconf: configure.ac: not using Gettext :info:configure autoreconf: running: aclocal --force -I m4 :info:configure autoreconf: configure.ac: tracing :info:configure autoreconf: configure.ac: not running libtoolize: --install not given :info:configure autoreconf: running: /opt/local/bin/autoconf --force :info:configure autoreconf: running: /opt/local/bin/autoheader --force :info:configure autoreconf: running: automake --force-missing :info:configure parallel-tests: error: required file './test-driver' not found :info:configure parallel-tests: 'automake --add-missing' can install 'test-driver' :info:configure autoreconf: automake failed with exit status: 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/41367> MacPorts <http://www.macports.org/> Ports system for OS X
#41367: harfbuzz-icu: configure failure on Mavericks --------------------------------+-------------------------- Reporter: macsforever2000@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: harfbuzz-icu | --------------------------------+-------------------------- Comment (by ryandesign@…): Huh, it installs fine for me on OS X 10.9 with Xcode 5.0.2. -- Ticket URL: <https://trac.macports.org/ticket/41367#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#41367: harfbuzz-icu: configure failure on Mavericks --------------------------------+-------------------------- Reporter: macsforever2000@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.99 Resolution: | Keywords: Port: harfbuzz-icu | --------------------------------+-------------------------- Changes (by macsforever2000@…): * version: 2.2.1 => 2.2.99 Comment: Perhaps I should mention I am running trunk. But that probably doesn't matter. -- Ticket URL: <https://trac.macports.org/ticket/41367#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#41367: harfbuzz-icu: configure failure on Mavericks and Mountion Lion --------------------------------+-------------------------- Reporter: macsforever2000@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.99 Resolution: | Keywords: Port: harfbuzz-icu | --------------------------------+-------------------------- Comment (by macsforever2000@…): I just verified that is also fails running Macports trunk on Mountion Lion when I force a source code build. Log attached for reference. {{{ $ sudo port -s upgrade harfbuzz-icu ---> Fetching distfiles for libpixman ---> Attempting to fetch pixman-0.32.2.tar.bz2 from http://sea.us.distfiles.macports.org/macports/distfiles/libpixman ---> Verifying checksums for libpixman ---> Extracting libpixman ---> Configuring libpixman ---> Building libpixman ---> Staging libpixman into destroot ---> Installing libpixman @0.32.2_0 ---> Cleaning libpixman ---> Deactivating libpixman @0.32.0_0 ---> Cleaning libpixman ---> Activating libpixman @0.32.2_0 ---> Cleaning libpixman ---> Computing dependencies for harfbuzz ---> Fetching distfiles for harfbuzz ---> Attempting to fetch harfbuzz-0.9.24.tar.bz2 from http://sea.us.distfiles.macports.org/macports/distfiles/harfbuzz ---> Attempting to fetch harfbuzz-0.9.24.tar.bz2 from http://distfiles.macports.org/harfbuzz ---> Verifying checksums for harfbuzz ---> Extracting harfbuzz ---> Configuring harfbuzz ---> Building harfbuzz ---> Staging harfbuzz into destroot ---> Installing harfbuzz @0.9.24_0 ---> Cleaning harfbuzz ---> Computing dependencies for harfbuzz ---> Deactivating harfbuzz @0.9.23_0 ---> Cleaning harfbuzz ---> Activating harfbuzz @0.9.24_0 ---> Cleaning harfbuzz ---> Computing dependencies for harfbuzz-icu ---> Fetching distfiles for harfbuzz-icu ---> Verifying checksums for harfbuzz-icu ---> Extracting harfbuzz-icu ---> Configuring harfbuzz-icu Error: org.macports.configure for port harfbuzz-icu returned: autoreconf failure: command execution failed Please see the log file for port harfbuzz-icu for details: /opt/local/var/macports/logs/_opt_mports_trunk_dports_graphics_harfbuzz /harfbuzz-icu/main.log Error: Unable to upgrade port: 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/41367#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#41367: harfbuzz-icu: configure failure on trunk --------------------------------+-------------------------- Reporter: macsforever2000@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.99 Resolution: | Keywords: Port: harfbuzz-icu | --------------------------------+-------------------------- Changes (by ryandesign@…): * status: new => assigned Comment: I am also running trunk, built Nov 6 at 21:58 central time. Not sure what revision it was. Updating base to latest trunk revision, I now see the problem as well. The difference is that base was recently changed so that autoreconf.pre_args are no longer set and autoreconf.args now are set. The harfbuzz-icu subport sets autoreconf.args, so with latest base, this overwrites the args, rather than adding to them. `--install` is being removed from the args, and we don't want it to be. -- Ticket URL: <https://trac.macports.org/ticket/41367#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#41367: harfbuzz-icu: configure failure on trunk --------------------------------+-------------------------- Reporter: macsforever2000@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.99 Resolution: fixed | Keywords: Port: harfbuzz-icu | --------------------------------+-------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: r113366 -- Ticket URL: <https://trac.macports.org/ticket/41367#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#41367: harfbuzz-icu: configure failure on trunk --------------------------------+-------------------------- Reporter: macsforever2000@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.99 Resolution: fixed | Keywords: Port: harfbuzz-icu | --------------------------------+-------------------------- Comment (by larryv@…): Note that builds on release now won’t get `--verbose`. Probably not important, although using {{{ autoreconf.args --install --force --verbose }}} would cover both release and trunk. (I believe passing multiple `--install` options is harmless.) -- Ticket URL: <https://trac.macports.org/ticket/41367#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#41367: harfbuzz-icu: configure failure on trunk --------------------------------+-------------------------- Reporter: macsforever2000@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.99 Resolution: fixed | Keywords: Port: harfbuzz-icu | --------------------------------+-------------------------- Changes (by snc@…): * cc: snc@… (added) Comment: I'm also finding that `--install` is needed on trunk. -- Ticket URL: <https://trac.macports.org/ticket/41367#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#41367: harfbuzz-icu: configure failure on trunk --------------------------------+-------------------------- Reporter: macsforever2000@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.99 Resolution: fixed | Keywords: Port: harfbuzz-icu | --------------------------------+-------------------------- Comment (by ryandesign@…): Replying to [comment:7 snc@…]:
I'm also finding that `--install` is needed on trunk.
...right, `--install` should be in the args or pre_args by default. Are you still encountering an error? r113366 fixed it for me. -- Ticket URL: <https://trac.macports.org/ticket/41367#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#41367: harfbuzz-icu: configure failure on trunk --------------------------------+-------------------------- Reporter: macsforever2000@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.99 Resolution: fixed | Keywords: Port: harfbuzz-icu | --------------------------------+-------------------------- Comment (by snc@…): Ah, I just noticed your change was after my recent sync. I was on r113351 of the Portfile still, my bad. -- Ticket URL: <https://trac.macports.org/ticket/41367#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#41367: harfbuzz-icu: configure failure on trunk --------------------------------+-------------------------- Reporter: macsforever2000@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.99 Resolution: fixed | Keywords: Port: harfbuzz-icu | --------------------------------+-------------------------- Comment (by snc@…): Replying to [comment:8 ryandesign@…]: Are you still encountering an error? r113366 fixed it for me. Uninstalled, selfupdated and installed just fine. Thanks -- Ticket URL: <https://trac.macports.org/ticket/41367#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts