[Bug 209810] lang/chicken: update from 4.10.0 to 4.11.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 31 00:54:16 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209810

--- Comment #6 from Phil Eaton <philneaton95 at gmail.com> ---
Vitaly, one last thing. The archive lib/libchicken.a should not be included in
the list of files to strip in the Makefile. Try running `objdump -t
/usr/local/lib/libchicken.a`. Then try running `objdump -t
/usr/ports/lang/chicken/work/libchicken.a` (or wherever you're working on it).

So in the Makefile, the line that reads:

${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libchicken*

Should be two lines reading:

${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libchicken.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libchicken.so.8

If this needs to be in a separate bug report that is fine with me. You cannot
statically compile chicken files without this.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list