Opened 18 years ago

Closed 17 years ago

#8596 closed defect (fixed)

mod_perl2 unable to destroot and install when using perl's threaded variant

Reported by: wyuenho (Jimmy Yuen Ho Wong) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port:

Description

Basically the same error and same fix as bug 5480. But since this is a different port and has a different maintainer, so I opened another bug.

Change History (2)

comment:1 Changed 18 years ago by charles.friedman@…

I can confirm the bug and proposed fix. Successfully built/installed Perl 5.8.8 (threaded variant) via port, and encountered the symptoms in #5480 at port installation stage for mod_perl2.

Changing line 49 of the mod_perl2 Portfile from

system "cd ${destroot}${prefix}/lib/perl5/site_perl/5.8*/darwin-2level/auto/mod_perl2/ \

to

system "cd ${destroot}${prefix}/lib/perl5/site_perl/5.8*/darwin-*2level/auto/mod_perl2/ \

Corrected the problem.

comment:2 Changed 17 years ago by markd@…

Resolution: fixed
Status: newclosed

Committed the fix.

Note: See TracTickets for help on using tickets.