You are not logged in.

#1 2008-10-17 05:06:16

godane
Member
From: NH, USA
Registered: 2008-02-03
Posts: 241
Website

slim needs gcc-libs not gcc has dep

I just found out that slim needs gcc for a 57kb file. This file is in gcc which is 23mb. I just want know why this one file is not gcc-libs instead gcc. This is so people how don't need gcc will need to install it in order to get slim to work.

Just my 2 cents to help make arch more customable in size of MB.

PS With gcc install, base-devel group only takes 2.6MB more of space. I just had to give you the idea.

Last edited by godane (2008-10-17 12:23:37)


I'm working on a live cds based on Archlinux. http://godane.wordpress.com/

Offline

#2 2008-10-17 06:24:55

Allan
Developer
From: Brisbane, AU
Registered: 2007-06-09
Posts: 9,939
Website

Re: slim needs gcc-libs not gcc has dep

Maybe it should.  File a feature request in the bug tracker so the developer who deals with those packages see this.

Offline

#3 2008-10-17 09:03:34

JGC
Developer
Registered: 2003-12-03
Posts: 1,658

Re: slim needs gcc-libs not gcc has dep

Ehm, libgcc_s.so is in gcc-libs, not in gcc.

Offline

#4 2008-10-17 11:29:56

godane
Member
From: NH, USA
Registered: 2008-02-03
Posts: 241
Website

Re: slim needs gcc-libs not gcc has dep

@JGC
Yes, libgcc_s.so is in gcc-libs. But libgcc_s.so.1 is in gcc. libgcc_s.so is just the soft link for libgcc_s.so.1.

@Allan
bug report: http://bugs.archlinux.org/task/11783
I put it has a bug report at medium.

Last edited by godane (2008-10-17 11:50:38)


I'm working on a live cds based on Archlinux. http://godane.wordpress.com/

Offline

#5 2008-10-17 12:08:35

Asgaroth
Member
From: Hesse, Germany
Registered: 2008-03-26
Posts: 58

Re: slim needs gcc-libs not gcc has dep

godane wrote:

@JGC
Yes, libgcc_s.so is in gcc-libs. But libgcc_s.so.1 is in gcc. libgcc_s.so is just the soft link for libgcc_s.so.1.

This file, as well, is in gcc-libs for me:

$ pacman -Qo /usr/lib/libgcc_s.so.1
/usr/lib/libgcc_s.so.1 is owned by gcc-libs 4.3.2-1

Last edited by Asgaroth (2008-10-17 12:12:33)

Offline

#6 2008-10-17 12:14:27

godane
Member
From: NH, USA
Registered: 2008-02-03
Posts: 241
Website

Re: slim needs gcc-libs not gcc has dep

I think then slim just needs to be updated.

[root@arch-live arch]# ldd /usr/bin/slim
    linux-gate.so.1 =>  (0xb7f09000)
    libXft.so.2 => /usr/lib/libXft.so.2 (0xb7edb000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0xb7dec000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7d68000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7d60000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7d35000)
    libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7d0e000)
    libz.so.1 => /usr/lib/libz.so.1 (0xb7cf9000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7cc7000)
    libXmu.so.6 => /usr/lib/libXmu.so.6 (0xb7cb2000)
    libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7c92000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7ba2000)
    libm.so.6 => /lib/libm.so.6 (0xb7b7c000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7b6e000)
    libc.so.6 => /lib/libc.so.6 (0xb7a2c000)
    libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb7a2a000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7a12000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7a0e000)
    libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb79ed000)
    libXt.so.6 => /usr/lib/libXt.so.6 (0xb799e000)
    libSM.so.6 => /usr/lib/libSM.so.6 (0xb7996000)
    libICE.so.6 => /usr/lib/libICE.so.6 (0xb797f000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0xb7971000)
    /lib/ld-linux.so.2 (0xb7f0a000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0xb796d000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7968000)
    libuuid.so.1 => /lib/libuuid.so.1 (0xb7964000)

This is after i remove gcc. So i think slim just needs to update with gcc-libs dep instead of gcc dep.


I'm working on a live cds based on Archlinux. http://godane.wordpress.com/

Offline

#7 2008-10-17 12:17:25

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

Re: slim needs gcc-libs not gcc has dep

I think the problem is with the slim pkgbuild rather than with gcc. It lists gcc as its dependency:

depends=(gcc libxmu libxft libjpeg libpng bash)

Edit: godane was quicker. smile

Last edited by andre.ramaciotti (2008-10-17 12:18:24)


(lambda ())

Offline

#8 2008-10-17 12:22:58

godane
Member
From: NH, USA
Registered: 2008-02-03
Posts: 241
Website

Re: slim needs gcc-libs not gcc has dep

new bug report:
http://bugs.archlinux.org/task/11784

I think this should help get it fix now. Also i think it was gcc 4.3.1 that had libgcc_s.so.1 in it cause i couldn't get it rid of it without killing slim.


I'm working on a live cds based on Archlinux. http://godane.wordpress.com/

Offline

Board footer

Powered by FluxBB