linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* imx_v6_v7_defconfig needs lzop
@ 2015-02-04 14:21 Geert Uytterhoeven
  2015-02-04 14:32 ` Fabio Estevam
  0 siblings, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2015-02-04 14:21 UTC (permalink / raw)
  To: Michael Ellerman, Stephen Rothwell; +Cc: linux-arm-kernel, linux-kernel

http://kisskb.ellerman.id.au/kisskb/buildresult/12358024/

/bin/sh: 1: lzop: not found
cat: write error: Broken pipe
make[3]: *** [arch/arm/boot/compressed/piggy.lzo] Error 1

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: imx_v6_v7_defconfig needs lzop
  2015-02-04 14:21 imx_v6_v7_defconfig needs lzop Geert Uytterhoeven
@ 2015-02-04 14:32 ` Fabio Estevam
  2015-02-04 14:41   ` Geert Uytterhoeven
  2015-02-05 21:28   ` Stefan Agner
  0 siblings, 2 replies; 8+ messages in thread
From: Fabio Estevam @ 2015-02-04 14:32 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Michael Ellerman, Stephen Rothwell, linux-kernel, linux-arm-kernel

On Wed, Feb 4, 2015 at 12:21 PM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> http://kisskb.ellerman.id.au/kisskb/buildresult/12358024/
>
> /bin/sh: 1: lzop: not found
> cat: write error: Broken pipe
> make[3]: *** [arch/arm/boot/compressed/piggy.lzo] Error 1

Isn't this error happening due to the lack of 'lzop' package installed
on the host machine?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: imx_v6_v7_defconfig needs lzop
  2015-02-04 14:32 ` Fabio Estevam
@ 2015-02-04 14:41   ` Geert Uytterhoeven
  2015-02-05 10:59     ` Uwe Kleine-König
  2015-02-05 21:28   ` Stefan Agner
  1 sibling, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2015-02-04 14:41 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Michael Ellerman, Stephen Rothwell, linux-kernel, linux-arm-kernel

On Wed, Feb 4, 2015 at 3:32 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Wed, Feb 4, 2015 at 12:21 PM, Geert Uytterhoeven
> <geert@linux-m68k.org> wrote:
>> http://kisskb.ellerman.id.au/kisskb/buildresult/12358024/
>>
>> /bin/sh: 1: lzop: not found
>> cat: write error: Broken pipe
>> make[3]: *** [arch/arm/boot/compressed/piggy.lzo] Error 1
>
> Isn't this error happening due to the lack of 'lzop' package installed
> on the host machine?

Indeed.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: imx_v6_v7_defconfig needs lzop
  2015-02-04 14:41   ` Geert Uytterhoeven
@ 2015-02-05 10:59     ` Uwe Kleine-König
  2015-02-05 11:12       ` Geert Uytterhoeven
  0 siblings, 1 reply; 8+ messages in thread
From: Uwe Kleine-König @ 2015-02-05 10:59 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Fabio Estevam, Michael Ellerman, linux-kernel, linux-arm-kernel,
	Stephen Rothwell

Hello,

On Wed, Feb 04, 2015 at 03:41:45PM +0100, Geert Uytterhoeven wrote:
> On Wed, Feb 4, 2015 at 3:32 PM, Fabio Estevam <festevam@gmail.com> wrote:
> > On Wed, Feb 4, 2015 at 12:21 PM, Geert Uytterhoeven
> > <geert@linux-m68k.org> wrote:
> >> http://kisskb.ellerman.id.au/kisskb/buildresult/12358024/
> >>
> >> /bin/sh: 1: lzop: not found
> >> cat: write error: Broken pipe
> >> make[3]: *** [arch/arm/boot/compressed/piggy.lzo] Error 1
> >
> > Isn't this error happening due to the lack of 'lzop' package installed
> > on the host machine?
> 
> Indeed.
I guess you don't want to ask for help or report a build breakage, but
question if it's sensible to let a defconfig depend on a host tool that
isn't commonly installed, right?

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: imx_v6_v7_defconfig needs lzop
  2015-02-05 10:59     ` Uwe Kleine-König
@ 2015-02-05 11:12       ` Geert Uytterhoeven
  2015-02-12  6:58         ` Stephen Rothwell
  0 siblings, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2015-02-05 11:12 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Fabio Estevam, Michael Ellerman, linux-kernel, linux-arm-kernel,
	Stephen Rothwell

On Thu, Feb 5, 2015 at 11:59 AM, Uwe Kleine-König
<u.kleine-koenig@pengutronix.de> wrote:
> On Wed, Feb 04, 2015 at 03:41:45PM +0100, Geert Uytterhoeven wrote:
>> On Wed, Feb 4, 2015 at 3:32 PM, Fabio Estevam <festevam@gmail.com> wrote:
>> > On Wed, Feb 4, 2015 at 12:21 PM, Geert Uytterhoeven
>> > <geert@linux-m68k.org> wrote:
>> >> http://kisskb.ellerman.id.au/kisskb/buildresult/12358024/
>> >>
>> >> /bin/sh: 1: lzop: not found
>> >> cat: write error: Broken pipe
>> >> make[3]: *** [arch/arm/boot/compressed/piggy.lzo] Error 1
>> >
>> > Isn't this error happening due to the lack of 'lzop' package installed
>> > on the host machine?
>>
>> Indeed.
> I guess you don't want to ask for help or report a build breakage, but
> question if it's sensible to let a defconfig depend on a host tool that
> isn't commonly installed, right?

Right.

The maintainers of the host machines were in the To-header, in the hope they
would install the missing tool.
The arm people were in the Cc-header, so they can question their defconfig.

Sorry, I should have been clearer from the beginning.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: imx_v6_v7_defconfig needs lzop
  2015-02-04 14:32 ` Fabio Estevam
  2015-02-04 14:41   ` Geert Uytterhoeven
@ 2015-02-05 21:28   ` Stefan Agner
  1 sibling, 0 replies; 8+ messages in thread
From: Stefan Agner @ 2015-02-05 21:28 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Geert Uytterhoeven, Michael Ellerman, linux-kernel,
	linux-arm-kernel, Stephen Rothwell

On 2015-02-04 15:32, Fabio Estevam wrote:
> On Wed, Feb 4, 2015 at 12:21 PM, Geert Uytterhoeven
> <geert@linux-m68k.org> wrote:
>> http://kisskb.ellerman.id.au/kisskb/buildresult/12358024/
>>
>> /bin/sh: 1: lzop: not found
>> cat: write error: Broken pipe
>> make[3]: *** [arch/arm/boot/compressed/piggy.lzo] Error 1
> 
> Isn't this error happening due to the lack of 'lzop' package installed
> on the host machine?

Hm, interesting, why does this error not occur in the LZ4 case?
https://lkml.org/lkml/2015/2/2/669

--
Stefan

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: imx_v6_v7_defconfig needs lzop
  2015-02-05 11:12       ` Geert Uytterhoeven
@ 2015-02-12  6:58         ` Stephen Rothwell
  2015-02-12 18:52           ` Geert Uytterhoeven
  0 siblings, 1 reply; 8+ messages in thread
From: Stephen Rothwell @ 2015-02-12  6:58 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Uwe Kleine-König, Fabio Estevam, Michael Ellerman,
	linux-kernel, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 1227 bytes --]

Hi Geert,

On Thu, 5 Feb 2015 12:12:17 +0100 Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> On Thu, Feb 5, 2015 at 11:59 AM, Uwe Kleine-König
> <u.kleine-koenig@pengutronix.de> wrote:
> > On Wed, Feb 04, 2015 at 03:41:45PM +0100, Geert Uytterhoeven wrote:
> >> On Wed, Feb 4, 2015 at 3:32 PM, Fabio Estevam <festevam@gmail.com> wrote:
> >> > On Wed, Feb 4, 2015 at 12:21 PM, Geert Uytterhoeven
> >> > <geert@linux-m68k.org> wrote:
> >> >> http://kisskb.ellerman.id.au/kisskb/buildresult/12358024/
> >> >>
> >> >> /bin/sh: 1: lzop: not found
> >> >> cat: write error: Broken pipe
> >> >> make[3]: *** [arch/arm/boot/compressed/piggy.lzo] Error 1
> >> >
> >> > Isn't this error happening due to the lack of 'lzop' package installed
> >> > on the host machine?
> >>
> >> Indeed.
> > I guess you don't want to ask for help or report a build breakage, but
> > question if it's sensible to let a defconfig depend on a host tool that
> > isn't commonly installed, right?
> 
> Right.
> 
> The maintainers of the host machines were in the To-header, in the hope they
> would install the missing tool.

We have now done that.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: imx_v6_v7_defconfig needs lzop
  2015-02-12  6:58         ` Stephen Rothwell
@ 2015-02-12 18:52           ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2015-02-12 18:52 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Uwe Kleine-König, Fabio Estevam, Michael Ellerman,
	linux-kernel, linux-arm-kernel

Hi Stephen,

On Thu, Feb 12, 2015 at 7:58 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>> >> >> /bin/sh: 1: lzop: not found
>> >> >> cat: write error: Broken pipe
>> >> >> make[3]: *** [arch/arm/boot/compressed/piggy.lzo] Error 1
>> >> >
>> >> > Isn't this error happening due to the lack of 'lzop' package installed
>> >> > on the host machine?
>> >>
>> >> Indeed.
>> > I guess you don't want to ask for help or report a build breakage, but
>> > question if it's sensible to let a defconfig depend on a host tool that
>> > isn't commonly installed, right?
>>
>> Right.
>>
>> The maintainers of the host machines were in the To-header, in the hope they
>> would install the missing tool.
>
> We have now done that.

Thanks, the imx_v6_v7_defconfig build succeeds now.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-02-12 18:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-04 14:21 imx_v6_v7_defconfig needs lzop Geert Uytterhoeven
2015-02-04 14:32 ` Fabio Estevam
2015-02-04 14:41   ` Geert Uytterhoeven
2015-02-05 10:59     ` Uwe Kleine-König
2015-02-05 11:12       ` Geert Uytterhoeven
2015-02-12  6:58         ` Stephen Rothwell
2015-02-12 18:52           ` Geert Uytterhoeven
2015-02-05 21:28   ` Stefan Agner

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 NNTP newsgroup(s).