Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Jan 2014 13:04:39 +0100
From:      John Marino <freebsd.contact@marino.st>
To:        Rene Ladan <rene@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r338864 - head/games/el
Message-ID:  <52CA9BD7.5090305@marino.st>
In-Reply-To: <201401061146.s06Bk2Vd016817@svn.freebsd.org>
References:  <201401061146.s06Bk2Vd016817@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 1/6/2014 12:46, Rene Ladan wrote:
> Author: rene
> Date: Mon Jan  6 11:46:02 2014
> New Revision: 338864
> URL: http://svnweb.freebsd.org/changeset/ports/338864
> 
> Log:
>   Try to build after games/el-data is resurrected.
>   
>   Fails to link on 10.0-amd64 with old Xorg, so mark BROKEN:
>   >   LINK el.bin
>   > /usr/bin/ld: invalid DSO for symbol `XConvertSelection' definition
>   > /usr/local/lib/libX11.so.6: could not read symbols: Bad value
>   

That's usually a trivial fix.
Often "LDFLAGS+= -L${LOCALBASE}/lib -lX11" would fix that.  In any case,
it needs at least one additional linker flag.

John



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