[MacPorts] #69895: base does not handle dependencies correctly from tests variant
MacPorts
noreply at macports.org
Sat May 4 07:35:18 UTC 2024
#69895: base does not handle dependencies correctly from tests variant
---------------------------+--------------------
Reporter: barracuda156 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: base | Version: 2.9.3
Resolution: | Keywords:
Port: |
---------------------------+--------------------
Comment (by jmroot):
I still can't reproduce that in the simplified case though:
{{{
port installed testport2
The following ports are currently installed:
testport2 @1.0_0 (active)
% port info --version testport2
version: 1.1
% sudo port test testport1 +tests
---> Fetching archive for testport3
---> Attempting to fetch testport3-1.0_0.darwin_23.x86_64.tbz2 from
file:///opt/local/var/macports/packages/testport3
---> Fetching distfiles for testport3
---> Verifying checksums for testport3
---> Extracting testport3
---> Configuring testport3
---> Building testport3
---> Staging testport3 into destroot
---> Installing testport3 @1.0_0
---> Activating testport3 @1.0_0
---> Cleaning testport3
---> Computing dependencies for testport2
---> Fetching archive for testport2
---> Attempting to fetch testport2-1.1_0.darwin_23.x86_64.tbz2 from
file:///opt/local/var/macports/packages/testport2
---> Fetching distfiles for testport2
---> Verifying checksums for testport2
---> Extracting testport2
---> Configuring testport2
---> Building testport2
---> Staging testport2 into destroot
---> Installing testport2 @1.1_0
---> Cleaning testport2
---> Computing dependencies for testport2
---> Deactivating testport2 @1.0_0
---> Cleaning testport2
---> Activating testport2 @1.1_0
---> Cleaning testport2
---> Computing dependencies for testport1
---> Fetching distfiles for testport1
---> Verifying checksums for testport1
---> Extracting testport1
---> Configuring testport1
---> Building testport1
---> Staging testport1 into destroot
---> Testing testport1
Warning: testport1 is configured to build for the architecture(s)
'x86_64', but did not install any Mach-O files.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/69895#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list