svn commit: r551539 - head/devel/libffcall

Piotr Kubaj pkubaj at anongoth.pl
Wed Oct 7 00:18:59 UTC 2020


It was because of:
/bin/sh ../libtool --mode=compile cc -x none -c avcall-x86_64.s
libtool: compile:  cc -x none -c avcall-x86_64.s  -fPIC -DPIC -o .libs/avcall-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", at progbits
 ^
On 20-10-06 08:00:45, Gerald Pfeifer wrote:
> On Mon, 5 Oct 2020, Piotr Kubaj wrote:
> > Log:
> >   devel/libffcall: fix build
> >   
> >   Submitted by:	se@
> >   Reported by:	linimon@
> > 
> > Modified:
> >   head/devel/libffcall/Makefile
> > 
> > Modified: head/devel/libffcall/Makefile
> > ==============================================================================
> > --- 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=		fails to build: gmake[2]: No rule to m
> >  
> >  GNU_CONFIGURE=	yes
> >  USES=		gmake libtool
> > +USE_GCC=	yes
> 
> What was the actual failure?  I hope not an -fcommon issue, or 
> this would actively block moving the default for USE_GCC from 
> GCC 9 to GCC 10.
> 
> When introducing USE_GCC these days, it would be good to note
> (in a comment or the commit message) why.
> 
> Gerald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20201007/839a754f/attachment.sig>


More information about the svn-ports-all mailing list