LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 09-25-2012, 09:35 AM   #1
skilo47
Member
 
Registered: Sep 2012
Posts: 47

Rep: Reputation: Disabled
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.
 
Old 09-25-2012, 11:01 AM   #2
SilentSam
Member
 
Registered: Aug 2007
Location: Ottawa
Distribution: Arch Linux/Kubuntu/OpenSUSE
Posts: 300

Rep: Reputation: 37
Did you enable the multilib repo?
 
Old 09-25-2012, 12:04 PM   #3
skilo47
Member
 
Registered: Sep 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by SilentSam View Post
Did you enable the multilib repo?
No. How do i do that?
 
Old 09-25-2012, 12:50 PM   #4
SilentSam
Member
 
Registered: Aug 2007
Location: Ottawa
Distribution: Arch Linux/Kubuntu/OpenSUSE
Posts: 300

Rep: Reputation: 37
Here is the Wiki page:

Multilib

You should also be sure to read through the ATI Catalyst Wiki page here.
 
Old 09-25-2012, 02:25 PM   #5
skilo47
Member
 
Registered: Sep 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
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
 
Old 09-26-2012, 09:45 AM   #6
SilentSam
Member
 
Registered: Aug 2007
Location: Ottawa
Distribution: Arch Linux/Kubuntu/OpenSUSE
Posts: 300

Rep: Reputation: 37
Did you pacman -Sy after adding the multilib repo?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Unable to install radeon catalyst drivers FLCL Linux - Software 3 02-02-2013 03:38 AM
Can I install Catalyst 10.4 on Slackware 13.0 64 ethereal1m Slackware 2 05-24-2010 10:55 AM
[SOLVED] Desktop keeps freezing after kmod-catalyst install lhorace Linux - Newbie 2 10-27-2009 07:54 PM
Total size of installed package - more elegant way to get it? ErV Slackware 2 11-19-2008 02:52 PM
LXer: Can't I Just Click on Something? Debian package management from the perspective of a total newbie LXer Syndicated Linux News 0 06-18-2006 01:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 05:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration