[MacPorts] #30566: apache2: libtool: compile: unable to infer tagged configuration
MacPorts
noreply at macports.org
Thu Aug 4 03:40:04 PDT 2011
#30566: apache2: libtool: compile: unable to infer tagged configuration
------------------------------------------+---------------------------------
Reporter: pavelc@… | Owner: ryandesign@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.1
Keywords: | Port: apache2
------------------------------------------+---------------------------------
Comment(by vladimir.popov@…):
{{{
sudo su -
gcc --version
}}}
I have i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc.
build 5658) (LLVM build 2335.9)
if not,
{{{
cd /usr/bin/
ls -l|grep llvm-gcc
}}}
you supposed to find path to llvm-gcc-4.2
i have line like
{{{
lrwxr-xr-x 1 root admin 32 Aug 3 15:12 llvm-gcc-4.2 ->
../llvm-gcc-4.2/bin/llvm-gcc-4.2
}}}
then
{{{
rm gcc
ln -s ../llvm-gcc-4.2/bin/llvm-gcc-4.2 gcc
}}}
and maybe
{{{
rm cc
ln -s ../llvm-gcc-4.2/bin/llvm-gcc-4.2 cc
}}}
That's it. Now rebuild ports
{{{
port -n uninstall libtool apr-util apr
port -s install libtool apr apr-util apache2
}}}
this worked for me, good luck)
--
Ticket URL: <https://trac.macports.org/ticket/30566#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list