Re: libiconv build failure - libiconv 1.11 is out

"Mark Duling" <[email protected]> Fri, 01 Sep 2006 14:56:28 -0700
Newsgroups gmane.os.opendarwin.darwinports
Message-ID <[email protected]>
Nicholas Riley <[email protected]> writes:
>> I can't say what the problem is but in case it helps remove doubt abou=
t
>> the portfile, I just built a clean install of MacPorts and a bunch of
>> ports including libiconv with no problems.  You should always download
>the
>> latest version on XCode Tools (now at 2.4) from Apple's developer site
>if
>> you have an older one.  Older versions can cause a few ports to fail t=
o
>> build.
>
>I'm on a relatively slow machine and would rather not rebuild all of
>my ports.  I did try upgrading to Xcode 2.4 (thought I had done that
>already on this machine; I attribute it to WWDC madness :) and doing a
>clean/upgrade of libiconv again, but I still get the same errors.
>
>Any other ideas?

Not really but I see libiconv 1.11 is out.  It may not help for you but i=
t
can't hurt to try.  First, do a 'port clean --all libiconv' and then edit
your portfile for 1.11 as shown, then reinstall.

--- Portfile.org        2006-09-01 14:51:36.000000000 -0700
+++ Portfile    2006-09-01 14:51:54.000000000 -0700
@@ -2,8 +2,7 @@
=20
 PortSystem 1.0
 name           libiconv
-version                1.10
-revision       1
+version                1.11
 categories     textproc
 platforms      darwin freebsd
=20
@@ -16,7 +15,7 @@
=20
 homepage       http://www.gnu.org/software/libiconv/
 master_sites   gnu
-checksums      md5 0d621d541e28ff053d8bbcf7215de3a4
+checksums      md5 b77a17e4a5a817100ad4b2613935055e
=20
 configure.args --enable-static --mandir=3D${prefix}/share/man