Opened 5 years ago
Closed 5 years ago
#15703 closed bug (no change required)
gdb installation apparently fails silently
Reported by: | pmatos | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | gdb | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This might be my ignorance about haiku. I have started a vagrant box with haiku following: https://www.haiku-os.org/blog/kallisti5/2018-11-27_haiku_r1beta1_in_vagrant/
I have now done:
~> pkgman full-sync ~> pkgman install gdb
then i tried running gdb and it cannot find it.
Obviously this is all I get now:
~> pkgman install gdb 100% repochecksum-1 [65 bytes] Validating checksum for Haiku...done. 100% repochecksum-1 [64 bytes] Validating checksum for HaikuPorts...done. gdb-6.3-2 from repository system is already installed. Nothing to do. ~> gdb -bash: gdb: command not found
Change History (5)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
follow-up: 3 comment:2 by , 5 years ago
comment:3 by , 5 years ago
Replying to diver:
You updated the system but didn't reboot, so any packages installed after that will not be activated until a reboot.
Right - thanks.
comment:5 by , 5 years ago
Resolution: | → no change required |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
You updated the system but didn't reboot, so any packages installed after that will not be activated until a reboot.