LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Arch (https://www.linuxquestions.org/questions/arch-29/)
-   -   Cant install catalyst-total package (https://www.linuxquestions.org/questions/arch-29/cant-install-catalyst-total-package-4175428953/)

skilo47 09-25-2012 09:35 AM

Cant install catalyst-total package
 
I'm trying to install the catalyst-total package in arch for my ati card but i get his error -

Code:

[skilo@archbang ~]$ sudo packer -S catalyst-total
/tmp/packertmp-0/catalyst-total.PKGBUILD: line 33: warning: command not found
/tmp/packertmp-0/catalyst-total.PKGBUILD: line 34: warning: command not found
/tmp/packertmp-0/catalyst-total.PKGBUILD: line 36: warning: command not found
Dependency `lib32-libdrm' of `catalyst-total' does not exist.


SilentSam 09-25-2012 11:01 AM

Did you enable the multilib repo?

skilo47 09-25-2012 12:04 PM

Quote:

Originally Posted by SilentSam (Post 4788952)
Did you enable the multilib repo?

No. How do i do that?

SilentSam 09-25-2012 12:50 PM

Here is the Wiki page:

Multilib

You should also be sure to read through the ATI Catalyst Wiki page here.

skilo47 09-25-2012 02:25 PM

I get this error after adding the multilib section to pacman.conf

Code:

[skilo@archbang ~]$ sudo packer -S catalyst-total
warning: database file for 'multilib' does not exist
/tmp/packertmp-0/catalyst-total.PKGBUILD: line 33: warning: command not found
/tmp/packertmp-0/catalyst-total.PKGBUILD: line 34: warning: command not found
/tmp/packertmp-0/catalyst-total.PKGBUILD: line 36: warning: command not found
warning: database file for 'multilib' does not exist
warning: database file for 'multilib' does not exist
Dependency `lib32-libdrm' of `catalyst-total' does not exist.

Here is my pacman.conf

Code:

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir    = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile    = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
HoldPkg    = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst  = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg  =
#IgnoreGroup =

#NoUpgrade  =
#NoExtract  =

# Misc options
#UseSyslog
#UseDelta
#TotalDownload
CheckSpace
#VerbosePkgLists
ILoveCandy

# PGP signature checking
# NOTE: None of this will work without running `pacman-key --init` first.
# The compiled in default is equivalent to the following line. This requires
# you to locally sign and trust packager keys using `pacman-key` for them to be
# considered valid.
#SigLevel = Optional TrustedOnly
# If you wish to check signatures but avoid local sign and trust issues, use
# the following line. This will treat any key imported into pacman's keyring as
# trusted.
#SigLevel = Optional TrustAll
# For now, off by default unless you read the above.
SigLevel = Never

#
# REPOSITORIES
#  - can be defined here or included from another file
#  - pacman will search repositories in the order defined here
#  - local/custom mirrors can be added here or in separate files
#  - repositories listed first will take precedence when packages
#    have identical names, regardless of version number
#  - URLs will have $repo replaced by the name of the current repo
#  - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#      [repo-name]
#      Server = ServerName
#      Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist

[core]
#SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
#SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist

[community]
#SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs


SilentSam 09-26-2012 09:45 AM

Did you pacman -Sy after adding the multilib repo?


All times are GMT -5. The time now is 06:46 AM.