WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tinycore_v2.0rc1  (Read 7148 times)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
tinycore_v2.0rc1
« on: April 26, 2009, 11:53:04 AM »
Now posted Tiny Core V2.0 Release Candidate 1.

http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release/

* New kernel 2.6.29.1
* New glibc 2.9
* New libstdc++ and libgcc
* New ldconfig
* New base Xlibs
* New squashfs module to base for support of squash'ed extensions.
* New cryptohome to use AES.
* New mount and losetup
* New virtual drive support.
* New fl_picsee replaces imlib2_view
* Updated .xsession
* Updated mousetool
* Updated appbrowser
* Fixed .jwmrc screenshot bug
* Many many updated extensions including the toolchain, for best results use appbrowser get extensions.


Do not mix Tiny Core 1.x with Tiny Core 2.x.
They have different modules and major library changes.

Use caution if trying to use your backup file from Tiny Core 1.x.
The file /opt/.tcrc points to the repository and needs to be set for 2.x as shown:

Mirror: distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x
Protocol: http
Repository: tce

Other files that have changed that might be in your backup or persistent store:
.jwmrc
.xsession

Caution: Trying to use TC 1.x extensions with TC 2.x is not advised. The libraries and modules have all changed.

10+ Years Contributing to Linux Open Source Projects.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: tinycore_v2.0rc1
« Reply #1 on: April 29, 2009, 10:42:57 PM »
Now we changed out the xlibs in the base, it would be good if there were a corresponding xlibs-base-devs extension (including fontenc I guess)  :)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: tinycore_v2.0rc1
« Reply #2 on: April 30, 2009, 07:10:54 AM »
Do you mean Xorg-7.4-dev just without the static libs?
The only barriers that can stop you are the ones you create yourself.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: tinycore_v2.0rc1
« Reply #3 on: April 30, 2009, 08:11:48 AM »
I was meaning a subset of xorg-7.4-dev - containing only the headers, pc, static libs corresponding the the xlibs in the base - as per xorg-dev-light, done previously

I guess also the .pc, .la should refer to libs in /usr/lib rather than /usr/local/lib?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: tinycore_v2.0rc1
« Reply #4 on: April 30, 2009, 11:24:15 AM »
Libtool and pc inconsistencies should be all gone this time, as the base libs were built directly to /usr/lib. I was hoping there would be no need for a stripped extension. However if you think it's necessary, I'll see to it soon.
The only barriers that can stop you are the ones you create yourself.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: tinycore_v2.0rc1
« Reply #5 on: April 30, 2009, 09:44:05 PM »
Well, I may be wrong, but if you compile someting that only requires the base xlibs against the full xorg-devs, I have a feeling that either the compile will fail or the final application will fail when it cannot find an xlib that is in the full xorg but not the base because it picked up an optional dependency?

..anyway, no need to make any new extension just yet, let's try and see first  :)