[MacPorts] #24954: alpine: Undefined symbols: _libintl_setlocale when gss is not installed
MacPorts
noreply at macports.org
Thu Jun 10 12:06:44 PDT 2010
#24954: alpine: Undefined symbols: _libintl_setlocale when gss is not installed
------------------------------+---------------------------------------------
Reporter: jschnide@… | Owner: todmorrison@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: | Port: alpine
------------------------------+---------------------------------------------
Comment(by applestore@…):
I had the same problem building alpine. I was not trying to build
"universal" but it looks like maybe this might help that problem too. It
started after I upgraded to macports 1.0.0 and did port upgrade installed.
I do not know what version I was on previously but the alpine port was the
only one to fail. I got the error with or without gss installed, but I
needed it for something else so it was installed when I did the following
change.
I changed the Portfile to read like this (Added the part in bold):
variant without_tcl description {Disable TCL support (disables Alpine
Web)} {
configure.args-append --without-tcl
'''build.args-append EXTRALDFLAGS="-lintl"'''
}
After this, I was able to install alpine and it works fine. Not sure if
this info is useful, I don't know a lot about this stuff, but this was how
I fixed it at least temporarily.
--
Ticket URL: <http://trac.macports.org/ticket/24954#comment:19>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list