ports/143852: port devel/seed fails because freshly built seed segfaults

Andrew Reilly areilly at bigpond.net.au
Sun Feb 14 11:11:34 UTC 2010


The following reply was made to PR ports/143852; it has been noted by GNATS.

From: Andrew Reilly <areilly at bigpond.net.au>
To: bug-followup at FreeBSD.org, areilly at bigpond.net.au
Cc:  
Subject: Re: ports/143852: port devel/seed fails because freshly built seed
 segfaults
Date: Sun, 14 Feb 2010 21:54:28 +1100

 Found it.
 
 Executing seed failed because src/.libs/seed (which is what was
 executed by the shell script on the failing line) was linked
 against /usr/local/lib/seed.so.?, rather than the freshly built
 (one assumes) one.  The already installed one was crashing
 becuase it was (indirectly) linked against libjpeg.so.10, but
 that had ceased to exist because libjpeg had just been upgraded.
 
 Resolution: de-installing seed before building made the new
 executable link against the new library, and all was well.
 
 Cheers,
 
 -- 
 Andrew


More information about the freebsd-gnome mailing list