You are not logged in.
Pages: 1
I'd like to compile athcool and grabbed the source, but for the life of me, can't figure out which packages are needed for make.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
try
pacman -S base-devel
Offline
Thanks for the suggestion. I got errors:
# pacman -S base-devel
base-devel package not found, searching for group...
:: group base-devel (including ignored packages):
diffutils ed gcc libtool m4 patch pkgconfig
:: Install whole content? [Y/n] y
:: group base-devel (including ignored packages):
autoconf automake make
:: Install whole content? [Y/n] y
:: group base-devel (including ignored packages):
autoconf automake bin86 bison ed fakeroot flex gcc libtool m4
make patch pkgconfig
:: Install whole content? [Y/n] y
warning: diffutils-2.8.1-5 is up to date -- reinstalling
warning: gcc-4.3.2-2 is up to date -- reinstalling
warning: pkgconfig-0.23-1 is up to date -- reinstalling
warning: automake-1.10.2-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (14): diffutils-2.8.1-5 ed-1.1-2 gcc-4.3.2-2 libtool-2.2.6a-1
m4-1.4.12-1 patch-2.5.9-1 pkgconfig-0.23-1 autoconf-2.63-1
automake-1.10.2-1 make-3.81-3 bin86-0.16.17-3 bison-2.4.1-1
fakeroot-1.12.1-1 flex-2.5.35-1
Total Download Size: 1.59 MB
Total Installed Size: 78.50 MB
Proceed with installation? [Y/n] y
:: Retrieving packages from core-testing...
diffutils-2.8.1-5-i686 191.5K 65.8K/s 00:00:03 [#####################] 100%
ed-1.1-2-i686 45.7K 63.6K/s 00:00:01 [#####################] 100%
libtool-2.2.6a-1-i686 578.7K 121.0K/s 00:00:05 [#####################] 100%
patch-2.5.9-1-i686 54.3K 67.9K/s 00:00:01 [#####################] 100%
pkgconfig-0.23-1-i686 49.9K 62.7K/s 00:00:01 [#####################] 100%
:: Retrieving packages from core...
bin86-0.16.17-3-i686 54.5K 210.0K/s 00:00:00 [#####################] 100%
bison-2.4.1-1-i686 427.0K 52.3K/s 00:00:08 [#####################] 100%
fakeroot-1.12.1-1-i686 52.7K 99.6K/s 00:00:01 [#####################] 100%
flex-2.5.35-1-i686 176.0K 57.1K/s 00:00:03 [#####################] 100%
checking package integrity...
(14/14) checking for file conflicts [#####################] 100%
error: could not prepare transaction
error: failed to commit transaction (conflicting files)
/usr/info/dir exists in both 'diffutils' and 'make'
make: /usr/info/dir exists in filesystem
Errors occurred, no packages were upgraded.
Last edited by graysky (2009-02-17 01:44:04)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Offline
diffutils-2.8.1-5-i686
The latest diffutils is 2.8.1-6 so do a "pacman -Sy"
Offline
Pages: 1