#2349 closed defect (invalid)
subversion fails to build on panther
Reported by: | abraham@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Subversion fails to build on Mac OS X 10.3.5.
It first reports errors with DYLD_LIBRARY_PATH. When this is defined manually as follows
export LD_LIBRARY_PATH="/opt/local/lib:/usr/lib" export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
the build proceeds partway but crashes at this step:
Making all in dso/unix /bin/sh /Users/abraham/darwinports/dports/devel/apr/work/httpd-2.0.50/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I../../include -I../../include/arch -I../../include/arch/unix -c dso.c && touch dso.lo In file included from ../../include/arch/unix/apr_arch_dso.h:36,
from dso.c:16:
/usr/local/include/dl.h:5:18: conf.h: No such file or directory
Change History (5)
comment:1 Changed 20 years ago by danielluke (Daniel J. Luke)
Status: | new → assigned |
---|
comment:2 Changed 20 years ago by danielluke (Daniel J. Luke)
Can you send me (or attach to this bug) the full ouput of 'port -d -v install subversion'
Or, since it looks like this is actually failing when attempting to build apr, could you send/attach the ouput of 'port -d -v install apr'
Thanks.
comment:4 Changed 20 years ago by danielluke (Daniel J. Luke)
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
/usr/local/include/dl.h is from some other software Roberto installed.
So, this isn't a subversion (or apr) port bug.
I'm going to leave the question of whether dp should attempt to ignore anything from /usr/local unanswered (especially because I personally think that that wouldn't be a good idea ;-) ).
comment:5 Changed 20 years ago by toby@…
Ignoring stuff from /usr/local would involve patching almost every single autoconfiscated software program in existence... :(
Can you send me (or attach to this bug) the full ouput of 'port -d -v install subversion'
Or, since it looks like this is actually failing when attempting to build apr, could you send/attach the ouput of 'port -d -v install apr'
Thanks.