[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: packages that have not yet rebuilt in dist-f11
- From: Kevin Kofler <kevin kofler chello at>
- To: fedora-devel-list redhat com
- Subject: Re: packages that have not yet rebuilt in dist-f11
- Date: Wed, 22 Apr 2009 19:09:03 +0200
Milos Jakubicek wrote:
> Bill Nottingham wrote:
>> rezso libgeotiff
>
> This one fails because of -fstack-protector...what to do -- remove
> -fstack-protector or not?
>
> Failed build:
> http://koji.fedoraproject.org/koji/getfile?taskID=1313019
Fixed link:
http://koji.fedoraproject.org/koji/taskinfo?taskID=1313019
>From the build.log:
> ld -shared
This package is trying to link with ld, which is not allowed, it needs to
link with gcc -shared instead. Please fix the makefile.
Note that these warnings:
> ./geo_new.c:242: warning: dereferencing type-punned pointer will break
> strict-aliasing rules
> ./geo_print.c:492: warning: dereferencing pointer 'sptr' does break
> strict-aliasing rules
> ./geo_write.c:135: warning: dereferencing type-punned pointer will break
> strict-aliasing rules
also need fixing!
Kevin Kofler
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]