Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: gordonselfish on September 17, 2013, 08:53:32 PM

Title: [NOT] bug 5.x series cmake
Post by: gordonselfish on September 17, 2013, 08:53:32 PM
bmarkus

In posting on an issue I had recently for a build I was doing I noticed that
Quote
file weechat/usr/local/bin/weechat-curses
weechat/usr/local/bin/weechat-curses: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.21, stripped

IMHO it should not show 3.0.21 but 3.8.10?

which leads me to
Code: [Select]
file /tmp/tcloop/cmake/usr/local/bin/cmake
/tmp/tcloop/cmake/usr/local/bin/cmake: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.21, stripped

Do you agree?
Title: Re: possible bug 5.x series cmake
Post by: bmarkus on September 18, 2013, 01:39:03 AM
bmarkus

In posting on an issue I had recently for a build I was doing I noticed that
Quote
file weechat/usr/local/bin/weechat-curses
weechat/usr/local/bin/weechat-curses: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.21, stripped

IMHO it should not show 3.0.21 but 3.8.10?

which leads me to
Code: [Select]
file /tmp/tcloop/cmake/usr/local/bin/cmake
/tmp/tcloop/cmake/usr/local/bin/cmake: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.21, stripped

Do you agree?

Not really. It has nothing to do with cmake. for GNU/Linux 3.0.21 means executable is backward compatible down to 3.0.21 kernel and not related to kernel usedf by machine where the compilation was done.
Title: Re: [NOT] bug 5.x series cmake
Post by: gordonselfish on September 18, 2013, 09:04:16 AM
thanks for the explanation