Date: Wed, 7 Oct 2020 02:18:49 +0200 From: Piotr Kubaj <pkubaj@anongoth.pl> To: Gerald Pfeifer <gerald@pfeifer.com> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r551539 - head/devel/libffcall Message-ID: <20201007001849.GB22322@KGPE-D16> In-Reply-To: <alpine.LSU.2.23.453.2010060759010.6436@naga> References: <202010051912.095JCL9k036435@repo.freebsd.org> <alpine.LSU.2.23.453.2010060759010.6436@naga>
next in thread | previous in thread | raw e-mail | index | archive | help
--3siQDZowHQqNOShm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable It was because of: /bin/sh ../libtool --mode=3Dcompile cc -x none -c avcall-x86_64.s libtool: compile: cc -x none -c avcall-x86_64.s -fPIC -DPIC -o .libs/avca= ll-x86_64.o cc: warning: argument unused during compilation: '-D PIC' [-Wunused-command= -line-argument] avcall-x86_64.s:600:2: error: changed section flags for .eh_frame, expected= : 0x2 .section .eh_frame,"aw",@progbits ^ On 20-10-06 08:00:45, Gerald Pfeifer wrote: > On Mon, 5 Oct 2020, Piotr Kubaj wrote: > > Log: > > devel/libffcall: fix build > > =20 > > Submitted by: se@ > > Reported by: linimon@ > >=20 > > Modified: > > head/devel/libffcall/Makefile > >=20 > > Modified: head/devel/libffcall/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/devel/libffcall/Makefile Mon Oct 5 19:11:21 2020 (r551538) > > +++ head/devel/libffcall/Makefile Mon Oct 5 19:12:21 2020 (r551539) > > @@ -19,6 +19,7 @@ BROKEN_mips64=3D fails to build: gmake[2]: No rule t= o m > > =20 > > GNU_CONFIGURE=3D yes > > USES=3D gmake libtool > > +USE_GCC=3D yes >=20 > What was the actual failure? I hope not an -fcommon issue, or=20 > this would actively block moving the default for USE_GCC from=20 > GCC 9 to GCC 10. >=20 > When introducing USE_GCC these days, it would be good to note > (in a comment or the commit message) why. >=20 > Gerald --3siQDZowHQqNOShm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAl99CWkACgkQelmbhSCD nJ3KCQ/+K5S6iSC2ZfOM/S7TxyqXZalnrJHoj8RiT3L0qey1g26ehMMS83ZAZAGK q4gd0BYSxJp8yCMtgj9CCx7vjOLPDdHFPLCdRh6eKOTuDSRGMOdgwacmqexbgHaK +rLSFo1dsX+WWVJSMNuCrBmjioQI+VOy5atOeBwO1X/1BeT+bSIkpRIYUcSH2NC0 oSp3TA9QTsDuCt8rjFWE3Lc+wVMxmORFldvLhI/dY944XAq630X+jALuFiodqPW9 V8p9jxI+s32MmY8nh7h4UgpX0x1eX+kVvXhM0x/vXx2q6B6gPuVf0DZ0spvpmX9G C7bSam09cawyDCgsjI5ypAKbsp+L+6WGgvHR4A38BhgXrpImP4fbEWX91olJFDv+ qwN0ZvUzYdSHMpAuWQm+lntD9ULjZFiu0iP7gwOTBtJ2Rt991VxQrY5n7gk/XTIu nuQRUpRSKCoSKZtROj/r/Mk1i44TWs/OMgi4YVi16sCaAAsDQxvFs8KOELI8GKMu BA2tNzSHKGXmuZGUpybeG1fP3NgAyLDpqoKpar2WrtjiKHp7duNdewo3U2YSD995 AZv3CEgohL7wwn9/WnSxR/xhTqTwHfKY7NJFnghRbZ5I84UC8WRb6xirVrur3QZe pGKtV7mdptKPI5D2MT7Xa9ox/M2RU7/G5SUPb3AnlCwSNuiluao= =zf5B -----END PGP SIGNATURE----- --3siQDZowHQqNOShm--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20201007001849.GB22322>