[MacPorts] #26888: libiconv: make[1]: *** [iconv.lo] Bus error (was: Bus Failure on Mac OS X when dowloading libiconv)
MacPorts
noreply at macports.org
Tue Oct 19 12:08:09 PDT 2010
#26888: libiconv: make[1]: *** [iconv.lo] Bus error
-----------------------------------+----------------------------------------
Reporter: thelumpit@… | Owner: ryandesign@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: libiconv
-----------------------------------+----------------------------------------
Comment(by ryandesign@…):
Ok, I see you're building libiconv universal for i386 ppc on a PowerPC Mac
running Mac OS X 10.4.11. It works fine for me on the same system. I
compared your log with mine and the only difference is that yours says:
{{{
:info:configure checking for iconv declaration...
:info:configure extern size_t iconv (iconv_t cd, const char *
*inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
}}}
And mine says:
{{{
:info:configure checking for iconv declaration...
:info:configure extern size_t iconv (iconv_t cd, char * *inbuf,
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
}}}
This is referring to the existing iconv function that it found on the
system. Do you have a libiconv port installed already? If so, try
deactivating it, then cleaning libiconv and trying to install it again.
{{{
sudo port -f deactivate libiconv
sudo port clean libiconv
subo port install libiconv
}}}
Or do you have a libiconv in /usr/local? If so, remove it; having things
installed in /usr/local is problematic and causes interference with
MacPorts.
Also, what version of Xcode do you have? (Get Info on
/Developer/Applications/Xcode.app in the Finder to find out.) If less than
2.5, upgrade to 2.5; some earlier versions were buggy.
--
Ticket URL: <https://trac.macports.org/ticket/26888#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list