You are not logged in.

#1 2011-10-17 09:41:59

jv2112
Member
Registered: 2011-07-23
Posts: 160

[Solved]pacman -- Segmentation fault

I have been receiving the error below and I am not sure what to do next. I have done a number of searches but can't find an answer.  I tried downgrading ( pacman -Suu ) but I get the same error as well as :

failed to init transaction (unable to lock database) then I have to delete /var/lib/pacman/db.lck .


Any direction would be appreciated.


[joe@Arch-Tux etc]$ sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
warning: pacman: local (4.0.0rc2-1) is newer than core (3.5.4-4)
resolving dependencies...
looking for inter-conflicts...

Targets (19): poppler-0.18.0-1  poppler-glib-0.18.0-1  evince-3.2.0-2  gimp-2.6.11-7  libreoffice-en-US-3.4.3-4  libreoffice-common-3.4.3-4  libreoffice-base-3.4.3-4
              libreoffice-calc-3.4.3-4  libreoffice-draw-3.4.3-4  libreoffice-gnome-3.4.3-4  libreoffice-impress-3.4.3-4  libreoffice-kde4-3.4.3-4  libreoffice-math-3.4.3-4
              libreoffice-sdk-3.4.3-4  libreoffice-sdk-doc-3.4.3-4  libreoffice-writer-3.4.3-4  libtracker-sparql-0.12.5-1  poppler-qt-0.18.0-1  seahorse-3.2.0-2

Total Download Size:    0.00 MiB
Total Installed Size:   469.46 MiB
Net Upgrade Size:       0.16 MiB

Proceed with installation? [Y/n] y
(19/19) checking package integrity                                                                             [##################################################################] 100%
error: poppler: key "976AC6FA3B94FA10" is unknown
error: segmentation fault
Internal pacman error: Segmentation fault.
Please submit a full bug report with --debug if appropriate.

Last edited by jv2112 (2011-10-20 23:03:45)


Life is pleasant. Death is peaceful. It's the transition that's troublesome. Isaac Asimov - / -

Offline

#2 2011-10-17 09:46:40

ethail
Member
From: Spain
Registered: 2011-02-10
Posts: 225

Re: [Solved]pacman -- Segmentation fault

You're using pacman 4, which is in [testing] and can be quind of unstable.

On the other hand, the last line seems quite  specific about what to do, don't you think?

PS: If you can't do that basic stuff, maybe you should stop using testing.


My GitHub Page

Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.

Offline

#3 2011-10-17 09:58:44

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,302

Re: [Solved]pacman -- Segmentation fault

I do not see that problem, after a 'pacman -Syu':

poppler-glib 0.16.7-2 -> 0.18.0-1
poppler 0.16.7-2 -> 0.18.0-1

I use a git version of pacman 4:

Build Date     : Thu Oct 13 23:54:53 2011
Install Date   : Thu Oct 13 23:58:44 2011

pacman 4rc2 is now pacman 4.0.0 in Testing.

Try to use the version in Testing, following recommendations in mailing list Pacman-dev.

Or compile the last git snapshot: https://github.com/berbae/pacman-git

Did you run 'pacman-key --init'?

Offline

#4 2011-10-17 10:01:26

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,403
Website

Re: [Solved]pacman -- Segmentation fault

Update to 4.0.0.   That is a fixed bug from 4.0.0rc2.

Offline

#5 2011-10-17 22:41:30

jv2112
Member
Registered: 2011-07-23
Posts: 160

Re: [Solved]pacman -- Segmentation fault

Thanks for all of the input. I looked into the keys based on the replies and found some further direction on the Arch Wiki.

--> I turned off pgp wrote:

SigLevel     = Never --> In my etc/pacman.conf


& ran update. --> pacman -Syyu and now I am all set.  smile


Now clyde is dead  yikes

Command Output wrote:

[joe@Arch-Tux ~]$ sudo clyde -Syua
Password:
lua: error loading module 'lualpm' from file '/usr/lib/lua/5.1/lualpm.so':
    libalpm.so.6: cannot open shared object file: No such file or directory
stack traceback:
    [C]: ?
    [C]: in function 'require'
    /usr/share/lua/5.1/clydelib/util.lua:2: in main chunk
    [C]: in function 'require'
    /usr/bin/clyde:5: in main chunk
    [C]: ?


Any thought hmm    ?


All input appreciated. big_smile


Life is pleasant. Death is peaceful. It's the transition that's troublesome. Isaac Asimov - / -

Offline

#6 2011-10-17 22:54:54

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved]pacman -- Segmentation fault

jv2112 wrote:

Now clyde is dead  yikes

Command Output wrote:

[joe@Arch-Tux ~]$ sudo clyde -Syua
Password:
lua: error loading module 'lualpm' from file '/usr/lib/lua/5.1/lualpm.so':
    libalpm.so.6: cannot open shared object file: No such file or directory
stack traceback:
    [C]: ?
    [C]: in function 'require'
    /usr/share/lua/5.1/clydelib/util.lua:2: in main chunk
    [C]: in function 'require'
    /usr/bin/clyde:5: in main chunk
    [C]: ?


Any thought hmm    ?


All input appreciated. big_smile

On what? Clyde being dead?
https://bbs.archlinux.org/viewtopic.php … 54#p962154

Offline

#7 2011-10-18 01:52:55

jv2112
Member
Registered: 2011-07-23
Posts: 160

Re: [Solved]pacman -- Segmentation fault

sad

Thanks fir the heads up. Change is good ... ..time to learn a new package smile


Life is pleasant. Death is peaceful. It's the transition that's troublesome. Isaac Asimov - / -

Offline

#8 2011-10-20 01:45:51

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved]pacman -- Segmentation fault

Please remember to mark the thread as solved.

Offline

#9 2011-10-20 09:19:42

jv2112
Member
Registered: 2011-07-23
Posts: 160

Re: [Solved]pacman -- Segmentation fault

Maybe I need more cofee this morning but I do not see any option to mark thread solved..................... sad


Life is pleasant. Death is peaceful. It's the transition that's troublesome. Isaac Asimov - / -

Offline

#10 2011-10-20 09:55:41

Companion
Member
Registered: 2011-09-22
Posts: 7

Re: [Solved]pacman -- Segmentation fault

jv2112 wrote:

Maybe I need more cofee this morning but I do not see any option to mark thread solved..................... sad

Edit first post and put [Solved] in beginning of title...

Offline

#11 2011-10-20 15:43:52

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved]pacman -- Segmentation fault

While we're at it, read the whole https://wiki.archlinux.org/index.php/Forum_Etiquette :-)

Offline

Board footer

Powered by FluxBB