Opened 14 years ago

Last modified 9 years ago

#24001 closed defect

curl-7.20 +universal destroot fail — at Version 2

Reported by: ToePeu@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: curl

Description (last modified by mf2k (Frank Schima))

it raise error because ppc and intel has different curl-config file

its difference is occured by --configure options:

       echo " '--prefix=/opt/local' '--enable-ipv6' '--without-gnutls' '--without-gssapi' '--without-libssh2' '--without-spnego' '--disable-ares' '--disable-ldap' '--disable-ldaps' '--with-libidn' '--with-zlib=/opt/local' '--disable-dependency-tracking' '--with-ssl' '--with-ca-bundle=/opt/local/share/curl/curl-ca-bundle.crt' 'CC=/usr/bin/gcc-4.2' 'CFLAGS=-O2 ' 'LDFLAGS=-L/opt/local/lib ' 'CPPFLAGS=-I/opt/local/include'"

is for intel, but for ppc, it has more ppc-related options

it raise merge failure in destroot path

since i removed difference of both curl-config as fake, problem resolved.

i think there should not be check curl-config here.

ps. when i failed to destroot, and tried -d to make report, destroot failed for everything because it could not recover its state before destroot. it was terrible and i should remove some output of destroot manually.

Change History (2)

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

Keywords: curl destroot removed
Owner: changed from macports-tickets@… to ryandesign@…

Please remember to cc the maintainer.

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

Description: modified (diff)
Note: See TracTickets for help on using tickets.