[Bug 270425] devel/gdb: cannot start on 13.2-RC3 due to some weird dependency issue
Date: Fri, 24 Mar 2023 00:30:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270425 Graham Perrin <grahamperrin@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Flags|maintainer-feedback?(office |maintainer-feedback?(pizzam |@FreeBSD.org) |ig@freebsd.org) CC| |grahamperrin@freebsd.org, | |pizzamig@freebsd.org Severity|Affects Many People |Affects Some People Summary|gdb cannot start on |devel/gdb: cannot start on |13.2-RC3 due to some weird |13.2-RC3 due to some weird |dependency issue |dependency issue URL| |https://www.freshports.org/ | |devel/gdb/ Assignee|office@FreeBSD.org |pizzamig@freebsd.org --- Comment #1 from Graham Perrin <grahamperrin@freebsd.org> --- Please note the packages in latest at <https://www.freshports.org/devel/gdb/#packages> and the history at <https://www.freshports.org/devel/gdb/#history>. Also, for future reference: please prefix the summary line appropriately (e.g. devel/gdb: ) for port-specific bug reports; this allows automation to correctly target the maintainer. ---- % ssh root@192.168.1.5 (root@192.168.1.5) Password for root@fuji: Last login: Sun Mar 19 21:48:45 2023 from 192.168.1.10 FreeBSD 13.2-RC3 releng/13.2-n254599-d9bf9d73203f GENERIC … To change this login announcement, see motd(5). root@fuji:~ # which gdb gdb: Command not found. root@fuji:~ # pkg install --quiet --yes gdb Fetching provides database: 100% 17 MiB 2.0MB/s 00:09 Extracting database....success root@fuji:~ # pkg iinfo gdb gdb-13.1 gdbm-1.23 root@fuji:~ # gdb -v GNU gdb (GDB) 13.1 [GDB v13.1 for FreeBSD] Copyright (C) 2023 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. root@fuji:~ # pkg -vv | grep -e url -e enabled -e priority url : "pkg+http://pkg.freebsd.org/FreeBSD:13:amd64/latest", enabled : yes, priority : 4, url : "file:///usr/local/poudriere/data/packages/thirteen-default", enabled : yes, priority : 3 root@fuji:~ # pkg info gdb | grep repository repository : FreeBSD root@fuji:~ # exit logout Connection to 192.168.1.5 closed. % -- You are receiving this mail because: You are the assignee for the bug.