* Re: branch master updated: gnu: Add html2text.
[not found] <20210427113731.13295.67045@vcs0.savannah.gnu.org>
@ 2021-04-27 12:15 ` Tobias Geerinckx-Rice
2021-04-27 13:06 ` Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Tobias Geerinckx-Rice @ 2021-04-27 12:15 UTC (permalink / raw)
To: Guillaume Le Vaillant; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1823 bytes --]
Guillaume,
guix-commits@gnu.org 写道:
> gnu: Add html2text.
Thanks!
This package is good but would've benefited from review. Please
submit all non-trivial patches to guix-patches@gnu.org first (if
you did, I couldn't find it). We've been too lax about this in
the past, myself certainly included.
I've pushed some additional fixes[0]:
- The configure script is home-grown and simply ‘eval’s all
command-line arguments in the hope that they are variable
assignments. Our defaults confuse it greatly:
--8<---------------cut here---------------start------------->8---
configure flags:
("CONFIG_SHELL=/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash"
"SHELL=/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash"
"--prefix=/gnu/store/bblcx4gcchp7a5dp2y51wbmlh0212xz6-html2text-2.0.1_pre-1.05364c1"
"--enable-fast-install" "--build=x86_64-unknown-linux-gnu")
./configure: line 25: eval: --: invalid option
eval: usage: eval [arg ...]
./configure: line 25: eval: --: invalid option
eval: usage: eval [arg ...]
--8<---------------cut here---------------end--------------->8---
Upstream didn't bother to add error checking, but we should still
call it in the expected manner.
- Use #:make-flags etc. whenever possible rather than patching
build scripts.
- Cross-compilation was broken. Building with
--target=aarch64-linux-gnu produced an x86_64 binary. Fixed by
passing CXX to ./configure in the non-standard manner above.
- I noticed some 4-clause BSD headers & added them to the license
field. This is purely informative: the result remains GPL2+.
Kind regards,
T G-R
[0]:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e009b8d7126531a2983701413c5b97e620e495e4
and parents
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: branch master updated: gnu: Add html2text.
2021-04-27 12:15 ` branch master updated: gnu: Add html2text Tobias Geerinckx-Rice
@ 2021-04-27 13:06 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-04-27 13:06 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 2005 bytes --]
Tobias Geerinckx-Rice <me@tobias.gr> skribis:
> Guillaume,
>
> guix-commits@gnu.org 写道:
>> gnu: Add html2text.
>
> Thanks!
>
> This package is good but would've benefited from review. Please submit all
> non-trivial patches to guix-patches@gnu.org first (if you did, I couldn't find
> it). We've been too lax about this in the past, myself certainly included.
This package looked pretty simple to me, I just had to change the
installation directory.
> I've pushed some additional fixes[0]:
>
> - The configure script is home-grown and simply ‘eval’s all command-line
> arguments in the hope that they are variable assignments. Our defaults
> confuse it greatly:
>
> --8<---------------cut here---------------start------------->8---
> configure flags:
> ("CONFIG_SHELL=/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash"
> "SHELL=/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash"
> "--prefix=/gnu/store/bblcx4gcchp7a5dp2y51wbmlh0212xz6-html2text-2.0.1_pre-1.05364c1"
> "--enable-fast-install" "--build=x86_64-unknown-linux-gnu")
> ./configure: line 25: eval: --: invalid option
> eval: usage: eval [arg ...]
> ./configure: line 25: eval: --: invalid option
> eval: usage: eval [arg ...]
> --8<---------------cut here---------------end--------------->8---
>
> Upstream didn't bother to add error checking, but we should still call it in
> the expected manner.
>
> - Use #:make-flags etc. whenever possible rather than patching build scripts.
Ok.
> - Cross-compilation was broken. Building with --target=aarch64-linux-gnu
> produced an x86_64 binary. Fixed by passing CXX to ./configure in the
> non-standard manner above.
I didn't notice that the binary produced by the cross-compilation had
the wrong architecture. Good catch.
> - I noticed some 4-clause BSD headers & added them to the license field.
> This is purely informative: the result remains GPL2+.
Ok.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-27 13:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20210427113731.13295.67045@vcs0.savannah.gnu.org>
2021-04-27 12:15 ` branch master updated: gnu: Add html2text Tobias Geerinckx-Rice
2021-04-27 13:06 ` Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).