FS#66497 - [gdb] Needs rebuild against ICU 67.1

Attached to Project: Arch Linux
Opened by Marius (Martchus) - Friday, 01 May 2020, 18:04 GMT
Last edited by Anatol Pomozov (anatolik) - Friday, 01 May 2020, 19:09 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Anatol Pomozov (anatolik)
Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: Some library in the dependency chain between gdb and ICU needs a rebuild.


Additional info:
* package version(s): after `pacman -Syu` on a system with testing repos enabled and on a system without testing repos enabled
```
pacman -Q gdb icu
gdb 9.1-2
icu 67.1-1
```

Steps to reproduce:

> gdb
gdb: error while loading shared libraries: libicudata.so.65: cannot open shared object file: No such file or directory
This task depends upon

Closed by  Anatol Pomozov (anatolik)
Friday, 01 May 2020, 19:09 GMT
Reason for closing:  Not a bug
Comment by Anatol Pomozov (anatolik) - Friday, 01 May 2020, 19:00 GMT
Hmm, worksforme:

$ pacman -Q gdb icu
gdb 9.1-2
icu 67.1-1


$ gdb
GNU gdb (GDB) 9.1
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) q




What AUR packages do you have installed? Could you please post output of "pacman -Qm"?
Comment by Marius (Martchus) - Friday, 01 May 2020, 19:08 GMT
Sorry for disturbing you. It was just my custom boost package (which I've created to have https://bugs.archlinux.org/task/65329 fixed). I've not expected gdb to use boost under the hood but apparently gdb's syntax highlighting pulls in boost's regex library which uses ICU. So I'm just updating boost to 1.73.0 (which will unfortunately be still a custom build because the official package is still at 1.72.0).

Loading...