New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16551 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

p5-mac-carbon does not install without forcing (-f)

Reported by: febeling@… Owned by: sal@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: p5-mac-carbon

Description

The cause is a dependency "port:p5-test-simple".

p5-test-simple overwrites files of the perl5.8 installation, and this causes the failure, if -f is not present. (test-simple depends on p5-test-harness, and that has the same problem as test-simple).

It seems that p5-mac-carbon does not really need the port p5-test-simple, so it should be removed as a dependency. There were other ports which declared test-simple as a dependency even though they didn't really need it, and this is probably just another case.

Port p5-test-simple does not provide additional packages, but rather an update of perl5.8 components. So only ports which depend on these updates have to use p5-test-simple. Many may well work without, even if they use Test::Simple package.

Attachments

patch-perl_p5-mac-carbon_Portfile Download (384 bytes) - added by febeling@… 3 years ago.
drop dep on p5-test-simple

Change History

Changed 3 years ago by febeling@…

drop dep on p5-test-simple

Changed 3 years ago by febeling@…

  • status changed from new to closed
  • resolution set to fixed

Fixed in r40448, after maintainer timeout.

Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.