Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2010 11:11:33 GMT
From:      Andrew Reilly <areilly@bigpond.net.au>
To:        gnome@FreeBSD.org
Subject:   Re: ports/143852: port devel/seed fails because freshly built seed segfaults
Message-ID:  <201002141111.o1EBBXEP059502@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/143852; it has been noted by GNATS.

From: Andrew Reilly <areilly@bigpond.net.au>
To: bug-followup@FreeBSD.org, areilly@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002141111.o1EBBXEP059502>