Apps :: apt-get gcc and make problem
I need to install gcc and make so i did the following but i got some errors at the end about fileutils. Can anyone help?
root@0[damnsmall]# apt-get install make gcc
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
binutils fileutils gcc-2.95
The following NEW packages will be installed:
binutils fileutils gcc gcc-2.95 make
0 packages upgraded, 5 newly installed, 0 to remove and 2 not upgraded.
Need to get 3763kB of archives. After unpacking 9609kB will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.us.debian.org stable/main fileutils 4.1-10 [710kB]
Get:2 http://ftp.us.debian.org stable/main binutils 2.12.90.0.1-4 [1711kB]
Get:3 http://ftp.us.debian.org stable/main gcc-2.95 1:2.95.4-11woody1 [952kB]
Get:4 http://ftp.us.debian.org stable/main gcc 2:2.95.4-14 [3420B]
Get:5 http://ftp.us.debian.org stable/main make 3.79.1-14 [386kB]
Fetched 3763kB in 3m9s (19.9kB/s)
Preconfiguring packages ...
tar: ./postinst: time stamp 2002-03-18 07:10:02 is 385204221 s in the future
tar: ./preinst: time stamp 2002-03-18 07:10:02 is 385204221 s in the future
tar: ./prerm: time stamp 2002-03-18 07:10:02 is 385204221 s in the future
tar: ./control: time stamp 2002-03-18 07:10:05 is 385204224 s in the future
tar: ./md5sums: time stamp 2002-03-18 07:10:06 is 385204225 s in the future
Selecting previously deselected package fileutils.
(Reading database ... 9258 files and directories currently installed.)
Unpacking fileutils (from .../fileutils_4.1-10_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/fileutils_4.1-10_i386.deb (--unpack):
trying to overwrite `/bin/chgrp', which is also in package coreutils
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/fileutils_4.1-10_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Hi, modify /etc/apt/sources.list to use testing and everything should update fine. Right now DSL has one foot in stable and one foot in testing, which could make for some difficulty when using apt. The reason? Mostly gtk1.2 vs. gtk2.
Hi,
I am having the exact same problem as above. gcc will install, but make will not. It is complaining about not being able to install fileutils.
I tried modifying the sources.list filend commented out the first line (stable) and uncommented the next two (testing). I still had no joy so tried to run dpkg-restore. now when I try "apt-get install make" I get:
Reading Package Lists... Done
Building Dependency Tree.. Done
Package make has no avaliable version, but exists in the database. This typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted or in not avaliable with the contents of sources.list
E: Package make has no installation candidate
Hopefully someone can help me with this? It is really important to be able to use make and gcc!
Thanks in advance,
- Richard
It's a problem with the busybox version of tar. Check this thread toward the bottom of the page, right before cbagger gives me a hard time.
And it should be pointed out that with 0.6.2+ the hard drive install has an option not to use busbox. And starting with the next release GNU tar will replace the busybox tar applet.
Next Page...
original here.