You are not logged in.

#1 2009-07-15 11:29:16

beehind
Member
Registered: 2009-07-15
Posts: 2

pacman segmentation fault

hi i have a pacman error 'Segmentation Fault' when i run this command:

#pacman -Sp --noconfirm conky

same command with --debug option

debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: SyncFirst: pacman
debug: config: new section 'core'
debug: setlibpaths() called
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: registering sync database 'core'
debug: opening database 'core'
debug: opening database from path '/var/lib/pacman/sync/core/'
debug: config: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: registering sync database 'extra'
debug: opening database 'extra'
debug: opening database from path '/var/lib/pacman/sync/extra/'
debug: config: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: registering sync database 'community'
debug: opening database 'community'
debug: opening database from path '/var/lib/pacman/sync/community/'
debug: config: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.conf
debug: registering local database
debug: opening database 'local'
debug: opening database from path '/var/lib/pacman/local/'
debug: loading package cache for repository 'core'
debug: loading package cache for repository 'extra'
debug: loading package cache for repository 'local'
debug: adding package conky-1.7.1.1-2 to the transaction targets
resolving dependencies...
debug: resolving target's dependencies
debug: started resolving dependencies
debug: checkdeps: package conky-1.7.1.1-2
debug: checkdeps: missing dependency 'alsa-lib' for package 'conky'
debug: checkdeps: missing dependency 'curl' for package 'conky'
debug: checkdeps: missing dependency 'wireless_tools' for package 'conky'
debug: checkdeps: missing dependency 'imlib2' for package 'conky'
debug: pulling dependency alsa-lib (needed by conky)
debug: pulling dependency curl (needed by conky)
debug: pulling dependency wireless_tools (needed by conky)
debug: pulling dependency imlib2 (needed by conky)
debug: checkdeps: package alsa-lib-1.0.20-1
debug: checkdeps: package curl-7.19.5-2
debug: checkdeps: missing dependency 'ca-certificates' for package 'curl'
debug: pulling dependency ca-certificates (needed by curl)
debug: checkdeps: package wireless_tools-29-3
debug: checkdeps: package imlib2-1.4.2-3
debug: checkdeps: missing dependency 'libtiff>=3.8.2-5' for package 'imlib2'
debug: checkdeps: missing dependency 'giflib' for package 'imlib2'
debug: checkdeps: missing dependency 'libid3tag' for package 'imlib2'
debug: checkdeps: missing dependency 'libjpeg' for package 'imlib2'
debug: pulling dependency libtiff (needed by imlib2)
debug: pulling dependency giflib (needed by imlib2)
debug: pulling dependency libid3tag (needed by imlib2)
debug: pulling dependency libjpeg (needed by imlib2)
debug: checkdeps: package ca-certificates-20080809-5
debug: checkdeps: missing dependency 'run-parts' for package 'ca-certificates'
debug: pulling dependency run-parts (needed by ca-certificates)
debug: checkdeps: package libtiff-3.8.2-5
debug: checkdeps: missing dependency 'libjpeg>=7' for package 'libtiff'
debug: checkdeps: package giflib-4.1.6-3
debug: checkdeps: package libid3tag-0.15.1b-3
debug: checkdeps: package libjpeg-7-1
debug: checkdeps: package run-parts-2.31-1
debug: finished resolving dependencies
debug: adding package alsa-lib-1.0.20-1 to the transaction targets
debug: adding package curl-7.19.5-2 to the transaction targets
debug: adding package wireless_tools-29-3 to the transaction targets
debug: adding package imlib2-1.4.2-3 to the transaction targets
debug: adding package ca-certificates-20080809-5 to the transaction targets
debug: adding package libtiff-3.8.2-5 to the transaction targets
debug: adding package giflib-4.1.6-3 to the transaction targets
debug: adding package libid3tag-0.15.1b-3 to the transaction targets
debug: adding package libjpeg-7-1 to the transaction targets
debug: adding package run-parts-2.31-1 to the transaction targets
debug: started sorting dependencies
debug: sorting dependencies finished
error: segmentation fault
debug: checking dependencies
debug: checkdeps: package conky-1.7.1.1-2
debug: checkdeps: package alsa-lib-1.0.20-1
debug: checkdeps: package curl-7.19.5-2
debug: checkdeps: package wireless_tools-29-3
debug: checkdeps: package imlib2-1.4.2-3
debug: checkdeps: package ca-certificates-20080809-5
debug: checkdeps: package libtiff-3.8.2-5
debug: checkdeps: package giflib-4.1.6-3
debug: checkdeps: package libid3tag-0.15.1b-3
debug: checkdeps: package libjpeg-7-1
debug: checkdeps: package run-parts-2.31-1
debug: setting download size 131891 for pkg conky
debug: setting download size 487998 for pkg alsa-lib
debug: setting download size 542897 for pkg curl
debug: setting download size 92049 for pkg wireless_tools
debug: setting download size 750560 for pkg imlib2
debug: setting download size 126978 for pkg ca-certificates
debug: setting download size 907486 for pkg libtiff
debug: setting download size 134221 for pkg giflib
debug: setting download size 75133 for pkg libid3tag
debug: setting download size 302951 for pkg libjpeg
debug: setting download size 8264 for pkg run-parts
debug: using cachedir: /var/cache/pacman/pkg/

How i overcome this?

Offline

#2 2009-07-15 11:33:28

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: pacman segmentation fault

check to see if you have a mirror uncommented in /etc/pacman.d/mirrorlist.
second don't do pacman -S conky . if you see is pulling libjpeg7 package and your system will pe screwed.
pacman -Syu (to update all packages depending on libjpeg7) and then pacman -S conky


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2009-07-15 11:46:40

beehind
Member
Registered: 2009-07-15
Posts: 2

Re: pacman segmentation fault

i want to install package offline (http://wiki.archlinux.org/index.php/Off … f_packages).
Futhermore, it did running well before. This occured after i just upgraded entire system (offline too)

Offline

#4 2009-07-15 14:09:18

Garns
Member
Registered: 2008-05-28
Posts: 239

Re: pacman segmentation fault

wonder wrote:

don't do pacman -S conky.

Are you sure you don't mean pacman -Sy conky ?

@beehind: have you checked your mirrorlist? Normally pacman should print your mirrors in the debug output, like this:

debug: registering sync database 'core'
debug: opening database 'core'
debug: opening database from path '/var/lib/pacman/sync/core/'
debug: config: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'core': ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/core/os/i686
debug: adding new server URL to database 'core': http://ftp.uni-kl.de/pub/linux/archlinux/core/os/i686
debug: adding new server URL to database 'core': ftp://ftp5.gwdg.de/pub/linux/archlinux/core/os/i686
[...]

but I don't see any in yours.

Offline

Board footer

Powered by FluxBB