gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] GCL build error on OpenMandriva


From: Camm Maguire
Subject: Re: [Gcl-devel] GCL build error on OpenMandriva
Date: Mon, 15 Jul 2013 13:22:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Greetings!

address@hidden 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                                        address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]