public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] [OT] Kernel 2.6.9
@ 2004-12-08 12:45 Schafer Frank
  2004-12-08 14:49 ` Bastian Balthazar Bux
  2004-12-08 14:51 ` Arnstein Oseland
  0 siblings, 2 replies; 5+ messages in thread
From: Schafer Frank @ 2004-12-08 12:45 UTC (permalink / raw
  To: gentoo-user

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

Hi,

 

this isn't a Gentoo question but I think somewho here will know this.

 

I'm trying to build kernel 2.6.9 on my minimal system based on LFS.
Module-init-tools is required for this kernel. The module-init-tools
complains ``jade: command not found''. Does somebody know which package
contains this command needed. I found jade as a emacs-like editor and I
can't believe that I need something like this to upgrade my kernel.

 

BTW: The system I build hasn't any manuals installed. For now I solved
the problem in this way:

 

            # echo "echo nonsense" > /usr/bin/docbook2man

            # chmod 755 /usr/bin/docbook2man

 

            ... build the module-init-tools

 

            # rm /usr/bin/docbook2man

 

            ...

This - of course - isn't a solution for a normal workstation.

 

Thanks for every suggestion

Frank

 


[-- Attachment #2: Type: text/html, Size: 5504 bytes --]

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

* Re: [gentoo-user] [OT] Kernel 2.6.9
  2004-12-08 12:45 [gentoo-user] [OT] Kernel 2.6.9 Schafer Frank
@ 2004-12-08 14:49 ` Bastian Balthazar Bux
  2004-12-08 14:51 ` Arnstein Oseland
  1 sibling, 0 replies; 5+ messages in thread
From: Bastian Balthazar Bux @ 2004-12-08 14:49 UTC (permalink / raw
  To: gentoo-user

Schafer Frank wrote:

> Hi,
>
> this isn’t a Gentoo question but I think somewho here will know this.
>
> I’m trying to build kernel 2.6.9 on my minimal system based on LFS. 
> Module-init-tools is required for this kernel. The module-init-tools 
> complains ``jade: command not found’’. Does somebody know which 
> package contains this command needed. I found jade as a emacs-like 
> editor and I can’t believe that I need something like this to upgrade 
> my kernel.
>
this is a gentoo answer:
$ qpkg -f $(which jade)
app-text/openjade

$ esearch openjade
[ Results for search key : openjade ]
[ Applications found : 1 ]

* app-text/openjade
Latest version available: 1.3.2-r1
Latest version installed: 1.3.2-r1
Size of downloaded files: 873 kB
Homepage: http://openjade.sourceforge.net
Description: Jade is an implementation of DSSSL - an ISO standard for 
formatting SGML and XML documents
License: as-is

cheers francesco

--
gentoo-user@gentoo.org mailing list


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

* Re: [gentoo-user] [OT] Kernel 2.6.9
  2004-12-08 12:45 [gentoo-user] [OT] Kernel 2.6.9 Schafer Frank
  2004-12-08 14:49 ` Bastian Balthazar Bux
@ 2004-12-08 14:51 ` Arnstein Oseland
  1 sibling, 0 replies; 5+ messages in thread
From: Arnstein Oseland @ 2004-12-08 14:51 UTC (permalink / raw
  To: gentoo-user

Schafer Frank wrote:
> Hi,
> 
> this isn’t a Gentoo question but I think somewho here will know this.
> 
> I’m trying to build kernel 2.6.9 on my minimal system based on LFS. 
> Module-init-tools is required for this kernel. The module-init-tools 
> complains ``jade: command not found’’. Does somebody know which package 
> contains this command needed. I found jade as a emacs-like editor and I 
> can’t believe that I need something like this to upgrade my kernel.

I believe jade is used to build documentation. Make sure you have -doc 
in your USE-flags. And if such an important package (even for a minimal 
system) doesn't support the -doc USE flag, maybe that should be 
considered a bug?

-Arnstein

--
gentoo-user@gentoo.org mailing list


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

* RE: [gentoo-user] [OT] Kernel 2.6.9
@ 2004-12-08 15:07 Schafer Frank
  2004-12-08 15:49 ` Arnstein Oseland
  0 siblings, 1 reply; 5+ messages in thread
From: Schafer Frank @ 2004-12-08 15:07 UTC (permalink / raw
  To: gentoo-user

Thanks, that should help me for a desktop or server.

BTW, Arnstein, I built an LFS system ... there are no USE flags ;-p

Thank you for the replies
Frank


-----Original Message-----
From: Bastian Balthazar Bux [mailto:BastianBalthazarBux@pnpitalia.it] 
Sent: Wednesday, December 08, 2004 3:50 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] [OT] Kernel 2.6.9

Schafer Frank wrote:

> Hi,
>
> this isn't a Gentoo question but I think somewho here will know this.
>
> I'm trying to build kernel 2.6.9 on my minimal system based on LFS. 
> Module-init-tools is required for this kernel. The module-init-tools 
> complains ``jade: command not found''. Does somebody know which 
> package contains this command needed. I found jade as a emacs-like 
> editor and I can't believe that I need something like this to upgrade 
> my kernel.
>
this is a gentoo answer:
$ qpkg -f $(which jade)
app-text/openjade

$ esearch openjade
[ Results for search key : openjade ]
[ Applications found : 1 ]

* app-text/openjade
Latest version available: 1.3.2-r1
Latest version installed: 1.3.2-r1
Size of downloaded files: 873 kB
Homepage: http://openjade.sourceforge.net
Description: Jade is an implementation of DSSSL - an ISO standard for 
formatting SGML and XML documents
License: as-is

cheers francesco

--
gentoo-user@gentoo.org mailing list




--
gentoo-user@gentoo.org mailing list


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

* Re: [gentoo-user] [OT] Kernel 2.6.9
  2004-12-08 15:07 Schafer Frank
@ 2004-12-08 15:49 ` Arnstein Oseland
  0 siblings, 0 replies; 5+ messages in thread
From: Arnstein Oseland @ 2004-12-08 15:49 UTC (permalink / raw
  To: gentoo-user

Schafer Frank wrote:
> BTW, Arnstein, I built an LFS system ... there are no USE flags ;-p

Sorry, that's what happens when you write before you read ;)

-Arnstein

--
gentoo-user@gentoo.org mailing list


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

end of thread, other threads:[~2004-12-08 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-08 12:45 [gentoo-user] [OT] Kernel 2.6.9 Schafer Frank
2004-12-08 14:49 ` Bastian Balthazar Bux
2004-12-08 14:51 ` Arnstein Oseland
  -- strict thread matches above, loose matches on Subject: below --
2004-12-08 15:07 Schafer Frank
2004-12-08 15:49 ` Arnstein Oseland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox