[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #65916] `make dist-zip' fails on OS/2
From: |
KO Myung-Hun |
Subject: |
[bug #65916] `make dist-zip' fails on OS/2 |
Date: |
Mon, 24 Jun 2024 09:41:14 -0400 (EDT) |
--8323329-775014934-1719236474=:767225
Content-Type: TEXT/plain; CHARSET=utf-8
Content-Transfer-Encoding: QUOTED-PRINTABLE
Content-Disposition: inline
URL:=0A <https://savannah.gnu.org/bugs/?65916>=0A=0A Summa=
ry: `make dist-zip' fails on OS/2=0A Group: GNU Wget=0A =
Submitter: lvzuufx=0A Submitted: Mon 24 Jun 2024=
01:41:14 PM UTC=0A Category: Build/Install=0A =
Severity: 3 - Normal=0A Priority: 5 - Normal=0A =
Status: None=0A Privacy: Public=0A Assig=
ned to: None=0A Originator Name: =0A Originator Email: =0A =
Open/Closed: Open=0A Release: None=0A Di=
scussion Lock: Any=0A Operating System: None=0A Reproducibil=
ity: Every Time=0A Fixed Release: None=0A Planned Release=
: None=0A Regression: None=0A Work Required: None=0A=
Patch Included: None=0A=0A=0A ________________________________=
_______________________=0A=0AFollow-up Comments:=0A=0A=0A------------------=
-------------------------------------=0ADate: Mon 24 Jun 2024 01:41:14 PM U=
TC By: KO Myung-Hun <lvzuufx>=0AHi/2.=0A=0AI built wget 1.24.5 on OS/2, and=
tried to make a source tar-ball. However,=0A`make dist-zip' failed due to =
gettext stuffs, which were configured to ':'.=0A=0AThis occurs because gett=
ext stuffs such as msgfmt, xgettext and msgmerge are=0Anot found in $PATH, =
whose separator is ';' not ':' on OS/2.=0A=0AI edited `configure' manually =
like:=0A=0Adiff --git a/configure b/configure=0Aindex 981ae09..b1a1d11 1006=
44=0A--- a/configure=0A+++ b/configure=0A@@ -11172,7 +11172,7 @@ else case =
e in #(=0A ac_cv_path_MSGFMT=3D"$MSGFMT" # Let the user override the test=
with a path.=0A ;;=0A *)=0A- IFS=3D"${IFS=3D =09}"; ac_save_ifs=3D"$I=
FS"; IFS=3D"${IFS}:"=0A+ IFS=3D"${IFS=3D =09}"; ac_save_ifs=3D"$IFS"; IFS=
=3D"${IFS}${PATH_SEPARATOR}"=0A for ac_dir in $PATH; do=0A test -z "$=
ac_dir" && ac_dir=3D.=0A if test -f $ac_dir/$ac_word; then=0A@@ -11265,=
7 +11265,7 @@ else case e in #(=0A ac_cv_path_XGETTEXT=3D"$XGETTEXT" # Le=
t the user override the test with a=0Apath.=0A ;;=0A *)=0A- IFS=3D"${I=
FS=3D =09}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}:"=0A+ IFS=3D"${IFS=3D =09=
}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}${PATH_SEPARATOR}"=0A for ac_dir i=
n $PATH; do=0A test -z "$ac_dir" && ac_dir=3D.=0A if test -f $ac_di=
r/$ac_word; then=0A@@ -11312,7 +11312,7 @@ else case e in #(=0A ac_cv_pat=
h_MSGMERGE=3D"$MSGMERGE" # Let the user override the test with a=0Apath.=0A=
;;=0A *)=0A- IFS=3D"${IFS=3D =09}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IF=
S}:"=0A+ IFS=3D"${IFS=3D =09}"; ac_save_ifs=3D"$IFS"; IFS=3D"${IFS}${PATH_=
SEPARATOR}"=0A for ac_dir in $PATH; do=0A test -z "$ac_dir" && ac_dir=
=3D.=0A if test -f $ac_dir/$ac_word; then=0A=0AWith this, I could make =
a source tar-ball successfully.=0A=0AThese contents are from AM_PATH_PROG_W=
ITH_TEST of m4/wget.m4. Unfortunately,=0Ahowever, I could not edit it becau=
se it's not possible to autoreconf due to=0Amissing some .m4 files on my sy=
stem.=0A=0ASo if this diff is applied to AM_PATH_PROG_WITH_TEST of m4/wget.=
m4, this=0Aproblem will be solved.=0A=0A=0A=0A=0A=0A=0A=0A=0A=0A _______=
________________________________________________=0A=0AReply to this item at=
:=0A=0A <https://savannah.gnu.org/bugs/?65916>=0A=0A______________________=
_________________________=0AMessage sent via Savannah=0Ahttps://savannah.gn=
u.org/=0A
--8323329-775014934-1719236474=:767225
Content-Type: APPLICATION/pgp-signature; name=signature.asc
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCZnl3egAKCRCqLAuaBUf3
TjCGAP0bGKBTsOVnEU4V7NpGsz9JLYM60YYDyvPob4KUao5fnQD/Vsn2Q7ekDLxa
n3UyGWn+I0pF4ZJoJ+nujxzSSu2sHwU=
=yWik
-----END PGP SIGNATURE-----
--8323329-775014934-1719236474=:767225--
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #65916] `make dist-zip' fails on OS/2,
KO Myung-Hun <=