You are not logged in.

#1 2008-09-18 23:55:51

Wolfman
Member
Registered: 2006-02-14
Posts: 5

[FIXED] Can't upgrade with pacman anymore.

Today I tried updating my system, but I only recieved the following error:

$ sudo pacman -Su
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (package filename is not valid)

Anyone have any suggestions?

Last edited by Wolfman (2008-09-19 02:07:31)

Offline

#2 2008-09-19 00:00:35

Vintendo
Member
From: Netherlands
Registered: 2008-04-21
Posts: 375
Website

Re: [FIXED] Can't upgrade with pacman anymore.

Try "Pacman -Syu"

Offline

#3 2008-09-19 00:40:59

Wolfman
Member
Registered: 2006-02-14
Posts: 5

Re: [FIXED] Can't upgrade with pacman anymore.

I tried that first.  My package database is up to date.

Offline

#4 2008-09-19 00:59:16

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: [FIXED] Can't upgrade with pacman anymore.

Check which packages you're trying to upgrade with

pacman -Qu

and post the output here. It seems that the package name itself may be bad (i.e. not a pacman error).

You could also try

pacman -Sc

to clear uninstalled packages and

pacman -Syy

to force a database refresh.

Maybe also try using a different default mirror in case it's a mirror-local problem.


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#5 2008-09-19 01:18:19

nj
Member
Registered: 2007-04-06
Posts: 93

Re: [FIXED] Can't upgrade with pacman anymore.

You can run pacman with --debug to get some debugging information. --debug=2 prints even more info.

Also, try running this command:

find /var/lib/pacman/sync -name desc -exec grep -L FILENAME {} \;

This will find any package in the database that does not have a filename field.

Offline

#6 2008-09-19 02:05:06

Wolfman
Member
Registered: 2006-02-14
Posts: 5

Re: [FIXED] Can't upgrade with pacman anymore.

Xyne wrote:
pacman -Syy

to force a database refresh.

That worked.  Thanks everyone.

Offline

Board footer

Powered by FluxBB