FS#53538 - [gdb-common] The package in [staging] should depend on guile-2.0 instead of guile

Attached to Project: Arch Linux
Opened by Chih-Hsuan Yen (yan12125) - Sunday, 02 April 2017, 19:58 GMT
Last edited by Anatol Pomozov (anatolik) - Tuesday, 04 April 2017, 14:36 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Anatol Pomozov (anatolik)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
gdb in [staging] is built with guile-2.0. In PKGBUILD, it has a makedepends item "guile2.0", but in package_gdb-common(), depends uses "guile". That leads the following breakage:

$ gdb
gdb: error while loading shared libraries: libguile-2.0.so.22: cannot open shared object file: No such file or directory

Installing guile2.0 manually fixes the problem.

Additional info:
staging/gdb-common 7.12.1-2
staging/gdb 7.12.1-2
staging/guile 2.2.0-1
staging/guile2.0 2.0.14-1

Steps to reproduce:
Enable [staging], upgrade gdb and guile, and run gdb
This task depends upon

Closed by  Anatol Pomozov (anatolik)
Tuesday, 04 April 2017, 14:36 GMT
Reason for closing:  Fixed
Additional comments about closing:  7.12.1-3

Loading...