Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.7.0 fails to build on mips64el (Support for compression 'none' not compiled into this binary) #64

Closed
sebastic opened this issue Aug 15, 2017 · 2 comments

Comments

@sebastic
Copy link
Contributor

osmium-tools 1.7.0 failed to build on mips64el due to unittest failing:


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unit_tests is a Catch v1.9.7 host application.
Run with -? for options

-------------------------------------------------------------------------------
Parse OSM files
  OSM file with simple polygon
-------------------------------------------------------------------------------
/<<PKGBUILDDIR>>/test/extract/test_unit.cpp:141
...............................................................................

/<<PKGBUILDDIR>>/test/extract/test_unit.cpp:143: FAILED:
  REQUIRE( parser() == 0 )
due to unexpected exception with message:
  Support for compression 'none' not compiled into this binary

-------------------------------------------------------------------------------
Parse OSM files
  OSM file with two simple polygons
-------------------------------------------------------------------------------
/<<PKGBUILDDIR>>/test/extract/test_unit.cpp:156
...............................................................................

/<<PKGBUILDDIR>>/test/extract/test_unit.cpp:158: FAILED:
  REQUIRE( parser() == 0 )
due to unexpected exception with message:
  Support for compression 'none' not compiled into this binary

-------------------------------------------------------------------------------
Parse OSM files
  OSM file with multipolygon relation
-------------------------------------------------------------------------------
/<<PKGBUILDDIR>>/test/extract/test_unit.cpp:174
...............................................................................

/<<PKGBUILDDIR>>/test/extract/test_unit.cpp:176: FAILED:
  REQUIRE( parser() == 0 )
due to unexpected exception with message:
  Support for compression 'none' not compiled into this binary

===============================================================================
test cases:  16 |  15 passed | 1 failed
assertions: 159 | 156 passed | 3 failed

Full buildlog

@joto
Copy link
Member

joto commented Aug 16, 2017

This is strange. I can't find any big changes in the code behind this and, even if there are, why this only happens on mips64el. To debug this, we would need to "git bisect" all changes and see whether this brings us closer to an answer. But I don't have access to a mips64el machine.

@sebastic
Copy link
Contributor Author

bisecting this issue is too time consuming on the fairly slow mips64el porterbox.

I'll just ignore the test failures on this architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants