You are not logged in.

#1 2005-08-22 15:38:16

sullivanva
Member
From: Herndon, VA USA
Registered: 2005-07-21
Posts: 126

dependencies

Let's say you're making a package of expect, and you realize that it has dependencies on tcl, and gcc.   Does it make sense to do the whole install of tcl and gcc if you only need a couple of the libraries?

Specifically it needs libtcl8.4.so and libgcc_s.so.1.

Do you really want to install tcl and gcc on all the boxes?


--HAPS

Offline

#2 2005-08-22 16:18:51

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: dependencies

There is a libgcc package in AUR that only contains the gcc libraries.  I guess you could do the same for tcl (a libtcl pkg). IMHO, it's the best way to handle this.

Another way would be to copy libtcl8.4.so and libgcc_s.so.1 in the build directory and explicitly put them in the package.

Offline

#3 2005-08-22 16:45:03

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: dependencies

I wouldn't worry about it... I mean, gcc is what, like 70MB and tcl is around 4MB... if you're worries about 75MB of disk space, you may have other issues

Offline

#4 2005-08-22 18:22:39

sullivanva
Member
From: Herndon, VA USA
Registered: 2005-07-21
Posts: 126

Re: dependencies

The problem is that at some places they wouldn't want development tools on production boxes.  A lot of this is the result of SOX.  So the libgcc is a good idea, even if it seems a little like overkill.


--HAPS

Offline

Board footer

Powered by FluxBB