Opened 22 years ago
Closed 19 years ago
#461 closed defect (fixed)
dependency chasing error
Reported by: | gwright@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
When rebuilding maxima after updating my darwinports infrastructure, I noted that DP tried to chase the dependencies of already detected packages. maxima depends on 'wish', via depends_run bin:wish:tk, wish is found, but tcl starts to build. It appears as if DP is trying to build tk, starting from tcl.
The build log:
DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided DEBUG: Found Dependency: path: /usr/bin filename: wish regex: wish$ DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: libX11\.6\.dylib$ DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: libX11\.6\.dylib$ DEBUG: Found Dependency: receipt: /opt/local/var/db/dports/receipts/clisp-2.29.bz2 DEBUG: Skipping completed com.apple.main (tcl) ---> Fetching tcl DEBUG: Executing com.apple.fetch (tcl) ---> tcl8.4.1-src.tar.gz doesn't seem to exist in /opt/local/var/db/dports/distfiles ---> Attempting to fetch tcl8.4.1-src.tar.gz from http://twtelecom.dl.sourceforge.net/ sourceforge/tcl/ DEBUG: Assembled command: 'cd /opt/local/var/db/dports/distfiles && curl -o tcl8.4.1- src.tar.gz.TMP http://twtelecom.dl.sourceforge.net/s ourceforge/tcl/tcl8.4.1-src.tar.gz'
% Total % Received % Xferd Average Speed Time Curr.
Dload Upload Total Current Left Speed
~
This seems a different problem than the previous dependency chasing issue, when searching for libraries outside of ${prefix} was turned off.
Change History (3)
comment:1 Changed 20 years ago by kevin@…
Owner: | changed from kevin@… to darwinports-bugs@… |
---|
comment:2 Changed 19 years ago by pguyot (Paul Guyot)
Greg, can we close this bug? Or do you have a test case where it still happens?
comment:3 Changed 19 years ago by gwright@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed quite some time ago. Whatever problems we have with dependencies now, they are newer and better problems.
-Greg
Reassigning bugs in my queue to where they belong.