X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <47DEE9B7.1040605@scytek.de> Date: Mon, 17 Mar 2008 17:59:19 -0400 From: Volker Quetschke User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Libtool problems when building ImageMagick References: <47DEBD48 DOT 6060102 AT scytek DOT de> <47DEC5DA DOT 735CB772 AT dessent DOT net> In-Reply-To: <47DEC5DA.735CB772@dessent.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig289583C7C49F07987E2F62A6" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------enig289583C7C49F07987E2F62A6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Brian Dessent wrote: > Anyway, since this bundled libtool looks like it's very recent it > doesn't make sense to try to forcibly autoreconf it to something older, > as cygautoreconf seems to want to run autoreconf --force. Normally > autoreconf would only run libtoolize if it looks like something needs > updating. So I guess what I'm saying is just remove cygautoreconf from > your cygport, or if it's needed for some reason, don't run --force. I didn't try without cygautoreconf, cygport insists (hardcoded) on using --force in the autoreconf command. Using the following patch --- /usr/bin/cygport.org 2008-03-17 17:30:33.745423700 -0400 +++ /usr/bin/cygport 2008-03-17 17:17:50.856572500 -0400 @@ -976,7 +976,7 @@ export WANT_AUTOCONF=3D${WANT_AUTOCONF:-2.5}; export WANT_AUTOMAKE; - /usr/bin/autoreconf --force -i --verbose || error "autoreconf=20 failed" + /usr/bin/autoreconf -i --verbose || error "autoreconf failed" for d in . ${ac_subdirs} do leads to a successful build of ImageMagick. Volker > Brian >=20 > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ >=20 >=20 --=20 =3D http://wiki.services.openoffice.org/wiki/Debug_Build_Problems =3D PGP/GPG key (ID: 0x9F8A785D) available from wwwkeys.de.pgp.net key-fingerprint 550D F17E B082 A3E9 F913 9E53 3D35 C9BA 9F8A 785D --------------enig289583C7C49F07987E2F62A6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MinGW) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH3um9PTXJup+KeF0RAjWJAJ9hkrjw86Vcd576NyTEJsdpvMIbHwCgjeNO KifwYJel40vgm6biWB6Dgy4= =iptS -----END PGP SIGNATURE----- --------------enig289583C7C49F07987E2F62A6--