After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 674581 - Assembler Error: offset out of range
Assembler Error: offset out of range
Status: RESOLVED OBSOLETE
Product: libxml2
Classification: Platform
Component: general
git master
Other Linux
: Normal blocker
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-22 17:59 UTC by Elvis Dowson
Modified: 2021-07-05 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Log file of the compilation with the error. (24.69 KB, application/octet-stream)
2012-04-22 17:59 UTC, Elvis Dowson
Details
OpenEmbedded bitbake recipe for libxml2 (1.62 KB, application/octet-stream)
2012-04-22 17:59 UTC, Elvis Dowson
Details

Description Elvis Dowson 2012-04-22 17:59:00 UTC
Created attachment 212558 [details]
Log file of the compilation with the error.

Hi,
     I'm using OpenEmbedded to build libxml2 for linux for the ARMv7a architecture, using gcc-4.4.1 compiler. 

The compilation fails with the following errors:

xmlschemas.c: In function 'xmlSchemaParseLocalAttribute':
xmlschemas.c:7448: warning: cast increases required alignment of target type
  CC     xmlschemastypes.lo
  CC     xmlunicode.lo
  CC     xmlreader.lo
  CC     relaxng.lo
  CC     dict.lo
  CC     SAX2.lo
  CC     xmlwriter.lo
  CC     legacy.lo
  CC     chvalid.lo
  CC     pattern.lo
  CC     xmlsave.lo
  CC     xmlmodule.lo
  CC     schematron.lo
  CC     xzlib.lo
  CC     testdso.lo
  CC     xmllint.o
  CC     xmlcatalog.o
  CC     testSchemas.o
  CC     testRelax.o
  CC     testSAX.o
  CC     testHTML.o
  CC     testXPath.o
  CC     testURI.o
  CC     testThreads.o
  CC     testC14N.o
  CC     testAutomata.o
  CC     testRegexp.o
  CC     testReader.o
  CC     testapi.o
  CC     testModule.o
  CC     runtest.o
  CC     runsuite.o
/tmp/ccYYenwc.s: Assembler messages:
/tmp/ccYYenwc.s:7785: Error: offset out of range
/tmp/ccYYenwc.s:7786: Error: offset out of range
/tmp/ccYYenwc.s:10761: Error: offset out of range
/tmp/ccYYenwc.s:10762: Error: offset out of range
/tmp/ccYYenwc.s:10953: Error: offset out of range
/tmp/ccYYenwc.s:10954: Error: offset out of range
make[2]: *** [xmllint.o] Error 1
make[2]: *** Waiting for unfinished jobs....

Best regards,

Elvis Dowson
Comment 1 Elvis Dowson 2012-04-22 17:59:46 UTC
Created attachment 212559 [details]
OpenEmbedded bitbake recipe for libxml2
Comment 2 GNOME Infrastructure Team 2021-07-05 13:22:01 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/libxml2/-/issues/

Thank you for your understanding and your help.