Ticket #323 (closed defect: fixed)
Opened 5 years ago
Last modified 5 years ago
perl 5.10 .bep files doesn't produce a working perl package
| Reported by: | scottmc | Owned by: | scottmc |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | dev-lang/perl | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When building the perl 5.10 package using the 5.10.bep file it appears to not create an executable that works. Tried making it an executable but then it can't find libperl.so. Might be a path issue?
Change History
comment:1 Changed 5 years ago by andreasf
comment:2 Changed 5 years ago by scottmc
http://ports.haiku-files.org/browser/haikuports/trunk/dev-lang/perl/perl-5.10.1.bep
Looks like I did have the commands in there to make it work, but they don't work when applied to a distro build.
comment:3 Changed 5 years ago by augiedoggie
- Resolution set to fixed
- Status changed from new to closed
Should be fixed in r726
Note: See
TracTickets for help on using
tickets.

Have a look at the 5.12 patches I just posted to the list. :) The PortLog has the command to create the libperl.so symlink.
That step probably needs to be added to the installperl script too, but I couldn't find prior art in there (maybe I was too tired), so I skipped it.