WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [NOT] bug 5.x series cmake  (Read 2023 times)

gordonselfish

  • Guest
[NOT] bug 5.x series cmake
« on: September 17, 2013, 05: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?
« Last Edit: September 18, 2013, 06:03:45 AM by gordonselfish »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: possible bug 5.x series cmake
« Reply #1 on: September 17, 2013, 10:39:03 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?

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.
« Last Edit: September 17, 2013, 10:40:59 PM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

gordonselfish

  • Guest
Re: [NOT] bug 5.x series cmake
« Reply #2 on: September 18, 2013, 06:04:16 AM »
thanks for the explanation