#1457 closed defect (fixed)
port install apr-util fails
Reported by: | dglo@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | danielluke (Daniel J. Luke) | |
Port: |
Description
'port install apr-util' failed with this error:
---> Building apr-util with target all Error: Target com.apple.build returned: shell command "cd "/opt/src/darwinports/dports/devel/ apr-util/work/httpd-2.0.48/srclib/apr-util" && make all" returned error 2 Command output: Making all in buckets /bin/sh /usr/local/share/apr-0/build/libtool --silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/opt/ src/darwinports/dports/devel/apr-util/work/httpd-2.0.48/srclib/apr-util/include -I/opt/src/ darwinports/dports/devel/apr-util/work/httpd-2.0.48/srclib/apr-util/include/private -I/opt/ local/include/apr-0 -I/opt/local/include -c apr_buckets_file.c && touch apr_buckets_file.lo /usr/local/share/apr-0/build/libtool: /usr/local/share/apr-0/build/libtool: No such file or directory make[2]: * [apr_buckets_file.lo] Error 127 make[1]: * [all-recursive] Error 1 make: * [all-recursive] Error 1
I edited devel/apr-util/work/httpd-2.0.48/srclib/apr-util/build/rules.mk and changed all references from /usr/local to /opt/local and the build succeeded.
Change History (1)
comment:1 Changed 21 years ago by danielluke (Daniel J. Luke)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was a problem with the apr portfile, it is fixed in the current CVS version.