Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 2021 00:22:05 +0100
From:      Tobias Kortkamp <tobik@freebsd.org>
To:        Piotr Kubaj <pkubaj@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r568065 - head/games/re3
Message-ID:  <YE1JHX7k7uWjd4uB@urd.tobik.me>
In-Reply-To: <202103110254.12B2sHWl063877@repo.freebsd.org>
References:  <202103110254.12B2sHWl063877@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--dcOV9rI694haDkJM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Mar 11, 2021 at 02:54:17AM +0000, Piotr Kubaj wrote:
> Author: pkubaj
> Date: Thu Mar 11 02:54:17 2021
> New Revision: 568065
> URL: https://svnweb.freebsd.org/changeset/ports/568065
>=20
> Log:
>   games/re3: fix build on i386
>  =20
>   lld can't link this port.

Yes, it can. I looked up the build error (btw, having the error in the
commit message would have been much easier) and it was just the old

ld: error: cannot preempt symbol: alcIsExtensionPresent
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by aldlist.cpp:49 (../src/audio/oal/aldlist.cpp:49)
>>>               obj/bsd-x86-librw_gl3_glfw-oal/Release/re3/aldlist.o:(ALD=
eviceList::ALDeviceList())

which you can workaround by adding

LDFLAGS_i386=3D	-Wl,-znotext

No need for LLD_UNSAFE.

--dcOV9rI694haDkJM
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQGTBAEBCgB9FiEElXvTEJc6ePgdQuobpPCftzzFH2EFAmBNSRpfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk1
N0JEMzEwOTczQTc4RjgxRDQyRUExQkE0RjA5RkI3M0NDNTFGNjEACgkQpPCftzzF
H2GjfAf+Mx/meQ/j00fcweLGs3uzwttcxYTLLYz7N7YlTqg43RG4iVhe4Bw9pRYD
szAIHA46wY0pHL/pOkbDGRh46m2W+Vyr9WB1tGwyF/HmXkEa+k8XksmFbZvy2iur
ZUiElXwTFZ5J/slyoXNPOFoACj+Txx4sewx4n6SAZOhpqEKh/EP2fEFGOET9L25a
LM8Ru16F5783ZjEdSd+1GyxzJFJVqaSOian9vUcyJXq19/pJsnsxwnnzHF+9Lmd0
LPN3zGwcBVqGI89FNsauiaSYA1yizGLj08ai56M392hDRPsAP/9gcfrXbmOrRcFi
X2maUPohfAc3fV8vmMpg/4EbimFlHw==
=Gvik
-----END PGP SIGNATURE-----

--dcOV9rI694haDkJM--



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