[pacman-dev] files and size differ
kdebase update brought up this: in my chroot using pacman(2) [root@workstation64 /]# pacman -Ql kdebase | wc -l 4895 [root@workstation64 /]# pacman -Qi kdebase Name : kdebase Version : 3.5.6-3 Groups : kde Packager : AndyRTR <andyrtr@archlinux.org> URL : http://www.kde.org License : None Architecture : x86_64 Size : 67013928 Build Date : Fri Mar 9 20:46:00 2007 UTC Install Date : Fri Mar 9 20:47:13 2007 UTC Install Script : No Reason: : explicitly installed Provides : None Depends On : cyrus-sasl dbus-qt3 eject>=2.1.5 hal>=0.5.8.1-2 kdelibs>=3.5.6 libfontenc libldap libraw1394 libusb libxcomposite kdelibs>libxdamage libxkbfile libxss libxxf86misc lm_sensors mtools pmount>=0.9.13-2 xorg-xauth Required By : kdeaddons kdeartwork kdenetwork kdepim Conflicts With : None Description : KDE Base Programs. and my live system running pacman3: [root@workstation64 andyrtr]# pacman -Ql kdebase | wc -l 4152 [root@workstation64 andyrtr]# pacman -Qi kdebase Name : kdebase Version : 3.5.6-3 URL : http://www.kde.org Lizenz : Nichts Gruppen : kde Stellt bereit : Nichts Hängt ab von : kdelibs libldap eject lm_sensors mtools libusb libraw1394 cyrus-sasl libxcomposite libxdamage hal pmount libxxf86misc libxkbfile libxss libfontenc dbus-qt3 xorg-xauth Entfernt : Nichts Benötigt von : kde-i18n-de kdeaddons kdeartwork kdenetwork kdepim kdevelop krusader Konflikt mit : Nichts Installationsgröße : 30967 K Packer : AndyRTR <andyrtr@archlinux.org> Architektur : x86_64 Erstellt am : Fri Mar 9 20:46:00 2007 UTC Bauart : Unbekannt Installiert am : Fri Mar 9 20:58:34 2007 UTC Installationsgrund : Installiert als Abhängigkeit für ein anderes Paket Installations-Skript : Nein Beschreibung : KDE Base Programs. look at files and size! i don't know if really files are missing in pacman3 or only not reported by pacman -Qi. Andy
got it: pacman3 doesn't list directories in pacman -Ql. and filesize in zipped/unzipped. maybe both could be shown at the same time in pacman -Qi So this all is not a real issue. Andy
On Fri, Mar 09, 2007 at 10:10:51PM +0100, Andreas Radke wrote:
look at files and size!
i don't know if really files are missing in pacman3 or only not reported by pacman -Qi.
this was http://bugs.archlinux.org/task/6442 Jürgen
On 3/9/07, Andreas Radke <a.radke@arcor.de> wrote:
look at files and size!
Files we knew about as we did remove directory listings from pacman -Ql output. However, this has nothing to do with the output of installed size, which appears to be wrong here. We need to fix this issue, it likely has to do with the wrong size being written to the DB at install time (the compressed size is written instead of an installed size). -Dan
Am Sat, 10 Mar 2007 15:14:02 -0500 schrieb "Dan McGee" <dpmcgee@gmail.com>:
Files we knew about as we did remove directory listings from pacman -Ql output. However, this has nothing to do with the output of installed size, which appears to be wrong here. We need to fix this issue, it likely has to do with the wrong size being written to the DB at install time (the compressed size is written instead of an installed size).
Please implement both types of size - compressed + uncompressed. Shouldn't be that hard. Andy
On 3/10/07, Andreas Radke <a.radke@arcor.de> wrote:
Am Sat, 10 Mar 2007 15:14:02 -0500 schrieb "Dan McGee" <dpmcgee@gmail.com>:
Files we knew about as we did remove directory listings from pacman -Ql output. However, this has nothing to do with the output of installed size, which appears to be wrong here. We need to fix this issue, it likely has to do with the wrong size being written to the DB at install time (the compressed size is written instead of an installed size).
Please implement both types of size - compressed + uncompressed. Shouldn't be that hard.
Compressed size is worthless here, it does not really apply unless you are querying a not yet installed package using -Qp. Use -Si for finding the two sizes of packages in the repositories. -Dan
participants (3)
-
Andreas Radke
-
Dan McGee
-
Jürgen Hötzel