[MacPorts] #33540: pstree: ld: can't write output file: pstree for architecture x86_64
MacPorts
noreply at macports.org
Thu Mar 8 20:57:29 PST 2012
#33540: pstree: ld: can't write output file: pstree for architecture x86_64
--------------------------------------+-------------------------------------
Reporter: macports@… | Owner: mww@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.4
Keywords: | Port: pstree
--------------------------------------+-------------------------------------
Comment(by macports@…):
FWIW, in case this wasn't clear, the following works just fine:
{{{
# port -d configure pstree
[...]
# cd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_pstree/pstree/work/pstree-2.33
# /usr/bin/clang -pipe -O1 -arch x86_64 -I/opt/local/include
-L/opt/local/lib -arch x86_64 pstree.c -o pstree
# echo $?
0
# ./pstree | head -2
-+= 00001 root /sbin/launchd
|--= 00010 root /usr/libexec/kextd
}}}
Even passing the environment options to ''clang'' (from "main.log" above)
does not change a thing, the compilation still succeeds.
--
Ticket URL: <https://trac.macports.org/ticket/33540#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list