Bug 240026 - devel/gdb: is missing a dependency on boost
Summary: devel/gdb: is missing a dependency on boost
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Luca Pizzamiglio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-21 21:45 UTC by Ivan Rozhuk
Modified: 2020-12-21 04:06 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (pizzamig)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2019-08-21 21:45:31 UTC
After last boost update got:
ld-elf.so.1: Shared object "libboost_regex.so.1.70.0" not found, required by "gdb"

Rebuild and reinstall gdb fixes proublem.
Comment 1 Walter Schwarzenfeld freebsd_triage 2019-08-22 07:09:02 UTC
Needs bump of portrevision.
Comment 2 Ivan Rozhuk 2019-08-22 08:51:12 UTC
(In reply to Walter Schwarzenfeld from comment #1)
There is no boost dep in make file.
Comment 3 Walter Schwarzenfeld freebsd_triage 2019-08-22 10:11:48 UTC
indirect:

pkg info -d source-highlight
source-highlight-3.1.8_8:
	indexinfo-0.3.1
	boost-libs-1.71.0
Comment 4 Ivan Rozhuk 2020-04-16 08:32:46 UTC
Probably need add boost to LIB_DEPEND to gdb Makefile to keep this.
Comment 5 Ivan Rozhuk 2020-12-21 04:06:38 UTC
IMHO, gdb linked with libboost_regex.so.
If it is not true than close this as noabug/wontfix.