Opened 14 years ago

Closed 13 years ago

#22211 closed defect (fixed)

Botan 1.8.7 +universal fails 'configure'

Reported by: steven@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: botan

Description (last modified by mf2k (Frank Schima))

I'm running Snow Leopard, but I doubt it's relevant. The configure bombing with 'no such option' tells me it's probably not OS-specific.

Alcarin:~ steven$ sudo port install monotone
--->  Computing dependencies for monotone
--->  Fetching botan
--->  Verifying checksum(s) for botan
--->  Extracting botan
--->  Applying patches to botan
--->  Configuring botan
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_botan/work/Botan-1.8.7" && ./configure.py --prefix=/opt/local --disable-dependency-tracking --docdir=share/doc --cc=gcc --cpu=amd64 --os=darwin " returned error 2
Command output: Usage: configure.py [options]

configure.py: error: no such option: --disable-dependency-tracking

Error: The following dependencies failed to build: botan lua pcre
Error: Status 1 encountered during processing.
Alcarin:~ steven$

Attachments (1)

09 GMT.txt (32.4 KB) - added by Russell-Jones-OxPhys (Russell Jones) 14 years ago.
botan build failure as dependency of monotone

Download all attachments as: .zip

Change History (7)

comment:1 in reply to:  description Changed 14 years ago by steven@…

Er, sorry. Forgot the silly Wiki formatting:

Alcarin:~ steven$ sudo port install monotone
--->  Computing dependencies for monotone
--->  Fetching botan
--->  Verifying checksum(s) for botan
--->  Extracting botan
--->  Applying patches to botan
--->  Configuring botan
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_botan/work/Botan-1.8.7" && ./configure.py --prefix=/opt/local --disable-dependency-tracking --docdir=share/doc --cc=gcc --cpu=amd64 --os=darwin " returned error 2
Command output: Usage: configure.py [options]

configure.py: error: no such option: --disable-dependency-tracking

Error: The following dependencies failed to build: botan lua pcre
Error: Status 1 encountered during processing.
Alcarin:~ steven$

comment:2 Changed 14 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to mww@…

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Summary: Botan 1.8.7 fails 'configure'Botan 1.8.7 +universal fails 'configure'

Might pay to mention that you have +universal in variants.conf...

comment:4 Changed 14 years ago by Russell-Jones-OxPhys (Russell Jones)

Botan 1.8.8 also fails to build on snow leopard / 10.6 +universal port -d install output to follow.

Changed 14 years ago by Russell-Jones-OxPhys (Russell Jones)

Attachment: 09 GMT.txt added

botan build failure as dependency of monotone

comment:5 Changed 13 years ago by pieter.debaets@…

As the configure.py does not support --disable-dependency-tracking, adding

 configure.universal_args-delete --disable-dependency-tracking

to the Portfile fixed the issue for me.

comment:6 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

Build system appears to want to configure for a single CPU, so universal variant disabled in r72852.

Note: See TracTickets for help on using tickets.