On 2013/03/21 21:54, Miod Vallat wrote: > > - local symbol `environ' in /usr/lib/crt0.o is referenced by DSO > > Hmm, that's odd. `environ' is a common and not declared as static or > with any visibility attribute. Can you share the exact linking command > which has triggered this error?
Build log from this: http://junkpile.org/plugins-base.log --version-script,./.libs/output-selector-test.ver comes from libtool and looks like this:- $ cat tests/icles/.libs/output-selector-test.ver /* version script generated from * output_selector_test-output-selector-test.o * using regexp ^_*gst_plugin_desc.* */ { local: *; }; > > - Error: suffix or operands invalid for `mov' > > > > these are all movl with %eax and two-character registers, e.g. > > movl %fs, 8(%eax) > > movl 8(%eax), %fs > > This is actually not a bug. Segment registers ([cdefg]s) are 16-bit > registers, so these should be used with `movw' instructions, not `movl'. > Older gas was probably silently converting these to movw. OK I will take care of these then. > > - www/chromium - OSError: [Errno 8] Exec format error > > Please make the binary available to me offlist, as well as its linking > command (or build log, whatever suits you). I don't have the work directory, but will start another build of this. http://junkpile.org/chromium.log > > - sysutils/gsmartcontrol - `.gnu.linkonce.t._Z11app_pcre_reRKSs' referenced > > in section `.gnu.linkonce.r._Z11app_pcre_reRKSs' of gsc_main_window.o: > > defined in discarded section `.gnu.linkonce.t._Z11app_pcre_reRKSs' of > > gsc_main_window.o > > Can you send me your build log for this as well? http://junkpile.org/gsmartcontrol.log > > Miod Thank you.
