Bug 193548 - devel/p5-PerlIO-eol stage-qa complains: eol.so is not stripped... PATCH
Summary: devel/p5-PerlIO-eol stage-qa complains: eol.so is not stripped... PATCH
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-11 01:39 UTC by Chris Hutchinson
Modified: 2014-09-11 06:52 UTC (History)
1 user (show)

See Also:


Attachments
devel/p5-PerlIO-eol - PATCH that will strip eol.so (349 bytes, patch)
2014-09-11 01:39 UTC, Chris Hutchinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2014-09-11 01:39:07 UTC
Created attachment 147206 [details]
devel/p5-PerlIO-eol - PATCH that will strip eol.so

devel/p5-PerlIO-eol

As noted in title:
stage-qa complains about eol.so not being stripped.
I created a diff (attached), that fixes the issue. Should
anyone be interested. :)

Please find 2014-09-10.diff, attached.

--Chris
Comment 1 Thomas Zander freebsd_committer freebsd_triage 2014-09-11 06:52:37 UTC
(In reply to C Hutchinson from comment #0)

> stage-qa complains about eol.so not being stripped.
> I created a diff (attached), that fixes the issue. Should
> anyone be interested. :)

At the moment, it is common practice not to manually strip shared libraries during build using STRIP_CMD. This may get addressed eventually by the build framework. For now, let's keep this as is.