Page MenuHomeFreeBSD

Fix build for audio/esound for arm
AbandonedPublic

Authored by sbruno on Aug 9 2014, 5:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 6, 10:19 AM
Unknown Object (File)
Mon, Oct 6, 8:46 AM
Unknown Object (File)
Mon, Oct 6, 8:20 AM
Unknown Object (File)
Tue, Sep 16, 12:29 PM
Unknown Object (File)
Tue, Sep 16, 12:29 PM
Unknown Object (File)
Tue, Sep 16, 12:29 PM
Unknown Object (File)
Tue, Sep 16, 12:29 PM
Unknown Object (File)
Tue, Sep 16, 12:29 PM
Subscribers

Details

Summary

add -lm to LDFLAGS

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

sbruno retitled this revision from to Fix build for audio/esound for arm.
sbruno updated this object.
sbruno edited the test plan for this revision. (Show Details)
sbruno added reviewers: kwm, antoine, bapt.

In fact, it's more than arm.

I did an exp-run for tijl@ recently to make ld(1) no longer link implicitely (PR 192062) and esound was broken too:

http://package18.nyi.freebsd.org/data/head-amd64-PR192062-default/2014-07-23_15h12m36s/logs/errors/esound-0.2.41_3.log

You may contact tijl@ to know if he has patches already.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192062 has a list of ports with missing libraries. I currently have patches up to and including the devel category. I can commit those if it helps.

In D570#7, @tijl wrote:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192062 has a list of ports with missing libraries. I currently have patches up to and including the devel category. I can commit those if it helps.

Please do, most of those are failing for me for exactly the reason specified in the bug link.

In D570#8, @sbruno wrote:
In D570#7, @tijl wrote:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192062 has a list of ports with missing libraries. I currently have patches up to and including the devel category. I can commit those if it helps.

Please do, most of those are failing for me for exactly the reason specified in the bug link.

Done in r364564

sbruno added a reviewer: sbruno.
This revision is now accepted and ready to land.Aug 11 2014, 3:01 PM