OscarL
OscarL
Just a hint: You can open PRs as "Draft" to make them visible, but making clear that you don not want/expect them to be merged as-is. You can also change...
Issue due to BObjectList change in hrev58605. Following diff makes it build OK on hrev59189: ```diff diff --git i/ext/repo_haiku.cpp w/ext/repo_haiku.cpp index a624df1..7e9d9e6 100644 --- i/ext/repo_haiku.cpp +++ w/ext/repo_haiku.cpp @@ -48,7 +48,7...
libdvdread is still marked "all": https://github.com/haikuports/haikuports/blob/master/media-libs/libdvdread/libdvdread-6.1.3.recipe#L20 So unless its marked "!x86_gcc2", or a patch for the parse errors provided... why close this?
> Or am I wrong here? What you say sounds reasonable. I guess I leaned a bit too much on that "only `cmd:`s in BUILD_PREREQUIRES" that I thought I read...
Still not using `find_directory()`, but at least it [looks on currently OK locations](https://github.com/haikuports/haikuports/blob/04d00ccd1a608a0045bb79a305463a29b4571606/games-fps/prboom-plus/patches/prboom_plus-2.6.66.patchset#L29) now.
Still happens with fish 3.7.1-2 on hrev59189 (despite the claim that #11249 closed this).
Mmm, for me it crashes right away (either via ^R, or by calling `hstr` directly) (on hrev59080). Rebuilding it on that nightly doesn't seems to help. I'll do a debug...
Using Debugger, seems that the "crash on exit" happens like this: ``` [hstr.c] hstr_exit() -> [hstr.c] hstr_destroy() -> [hstr_blacklist.c] blacklist_destroy(&hstr->blacklist, false) -> [hstr_hashset.c] hashset_destroy(blacklist->set, false) -> [hstr_hashset.c] if (p &&...
(under hrev59095): even `hstr -n git` (non-interactive, should list results and exit), crashes, and when tring to save the report... Debugger crashes too :-(
@humdingerb seems we're out of `hstr` on nightlies, for the time being. An alternative could be [McFly](https://github.com/cantino/mcfly). @Begasus was kind enough to compile a test binary for me. Works pretty...