You are not logged in.

#1 2007-05-10 03:39:09

oggb4mp3
Member
Registered: 2005-06-17
Posts: 77

Pacman 3 and IgnorePkg

I have several packages listed in pacman.conf with IgnorePkg because I roll my own kernel and I don't like kernel related stuff upgraded until I have understood what will change.  This prevents accidents, if you know what I mean.  Anyway, since my upgrade to Pacman 3, pacman reports on a 'pacman -Syu' the following:

$ sudo pacman -Syu
:: Synchronizing package databases...
 testing                    2.3K  431.6K/s 00:00:00 [#####################################] 100%
 current is up to date
 extra is up to date
 unstable                   9.0K   86.6K/s 00:00:00 [#####################################] 100%
 community is up to date
:: Starting full system upgrade...
warning: gcc-4.1.2-4: ignoring package upgrade (4.1.2-4)
warning: initscripts-0.8-7: ignoring package upgrade (0.8-7)
warning: kernel26-2.6.21.1-9: ignoring package upgrade (2.6.21.1-8)
warning: nvidia-1.0.9755-5: ignoring package upgrade (1.0.9755-5)
warning: nvidia-utils-1.0.9755-1: ignoring package upgrade (1.0.9755-1)
warning: udev-110-3: ignoring package upgrade (110-3)
 local database is up to date

When there was no upgrade with pacman 2, there was no output.  Here, a warning is displayed even though there is no newer version of an ignored package available.  Why is there now a warning on those packages even though there is no upgrade available?  I am actually thinking this is a bug, but wanted to ask first if it is intended.

Offline

#2 2007-05-10 03:53:34

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: Pacman 3 and IgnorePkg

i posted about it too bout a week ago. twice on the same thread tbph. noone replied on that


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#3 2007-05-10 04:22:14

toofishes
Developer
From: Chicago, IL
Registered: 2006-06-06
Posts: 602
Website

Re: Pacman 3 and IgnorePkg

Hmm, interesting. Can you guys file a bug report so we actually see this kind of stuff? Forums are not the best place for bug reports as we don't always check them.

Offline

#4 2007-05-10 04:38:16

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: Pacman 3 and IgnorePkg

http://bbs.archlinux.org/viewtopic.php?id=32504 was the thread i had opened


http://bugs.archlinux.org/task/7111

edit: sorry for the messy bug report. seems u cant edit after u post em hmm

Last edited by dolby (2007-05-10 04:49:02)


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#5 2007-05-11 17:25:16

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Pacman 3 and IgnorePkg

Huh, I'm sorry about that, I thought this was an isolated issue.  It looks more widespread.

Either way, at least it's only a cosmetic bug.

I have a feeling it's related to this:
http://projects.archlinux.org/git/gitwe … e7b518f2b9

Offline

#6 2007-05-12 02:04:15

oggb4mp3
Member
Registered: 2005-06-17
Posts: 77

Re: Pacman 3 and IgnorePkg

Okay, good.  I'm glad it isn't me and it looks like a bug.  I won't give it a worry, it seems you guys are on it.

Offline

#7 2007-10-22 11:23:19

hongy19
Member
From: China
Registered: 2005-04-08
Posts: 83
Website

Re: Pacman 3 and IgnorePkg

[md@Arch pacman]$ sudo pacman -Su
:: Starting full system upgrade...
warning: kernel26-2.6.23.1-2: ignoring package upgrade (2.6.23.1-3)
warning: nvidia-100.14.19-3: ignoring package upgrade (100.14.19-3)
warning: nvidia-utils-100.14.19-2: ignoring package upgrade (100.14.19-2)
warning: wine-0.9.44-1: ignoring package upgrade (0.9.47-1)
 local database is up to date
[md@Arch pacman]$ pacman -Qi pacman
Name           : pacman
Version        : 3.0.6-1
URL            : http://www.archlinux.org/pacman/
License        : GPL  
Groups         : base  
Provides       : None
Depends On     : fakeroot  libarchive  libdownload  
Removes        : None
Required By    : None
Conflicts With : pacman-rc  
Installed Size : 2165.20 K
Packager       : Dan McGee <dan@archlinux.org>
Architecture   : i686
Build Date     : Sun Sep 16 22:33:26 2007 UTC
Build Type     : Unknown

I have the same question, anyone know how to solve it?
thanks!

Offline

#8 2007-10-22 12:24:47

oggb4mp3
Member
Registered: 2005-06-17
Posts: 77

Re: Pacman 3 and IgnorePkg

You don't.  It's just cosmetic, so I think we just wait for it to be addressed by the pacman developers.

Offline

#9 2007-10-22 13:14:02

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

Re: Pacman 3 and IgnorePkg

I has been addressed...  I submitted a bug report a while back.  Apparently fixed in pacman v3.1.

Offline

#10 2007-10-22 18:14:36

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Pacman 3 and IgnorePkg

Allan wrote:

It has been addressed...  I submitted a bug report a while back.  Apparently fixed in pacman v3.1.

Yes, it was my mistake, I fixed it as soon as I saw the bug report, and my patch was merged. That was quite a while ago, I didn't even realize it was only fixed in pacman 3.1 tongue
http://projects.archlinux.org/git/gitwe … 341018c0fa

The only bug report I saw is 7111 reported by dolby though, you also reported another one? smile


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#11 2007-10-23 01:10:30

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

Re: Pacman 3 and IgnorePkg

Yep - I think it was flagged as a dupe from memory... hmm

http://bugs.archlinux.org/task/7656

Last edited by Allan (2007-10-23 01:15:18)

Offline

#12 2007-10-23 07:01:34

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Pacman 3 and IgnorePkg

Allan wrote:

Yep - I think it was flagged as a dupe from memory... hmm

http://bugs.archlinux.org/task/7656

Uh yep, I don't have any memory, I'm the one who said it was a dup of 7111..


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

Board footer

Powered by FluxBB