GNU bug report logs - #19374
[PATCH 2/4] build: configure.ac: support a response file on OS/2

Previous Next

Package: coreutils;

Reported by: KO Myung-Hun <komh78 <at> gmail.com>

Date: Sun, 14 Dec 2014 03:49:02 UTC

Severity: normal

Tags: fixed, patch

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19374 in the body.
You can then email your comments to 19374 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#19374; Package coreutils. (Sun, 14 Dec 2014 03:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to KO Myung-Hun <komh78 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Sun, 14 Dec 2014 03:49:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: KO Myung-Hun <komh78 <at> gmail.com>
To: bug-coreutils <at> gnu.org
Subject: [PATCH 2/4] build: configure.ac: support a response file on OS/2
Date: Sun, 14 Dec 2014 12:47:39 +0900
* configure.ac (LDFLAGS): Add -Zargs-resp on os2*.
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 0744964..7cb1085 100644
--- a/configure.ac
+++ b/configure.ac
@@ -589,6 +589,9 @@ AM_GNU_GETTEXT_VERSION([0.18.1])
 # For a test of uniq: it uses the $LOCALE_FR envvar.
 gt_LOCALE_FR
 
+# In order to support a response file on OS/2
+AS_CASE([$host_os], [os2*], [LDFLAGS="$LDFLAGS -Zargs-resp"])
+
 AC_CONFIG_FILES(
   Makefile
   po/Makefile.in
-- 
1.8.5.2





Information forwarded to bug-coreutils <at> gnu.org:
bug#19374; Package coreutils. (Sun, 14 Dec 2014 13:13:01 GMT) Full text and rfc822 format available.

Message #8 received at 19374 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: KO Myung-Hun <komh78 <at> gmail.com>, 19374 <at> debbugs.gnu.org
Subject: Re: bug#19374: [PATCH 2/4] build: configure.ac: support a response
 file on OS/2
Date: Sun, 14 Dec 2014 13:12:43 +0000
forcemerge 19374 19377
stop

On 14/12/14 03:47, KO Myung-Hun wrote:
> * configure.ac (LDFLAGS): Add -Zargs-resp on os2*.

This imparts no information.  Please comment as to the "why"
rather than the "what".

> ---
>  configure.ac | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/configure.ac b/configure.ac
> index 0744964..7cb1085 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -589,6 +589,9 @@ AM_GNU_GETTEXT_VERSION([0.18.1])
>  # For a test of uniq: it uses the $LOCALE_FR envvar.
>  gt_LOCALE_FR
>  
> +# In order to support a response file on OS/2
> +AS_CASE([$host_os], [os2*], [LDFLAGS="$LDFLAGS -Zargs-resp"])

This relies on an implicit AC_CANONICAL_HOST which seems brittle.

thanks,
Pádraig




Information forwarded to bug-coreutils <at> gnu.org:
bug#19374; Package coreutils. (Mon, 15 Dec 2014 01:11:01 GMT) Full text and rfc822 format available.

Message #11 received at 19374 <at> debbugs.gnu.org (full text, mbox):

From: KO Myung-Hun <komh78 <at> gmail.com>
To: Pádraig Brady <P <at> draigBrady.com>
Cc: 19374 <at> debbugs.gnu.org
Subject: Re: bug#19374: [PATCH 2/4] build: configure.ac: support a response
 file on OS/2
Date: Mon, 15 Dec 2014 10:10:21 +0900
[Message part 1 (text/plain, inline)]

Pádraig Brady wrote:
> forcemerge 19374 19377
> stop
> 
> On 14/12/14 03:47, KO Myung-Hun wrote:
>> * configure.ac (LDFLAGS): Add -Zargs-resp on os2*.
> 
> This imparts no information.  Please comment as to the "why"
> rather than the "what".
> 

Fixed.

>> ---
>>  configure.ac | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 0744964..7cb1085 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -589,6 +589,9 @@ AM_GNU_GETTEXT_VERSION([0.18.1])
>>  # For a test of uniq: it uses the $LOCALE_FR envvar.
>>  gt_LOCALE_FR
>>  
>> +# In order to support a response file on OS/2
>> +AS_CASE([$host_os], [os2*], [LDFLAGS="$LDFLAGS -Zargs-resp"])
> 
> This relies on an implicit AC_CANONICAL_HOST which seems brittle.
> 

Fixed.


-- 
KO Myung-Hun

Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.32 on Intel Core i7-3615QM 2.30GHz with 8GB RAM

Korean OS/2 User Community : http://www.ecomstation.co.kr

[0001-build-configure.ac-support-a-response-file-on-OS-2.patch (text/plain, attachment)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#19374; Package coreutils. (Fri, 19 Oct 2018 01:28:01 GMT) Full text and rfc822 format available.

Message #14 received at 19374 <at> debbugs.gnu.org (full text, mbox):

From: Assaf Gordon <assafgordon <at> gmail.com>
To: 19374 <at> debbugs.gnu.org
Subject: bug#19374: [PATCH 2/4] build: configure.ac: support a response file
 on OS/2
Date: Thu, 18 Oct 2018 19:27:30 -0600
tags 19374 fixed
close 19374
stop

(triaging old bugs)

This has been fixed in the following commits:

https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=70d8d0f874d11990be48b7b6b70c2c274000b3da

https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=92519ce05878ddb78056ea2693ff986e2ac05730


Closing.

-assaf




Added tag(s) fixed. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 19 Oct 2018 01:28:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 19374 <at> debbugs.gnu.org and KO Myung-Hun <komh78 <at> gmail.com> Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 19 Oct 2018 01:28:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 16 Nov 2018 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 173 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.