Opened 19 years ago

Closed 18 years ago

Last modified 14 years ago

#4845 closed defect (fixed)

BUG: platform-specific dependency ignored in dependency chain

Reported by: yves@… Owned by: macports-tickets@…
Priority: Normal Milestone: MacPorts 1.4
Component: base Version: 1.0
Keywords: Cc: yves@…, markd@…
Port:

Description (last modified by jmpp@…)

gnustep-make has this following darwin platform variant

platform puredarwin {
        depends_lib     port:gcc40
        configure.args-append  --with-library-combo=gnu-gnu-gnu \
                               CC=gcc-dp-4.0
}

if I do "port install gnustep-make", gcc40 dependency is built

However, if I do "port install gnustep-base" then gnustep-make is built (since gnustep-base depends on it) with the right configure arguments but gcc40 dependency is not taken into account (so the build fails)

Change History (8)

comment:1 Changed 19 years ago by yves@…

with cvs from HEAD - 2 sept 05

comment:2 Changed 18 years ago by markd@…

Type: defectenhancement

Yves, is this bug obsolete now?

comment:3 Changed 18 years ago by markd@…

Cc: markd@… added

comment:4 Changed 18 years ago by markd@…

Cc: yves@… added

Yves, is this bug still valid?

comment:5 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

comment:6 Changed 16 years ago by jmpp@…

Description: modified (diff)
Milestone: MacPorts base bugs

comment:7 Changed 15 years ago by tobypeterson

Milestone: MacPorts base bugsMacPorts Future

Milestone MacPorts base bugs deleted

comment:8 Changed 14 years ago by jmroot (Joshua Root)

Milestone: MacPorts FutureMacPorts 1.4
Type: enhancementdefect
Note: See TracTickets for help on using tickets.