SliTaz SliTaz Forum

You are not logged in.

#1 2014-06-24 20:25:58

slo.sleuth
Member
Registered: 2013-12-31
Posts: 20

glibc fails to install - SliTaz rolling

Trying to create a build environment, I executed 'cook setup' from SliTaz rolling core, and noted that glibc failed to install though it successfully downloads and extracts.  Install failure occurs with 'tazpkg -gi glibc --forced' as well. 

Suggestions for trouble shooting?

glibc version 2.14.1

Thanks

Offline

#2 2014-06-24 22:14:11

slo.sleuth
Member
Registered: 2013-12-31
Posts: 20

Re: glibc fails to install - SliTaz rolling

Interestingly, tazusb fails to work properly after 'cook setup', resulting in a 2mb rootfs.gz...

Offline

#3 2014-06-26 21:42:58

slo.sleuth
Member
Registered: 2013-12-31
Posts: 20

Re: glibc fails to install - SliTaz rolling

The problem appears to bo the glibc-2.14.tazpkg is empty of glibc files.  Note the package is only 5k and the empty var/ directory in the fs tree:

[c]# tazpkg get glibc
Connecting to mirror.slitaz.org (46.105.127.17:80)
glibc-2.14.1.tazpkg  100% |*******************************|  5804   0:00:00 ETA

# tazpkg -e glibc-2.14.1.tazpkg

Extracting: glibc-2.14.1
================================================================================
Copying original package...                                          [ Done ]
Extracting glibc-2.14.1...                                           [ Done ]
================================================================================
glibc-2.14.1 is extracted to: glibc-2.14.1

# find glibc-2.14.1/
glibc-2.14.1/
glibc-2.14.1/fs
glibc-2.14.1/fs/var
glibc-2.14.1/files.list
glibc-2.14.1/md5sum
glibc-2.14.1/receipt

# ls -lh glibc-2.14.1/files.list
-rw-r--r--    1 root     root           0 May  7 04:40 glibc-2.14.1/files.list[/c]

Offline

#4 2014-06-26 22:18:37

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: glibc fails to install - SliTaz rolling

because glibc-base is normally used

http://pkgs.slitaz.org/search.sh?receipt=glibc-base&version=cooking

Offline

#5 2014-06-26 22:28:45

slo.sleuth
Member
Registered: 2013-12-31
Posts: 20

Re: glibc fails to install - SliTaz rolling

@kultex, I understand what you are saying, but glibc is a dependency for binutils, for example, which is installed with

[c]# cook setup[/c]
Here is binutils isolated:

[c]# tazpkg -gi binutils

Connecting to mirror.slitaz.org (46.105.127.17:80)
binutils-2.23.1.tazp 100% |*******************************|  1046k  0:00:00 ETA

Tracking dependencies for: binutils
================================================================================
Missing: glibc
================================================================================
1 missing package to install.

Connecting to mirror.slitaz.org (46.105.127.17:80)
glibc-2.14.1.tazpkg  100% |*******************************|  5804   0:00:00 ETA

Tracking dependencies for: glibc
================================================================================
Missing: glibc-locale
Missing: glibc-dev
================================================================================
2 missing packages to install.

Connecting to mirror.slitaz.org (46.105.127.17:80)
glibc-locale-2.14.1. 100% |*******************************|  4046k  0:00:00 ETA

Tracking dependencies for: glibc-locale
================================================================================
Missing: glibc-extra-samba
================================================================================
1 missing package to install.

Connecting to mirror.slitaz.org (46.105.127.17:80)
glibc-extra-samba-2. 100% |*******************************|  6836   0:00:00 ETA

Installation of: glibc-extra-samba
================================================================================
Copying glibc-extra-samba...                                         [ Done ]
Extracting glibc-extra-samba...                                      [ Done ]
Installing glibc-extra-samba...                                      [ Done ]
Removing all tmp files...                                            [ Done ]
================================================================================
glibc-extra-samba (2.14.1) is installed.

Installation of: glibc-locale
================================================================================
Copying glibc-locale...                                              [ Done ]
Extracting glibc-locale...                                           [ Done ]
Installing glibc-locale...                                           [ Done ]
Removing all tmp files...                                            [ Done ]
================================================================================
glibc-locale (2.14.1) is installed.

Connecting to mirror.slitaz.org (46.105.127.17:80)
glibc-dev-2.14.1.taz 100% |*******************************|  1473k  0:00:00 ETA

Installation of: glibc-dev
================================================================================
Copying glibc-dev...                                                 [ Done ]
Extracting glibc-dev...                                              [ Done ]
Installing glibc-dev...                                              [ Done ]
Removing all tmp files...                                            [ Done ]
================================================================================
glibc-dev (2.14.1) is installed.

Installation of: glibc
================================================================================
Copying glibc...                                                     [ Done ]
Extracting glibc...                                                  [ Done ]
Installing glibc...                                                  [ Failed ]
Removing all tmp files...                                            [ Done ]
================================================================================
glibc (2.14.1) is installed.

Installation of: binutils
================================================================================
Copying binutils...                                                  [ Done ]
Extracting binutils...                                               [ Done ]
Installing binutils...                                               [ Done ]
Removing all tmp files...                                            [ Done ]
================================================================================
binutils (2.23.1) is installed.[/c]
Further, after executing [c]cook setup[/c], tazusb fails to create a proper rootfs.gz.  Any ideas why?

Offline

#6 2014-06-26 22:32:08

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: glibc fails to install - SliTaz rolling

glibc is a meta package.

Meta packages are used to build and/or install a group of packages and frequently do not own any files other than what resides in /var/lib/tazpkg/installed

Offline

#7 2014-06-26 23:20:40

slo.sleuth
Member
Registered: 2013-12-31
Posts: 20

Re: glibc fails to install - SliTaz rolling

@mojo, I understand the idea of a metapackage.  The failed install message lends to confusion, however.  I may be interpreting it wrong, but the binutils dependency list makes it appear that the glibc package should be 22mb in size.

[c]# tazpkg depends binutils
  glibc (22.0M)
    glibc-base (4.0M)
    glibc-locale (22.0M)
      glibc-extra-samba (52.0K)
    glibc-dev (9.5M)
  zlib (224.0K)[/c]
I'll start a new thread for the odd tazusb behavior mentioned earlier.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.015 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]