~autumnull/haredo-devel

4 2

New release?

Details
Message ID
<CX5DALTNHXBH.S9QD2ZXXVTYF@posteo.net>
DKIM signature
missing
Download raw message
The current release doesn't build with the latest hare version.
Would it be possible to tag a new release?
Details
Message ID
<d83022bf-e521-4765-903d-c8173f2a2c86@posteo.net>
In-Reply-To
<CX5DALTNHXBH.S9QD2ZXXVTYF@posteo.net> (view parent)
DKIM signature
missing
Download raw message
I've now pushed 1.0.4 tag, lmk if any problems.

~Autumn
Details
Message ID
<CX5G0W5STJ6C.39MIGV6TPOGNM@posteo.net>
In-Reply-To
<d83022bf-e521-4765-903d-c8173f2a2c86@posteo.net> (view parent)
DKIM signature
missing
Download raw message
Thank you for the quick response!

I had to export a corrected PATH to get ./bootstrap.sh install to work[0]. I
am not sure if that is an issue in the bootstrap script.

[0]: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/55929/diffs#7a4796522f9fb4de4542e829a82eee0b86bf84dd_25_24
Details
Message ID
<cf12bccc-6e87-428e-8f4f-6ba378ff3475@posteo.net>
In-Reply-To
<CX5G0W5STJ6C.39MIGV6TPOGNM@posteo.net> (view parent)
DKIM signature
missing
Download raw message
> I had to export a corrected PATH to get ./bootstrap.sh install to work[0]. I
> am not sure if that is an issue in the bootstrap script.
> 
> [0]: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/55929/diffs#7a4796522f9fb4de4542e829a82eee0b86bf84dd_25_24
Interesting. I'm not sure why that is. If you change line 6 of 
bootstrap.sh from "bin:$PATH" to "$PWD/bin:$PATH" does that help? If so 
I can change that upstream.

I suppose it's not the end of the world either way.

~Autumn
Details
Message ID
<CX6BB393TKU7.7CRMDFD1SZW0@posteo.net>
In-Reply-To
<cf12bccc-6e87-428e-8f4f-6ba378ff3475@posteo.net> (view parent)
DKIM signature
missing
Download raw message
> If you change line 6 of bootstrap.sh from "bin:$PATH" to "$PWD/bin:$PATH"
> does that help?

Yes that fixes the issue.

Also the $(dirname "$0") should be quoted to work with spaces.
Should I create a patch for that?
Reply to thread Export thread (mbox)