Kiwi / clyde

Next-generation libalpm/makepkg wrapper.
https://kiwi.github.io/clyde
Other
63 stars 8 forks source link

clyde does not correctly log packages installed as dependencies when installing something from aur. #105

Closed etosan closed 13 years ago

etosan commented 13 years ago

my clyde version: local/clyde-git 20110222-1

clyde -v output: Root : / Conf File : /etc/clyde.conf DB Path : /var/lib/pacman/ Cache Dirs: /var/cache/pacman/pkg/
Lock File : /var/lib/pacman/db.lck Log File : /var/log/pacman.log Targets :

When building anything from aur, and clyde want's to install already packaged dependency from any arch repo, in pacman.log, nothing or only timestamp is logged instead of package name: [2011-02-24 08:35] upgraded kernel26-headers (2.6.37-6 -> 2.6.37.1-1) [2011-02-24 08:35] upgraded libao (1.0.0-5 -> 1.1.0-1) [2011-02-24 08:36] upgraded mpg123 (1.13.1-1 -> 1.13.2-1) [2011-02-24 08:36] upgraded ppp (2.4.5-1 -> 2.4.5-2) [2011-02-24 08:36] upgraded redland (1.0.12-4 -> 1.0.12-5) [2011-02-24 08:36] upgraded swig (2.0.1-1 -> 2.0.2-2) [2011-02-24 08:36] upgraded wget (1.12-3 -> 1.12-5) [2011-02-24 08:36] upgraded xclip (0.12-1 -> 0.12-2) [2011-02-24 08:36] upgraded youtube-dl (2010.12.09-1 -> 2011.01.30-1) [2011-02-24 20:55] [2011-02-24 20:58]

juster commented 13 years ago

Fixed. Thanks for the report!