WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Will linux-headers-3.0.21-tinycore64 be available?  (Read 17390 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #15 on: January 08, 2013, 02:57:13 AM »
Can you confirm that compiletc and all of it's deps are loaded (check under /tmp/tcloop)?

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #16 on: January 08, 2013, 03:50:26 AM »
Yes, compiletc is installed
And all deps are installed as well:

Code: [Select]
bison.tcz
diffutils.tcz
file.tcz
findutils.tcz
flex.tcz
gawk.tcz
gcc.tcz
grep.tcz
m4.tcz
make.tcz
patch.tcz
pkg-config-lite.tcz
sed.tcz
e2fsprogs_base-dev.tcz
eglibc_base-dev.tcz
fltk_base-dev.tcz
freetype_base-dev.tcz
gcc_base-dev.tcz
imlib2_base-dev.tcz
jpeg_base-dev.tcz
libpng_base-dev.tcz
linux-3.0.21_api_headers.tcz
util-linux_base-dev.tcz
zlib_base-dev.tcz

sebus

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #17 on: January 08, 2013, 04:08:18 AM »
I'd guess that "make"/the Makefile/"execvp" is either:

hard coded to look for "as" in /usr/bin rather than use $PATH - a symlink should fix this

or

looking for bash and/or perl and cannot find them - a symlink should fix this

or

looking for a file/folder that does not exist

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #18 on: January 08, 2013, 06:41:40 AM »
OK, slowly getting more:

I had to add a single /usr/local/bin in the vmare-config-tools.pl

It runs OK (modules get build), but in the end it fails anyway (with different issue)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #19 on: January 08, 2013, 08:17:47 AM »
If the modules get built I guess it's just a question of copying them to the appropriate place in the tinycore filesystem?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11220
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #20 on: January 08, 2013, 08:27:44 AM »
Hi Juanito
This thread seems to be less about  Corepure64  and more about  vmware. Maybe it belongs under
Tiny Core on Virtual Machines?

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #21 on: January 08, 2013, 09:40:43 AM »
Most likely no, as I expect to have the same steps needed if TCL Pure64 is a HOST for Vmware Workstation

So far services do not start, the created modules are in lib/modules/3.0.21-tinycore64/misc (which is expected location, same as on any other linux flavour)

« Last Edit: January 08, 2013, 10:08:44 AM by sebus »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #22 on: January 08, 2013, 07:20:15 PM »
This thread seems to be less about  Corepure64  and more about  vmware. Maybe it belongs under
Tiny Core on Virtual Machines?

Please go ahead and move it

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #23 on: January 08, 2013, 10:55:41 PM »
Apart from move, does anybody have any more ideas why the tools just fail & not load (even when they seems to install OK)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #24 on: January 08, 2013, 11:06:21 PM »
Often out-of-kernel modules installation scripts look for a specific filesystem arrangement, which is not present in tinycore.

In order for the modules to end up in the standard tinycore locations under /usr/local, you will almost always have to put them there yourself.

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #25 on: January 09, 2013, 06:33:02 AM »
I have this:

kb.vmware.com/kb/1023185

Is 32-bit glibc-common installed in Pure64

sebus
« Last Edit: January 09, 2013, 07:28:48 AM by sebus »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #26 on: January 09, 2013, 07:30:26 PM »
Is 32-bit glibc-common installed in Pure64

I'm not sure what you're asking, but corepure64 has (as its name suggests) nothing that is 32-bit.

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #27 on: January 09, 2013, 10:41:40 PM »
So I have no more ideas why it does not work, maybe somebody else is interested in it & will be able to help

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #28 on: January 09, 2013, 11:08:39 PM »
I understood that the modules compiled without error. If this is the case, then I presume any associated apps also compiled without error.

Can you confirm if the above is correct? If so, it's just a matter of copying the modules/apps to the correct place in the filesystem.

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #29 on: January 10, 2013, 02:55:43 AM »
Yes, all compiled without an error. App does not get compiled (only modules)

They all seems to be in correct places in filesystem already

sebus