FS#2480 - Missing dependency for gossip

Attached to Project: Arch Linux
Opened by Glenn Matthys (RedShift) - Wednesday, 30 March 2005, 21:14 GMT
Last edited by Dale Blount (dale) - Wednesday, 30 March 2005, 21:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To arjan timmerman (blaasvis)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

gossip is missing a dependency, it depends on libtasn1 (note that the last 1 is not the letter l, but the number one) and it is not included in the dependency list.

As you can see:

[glenn@polaris ~]$ gossip&
gossip: error while loading shared libraries: libtasn1.so.2: cannot open shared object file: No such file or directory
[1] 26933
[1] Exit 127 gossip
[glenn@polaris ~]$ su
Password:
[root@polaris glenn]# pacman -S libtasn1

Targets: libtasn1-0.2.13-1

Total Package Size: 0.1 MB

Proceed with upgrade? [Y/n]

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
installing libtasn1... done.
[root@polaris glenn]# exit
exit
[glenn@polaris ~]$ gossip&
gossip: /usr/lib/libgnutls.so.11: no version information available (required by /usr/lib/libloudmouth-1.so.0)
[1] 26938
[glenn@polaris ~]$
This task depends upon

Closed by  Jan de Groot (JGC)
Wednesday, 30 March 2005, 23:31 GMT
Reason for closing:  Duplicate
Additional comments about closing:  2457

Loading...