Opened 16 years ago
Closed 16 years ago
#2404 closed bug (fixed)
[Listdev] still missing in action
Reported by: | scottmc | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Looks like listdev was disabled in hrev25662, and perhaps fixed in hrev25833, but as of my most recent build this morning, hrev25993 it's missing. Did it really get fixed in hrev25833 and just not un#'d in line 36 of the HaikuImage jamfile or is there still more work to be done to get it working again?
Attachments (2)
Change History (6)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
I remember him making that change...I think he said at the time that it wasn't complete and that some information was still missing. I might be mistaken.
comment:3 by , 16 years ago
I added listdev in my UserBuildConfig and jam'd with hrev26005 - the output of listdev from this version is attached (including a separate tree dump file), and looks reasonable AFAICT.
So, I suppose it wouldn't hurt to add listdev back to the image? I can submit a patch if desired, although it's pretty easy to locate #listdev in HaikuImage and add it back.
BTW, I noticed also that "consoled" is not in the BEOS_BIN variable with the others, but rather added separately below - seems like that's an oversight, unless there's some reason it's not supposed to be in the variable.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks Urias! Fixed in hrev26126.
I don't really know about "consoled" - maybe it was added separately because it might not end up in the final distribution; it's only used to debug app_server problems these days.
http://dev.haiku-os.org/changeset/25833
If it was fixed, it looks like it wasn't added back to HaikuImage anyway...
Later tonight I'll add it to my image and see if it works.