Maxime2 / dataparksearch

An open source, feature rich search engine.
http://www.dataparksearch.org/
GNU General Public License v2.0
95 stars 45 forks source link

"make bin-dist" fails due to "tar: invalid option -- 'y'" #8

Closed krichter722 closed 8 years ago

krichter722 commented 8 years ago

see https://travis-ci.org/krichter722/dataparksearch/builds/132482170 for details

Maxime2 commented 8 years ago

Just out of curiosity, what version of Linux is used here? As the tar in Ubuntu Linux has -y option supported.

krichter722 commented 8 years ago

Just out of curiosity, what version of Linux is used here?

12.04 which is quite old, but it'd be nice if a test was added to configure in order to fail more verbosely and earlier. 14.04 fails due to other reasons on travis which I might sort out soon.

You can find more information about the OS in the collapsed first lines of output provided at the linked log.

Maxime2 commented 8 years ago

I have added checking for tar flags enabling bzip2 compression, that solves this issue. Thank you for reporting!