Greetings!

[email protected] writes:

> Camm Maguire escreveu:
>> Greetings!
>
>   Hi,
>
>> 1. gcl --enable-custreloc will not yet work with the 'gcc hardening
>> wrapper' adding the stack protection flags, etc.  Several relocs are
>> missing.
>
>   I am trying to get a proper log in the abf build system, by
> submitting builds that I know will fail, just made another one
> due to missing texlive stuff in the chroot, but you can find
> all build logs following the <<Id>> link frm
> https://abf.rosalinux.ru/openmandriva/gcl/build_lists
>

OK, checking 

http://file-store.rosalinux.ru/api/v1/file_stores/b22e18a59ed9bcb5cb0cfe4985ab59c77ab9ffe7.log?show=true

the problem appears to be

Finished compiling 
/builddir/build/BUILD/gcl-2.6.8/unixport/../pcl/gcl_pcl_pkg.o.

Loading binary of GCL_PCL_PKG...

_GLOBAL_OFFSET_TABLE_ is undefined

Error: Cannot get relocated section contents


meaning your gcc/flag combination is spitting out an unsupported
relocation into gcl_pcl_pkg.o.

Next step is to post

objdump -r gcl_pcl_pkg.o
and
objdump -d gcl_pcl_pkg.o

Take care,
-- 
Camm Maguire                                        [email protected]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

_______________________________________________
Gcl-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to