shlibs want to link against libchicken.so, so it should be built before them How-To-Repeat: $ make $ for f in $(make -V WRKSRC)/*.so; do if ! readelf -d $f | grep -q 'NEEDED.*chicken'; then echo $f doesn\'t depend on libchicken.so fi; done WRKSRC/libchicken.so doesn't depend on libchicken.so
Maintainer of lang/chicken, Please note that PR ports/162671 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162671 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
I've been pushing a similar patch to the upstream some time ago in hope that it'll get into the next release, so I wouldn't have to maintain it in the port, but I wasn't successful. Anyway, if there is interest in making lang/chicken MAKE_JOBS_SAFE right now (as opposed to the next release), I propose to commit [1], while I go and annoy the upstream with this issue once again. Sounds good? [1] http://tx97.net/~magv/chicken-jobs-safe.diff
Vitaly Magerya <vmagerya@gmail.com> writes: > Anyway, if there is interest in making lang/chicken MAKE_JOBS_SAFE > right now (as opposed to the next release), I propose to commit [1], > while I go and annoy the upstream with this issue once again. Sounds > good? I agree either way. It makes checking build issues less annoying as the port builds faster, e.g. `chicken-install -update-db' hangs during install on my box when using clang + -O1 (or greater).
State Changed From-To: feedback->closed Committed. Thanks!
miwi 2011-11-25 18:14:08 UTC FreeBSD ports repository Modified files: lang/chicken Makefile Log: - Mark it JOBS_SAFE PR: 162671 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer Feature safe: yes Revision Changes Path 1.47 +3 -1 ports/lang/chicken/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"