GNU bug report logs - #26088
BusyBox support

Previous Next

Package: gzip;

Reported by: Denys Zagorui <denys.zagorui <at> globallogic.com>

Date: Mon, 13 Mar 2017 18:51:02 UTC

Severity: normal

Tags: moreinfo

Found in version 1.8

Done: Paul Eggert <eggert <at> cs.ucla.edu>

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 26088 in the body.
You can then email your comments to 26088 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-gzip <at> gnu.org:
bug#26088; Package gzip 1.8. (Mon, 13 Mar 2017 18:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Denys Zagorui <denys.zagorui <at> globallogic.com>:
New bug report received and forwarded. Copy sent to bug-gzip <at> gnu.org. (Mon, 13 Mar 2017 18:51:02 GMT) Full text and rfc822 format available.

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

From: Denys Zagorui <denys.zagorui <at> globallogic.com>
To: bug-gzip <at> gnu.org
Subject: BusyBox support
Date: Mon, 13 Mar 2017 20:40:01 +0200
[Message part 1 (text/plain, inline)]
package: gzip 1.8

1. zless util don't support 'less' from busybox package. zless trying to 
figure out the version of 'less', it is launch 'less' with key -V, and 
'less' from busybox don't understand this flag. When i change this 
verification zless works fine with 'less' from busybox.

2. tests/zdiff test fails. 'diff' from busybox and 'diff' from diffutils 
has different output. So i apply attached patch and this works fine.

-- 
Denys Zagorui
GlobalLogic
Kyiv, 03038, Protasov Business Park, N.Grinchenka, 2/1
M +380.67.317.30.93
www.globallogic.com

http://www.globallogic.com/email_disclaimer.txt

[0001-tests-zdiff-add-diff-from-busybox-compatibility.patch (text/x-patch, attachment)]

Information forwarded to bug-gzip <at> gnu.org:
bug#26088; Package gzip 1.8. (Mon, 13 Mar 2017 23:44:01 GMT) Full text and rfc822 format available.

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

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Denys Zagorui <denys.zagorui <at> globallogic.com>, 26088 <at> debbugs.gnu.org
Subject: Re: bug#26088: BusyBox support
Date: Mon, 13 Mar 2017 16:43:30 -0700
[Message part 1 (text/plain, inline)]
Thanks, I installed the attached patch to attempt to work around the 
problems you reported.

Could you please explain how ignoring the 'less -V' failure causes zless 
to work on BusyBox? BusyBox 'less' ignores the LESSOPEN environment 
variable, so if zless uses Busybox 'less' then zless should not work 
even if the attached fix is applied.
[0001-gzip-port-zdiff-zless-to-Busybox.patch (application/x-patch, attachment)]

Information forwarded to bug-gzip <at> gnu.org:
bug#26088; Package gzip 1.8. (Mon, 13 Mar 2017 23:54:02 GMT) Full text and rfc822 format available.

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

From: Mike Frysinger <vapier <at> gentoo.org>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: Denys Zagorui <denys.zagorui <at> globallogic.com>, 26088 <at> debbugs.gnu.org
Subject: Re: bug#26088: BusyBox support
Date: Mon, 13 Mar 2017 19:53:42 -0400
[Message part 1 (text/plain, inline)]
On 13 Mar 2017 16:43, Paul Eggert wrote:
> Thanks, I installed the attached patch to attempt to work around the 
> problems you reported.
> 
> Could you please explain how ignoring the 'less -V' failure causes zless 
> to work on BusyBox? BusyBox 'less' ignores the LESSOPEN environment 
> variable, so if zless uses Busybox 'less' then zless should not work 
> even if the attached fix is applied.

i think it'd make more sense to update busybox's less to support -V
-mike
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-gzip <at> gnu.org:
bug#26088; Package gzip 1.8. (Tue, 14 Mar 2017 15:36:03 GMT) Full text and rfc822 format available.

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

From: Denys Zagorui <denys.zagorui <at> globallogic.com>
To: Paul Eggert <eggert <at> cs.ucla.edu>, 26088 <at> debbugs.gnu.org
Subject: Re: bug#26088: BusyBox support
Date: Tue, 14 Mar 2017 05:11:32 -0700
[Message part 1 (text/plain, inline)]
Hello, thank you for reply. 'less' from busybox has another version
managment, so it's not help

Denys Zagorui
GlobalLogic
Kyiv, 03038, Protasov Business Park, N.Grinchenka, 2/1
M +380.67.317.30.93
www.globallogic.com

http://www.globallogic.com/email_disclaimer.txt

14 марта 2017 01:53 пользователь "Mike Frysinger" <vapier <at> gentoo.org>
написал:

On 13 Mar 2017 16:43, Paul Eggert wrote:
> Thanks, I installed the attached patch to attempt to work around the
> problems you reported.
>
> Could you please explain how ignoring the 'less -V' failure causes zless
> to work on BusyBox? BusyBox 'less' ignores the LESSOPEN environment
> variable, so if zless uses Busybox 'less' then zless should not work
> even if the attached fix is applied.

i think it'd make more sense to update busybox's less to support -V
-mike
[Message part 2 (text/html, inline)]

Information forwarded to bug-gzip <at> gnu.org:
bug#26088; Package gzip 1.8. (Tue, 14 Mar 2017 22:26:01 GMT) Full text and rfc822 format available.

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

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Denys Zagorui <denys.zagorui <at> globallogic.com>
Cc: 26088 <at> debbugs.gnu.org
Subject: Re: bug#26088: BusyBox support
Date: Tue, 14 Mar 2017 15:25:25 -0700
On 03/14/2017 05:03 AM, Denys Zagorui wrote:
> Hello, thank you for reply. I'd not attach patch for zless. This patch 
> only for tests/zdiff test, with this patch this test (tests/zdiff) 
> work with diff from busybox and diff from diffutils

Sorry, I don't understand.

I don't think my change to zless.in will hurt BusyBox, so I'll leave 
that change in for now. However, I still do not see how 'zless' can work 
with BusyBox 'less'. It seems to me that BusyBox 'less' is incompatible 
with how 'zless' works.





bug reassigned from package 'gzip 1.8' to 'gzip'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 22 Jun 2018 00:02:02 GMT) Full text and rfc822 format available.

bug Marked as found in versions 1.8. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 22 Jun 2018 00:02:02 GMT) Full text and rfc822 format available.

Added tag(s) moreinfo. Request was from Paul Eggert <eggert <at> cs.ucla.edu> to control <at> debbugs.gnu.org. (Fri, 01 Apr 2022 06:48:02 GMT) Full text and rfc822 format available.

Reply sent to Paul Eggert <eggert <at> cs.ucla.edu>:
You have taken responsibility. (Mon, 26 Dec 2022 05:57:02 GMT) Full text and rfc822 format available.

Notification sent to Denys Zagorui <denys.zagorui <at> globallogic.com>:
bug acknowledged by developer. (Mon, 26 Dec 2022 05:57:02 GMT) Full text and rfc822 format available.

Message #28 received at 26088-done <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Denys Zagorui <denys.zagorui <at> globallogic.com>
Cc: 26088-done <at> debbugs.gnu.org
Subject: Re: bug#26088: BusyBox support
Date: Sun, 25 Dec 2022 21:56:22 -0800
On 3/14/17 15:25, Paul Eggert wrote:
> On 03/14/2017 05:03 AM, Denys Zagorui wrote:
>> Hello, thank you for reply. I'd not attach patch for zless. This 
>> patch only for tests/zdiff test, with this patch this test 
>> (tests/zdiff) work with diff from busybox and diff from diffutils
>
> Sorry, I don't understand.
>
> I don't think my change to zless.in will hurt BusyBox, so I'll leave 
> that change in for now. However, I still do not see how 'zless' can 
> work with BusyBox 'less'. It seems to me that BusyBox 'less' is 
> incompatible with how 'zless' works.
>
No further comment in five years so I'm closing this old bug report.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 23 Jan 2023 12:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 87 days ago.

Previous Next


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