WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: lzop in x86 repo is ARM  (Read 3052 times)

Offline Richard Ketcham

  • Newbie
  • *
  • Posts: 2
lzop in x86 repo is ARM
« on: September 12, 2017, 01:31:56 PM »
I recently updated to 8.1.1, and as I was figuring out what the hell is wrong lzop.tcz,


tc@box:~$ lzop
/usr/local/bin/lzop: line 1: Syntax error: word unexpected (expecting ")")


when I had a "deja-vu" moment, recalling that I went down this road a few years and a few tinycore versions ago, and after much frustration figured out the problem: lzop.tcz in
http://repo.tinycorelinux.net/8.x/x86/tcz/
is an ARM binary!  And it seems like I remember having posted back then.  Now I understand how mistakes can happen, but I am surprised this has not been fixed after all these years.

Sorry, but I don't know my way around to fix it myself.  I found the statically compiled lzop that I used last time around and will use it again for a workaround.

Thank you TC developers. Tinycore is extremely cool.
Ricky
« Last Edit: September 12, 2017, 01:41:21 PM by Richard Ketcham »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: lzop in x86 repo is ARM
« Reply #1 on: September 13, 2017, 12:38:24 AM »
indeed:
Code: [Select]
$ file /tmp/tcloop/lzop/usr/local/bin/lzop
/tmp/tcloop/lzop/usr/local/bin/lzop: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.27, stripped

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: lzop in x86 repo is ARM
« Reply #2 on: September 13, 2017, 12:52:53 AM »
x86 version posted - thanks for reporting this

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: lzop in x86 repo is ARM
« Reply #3 on: September 13, 2017, 05:39:54 AM »
Hi Juanito
The info file was identical from TC5 through TC8 so it's likely TC5 through TC7 are also ARM binaries.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: lzop in x86 repo is ARM
« Reply #4 on: September 14, 2017, 02:15:38 AM »
also updated in tc-5.x thru' tc-7.x repos

Offline Richard Ketcham

  • Newbie
  • *
  • Posts: 2
Re: lzop in x86 repo is ARM
« Reply #5 on: September 14, 2017, 10:11:45 AM »
Thanks! TinyCore rocks!