Chris Gianelloni | 1 Aug 2006 03:32
Picon
Favicon

Re: Running emerge --configure in catalyst

On Mon, 2006-07-31 at 23:04 +0200, Luca Casagrande wrote:
> Hi to all!
> After adding postgresql to the stage 1 spec, i wonder how run the configure 
> script...Should i add that line to the fsscript?

I'm sure you meant livecd-stage1, and yes.  You should do all of your
configuration in your fsscript.

--

-- 
Chris Gianelloni
Release Engineering - Strategic Lead
x86 Architecture Team
Games - Developer
Gentoo Linux
Ted Kosan | 1 Aug 2006 23:25
Picon
Favicon

mkxf86config mouse detection

First, thanks again for the help I received on getting a Java VM on a LiveCD
configured correctly :-)

The next problem I am encountering involves mkxf86config ( version 0.9.7 ) not
detecting the mouse when it generates the xorg.conf file.

Here is what mkxf86config places in the ServerLayout section of the xorg.conf
file it generates:

Section "ServerLayout"
        Identifier      "X.Org Configured"
        Screen  0       "Screen0" 0 0
        InputDevice     "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
#       InputDevice     "Serial Mouse" "AlwaysCore"
# USB Mouse not detected
#No Synaptics touchpad found
EndSection

And for comparison, here is what "Xorg -configure" places in the ServerLayout
section of the xorg.conf file:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

I have tested mkxf86config on three laptop machines and it did not detect the
(Continue reading)

Joshua Nichols | 1 Aug 2006 23:38
Picon
Favicon

Re: Setting generation 1 and generation 2 Java VMs in stage 1

Ted Kosan wrote:
> I am creating a LiveCD using Catalyst 2.0_rc49 and I am including some Java
> packages on it.  The Gentoo Java group just finished migrating to the following
> new way to handle Java packages:
>
> http://www.gentoo.org/proj/en/java/java-upgrade.xml
>
> and the new way requires that a script be run after installing the generation 1
> and generation 2 VMs.  Here is an example of setting the generation 1 and 2
> VMs:
>
> java-config-1 --set-system-vm <choice of vm>
>
> java-config-2 --set-user-vm <choice of vm>
>
>   
Actually, during a fresh install, installing a JDK will set the itself
as the system-vm for you, so you shouldn't have to set it yourself.
> The problem I am encountering in stage 1 is that the Java packages need to have
> the generation 1 and 2 VMs set before they can compile or they will exit with
> an error.
>
> Does anyone have any thoughts on how the java-config-1 and java-config-2
> scripts can be run after the Java VM packages have been compiled in stage 1 but
> before the Java packages that depend on them are compiled?
>   

--

-- 
Joshua Nichols
Gentoo/Java - Project Lead
(Continue reading)

Chris Gianelloni | 2 Aug 2006 00:03
Picon
Favicon

Re: mkxf86config mouse detection

On Tue, 2006-08-01 at 14:25 -0700, Ted Kosan wrote:
> First, thanks again for the help I received on getting a Java VM on a LiveCD
> configured correctly :-)
> 
> The next problem I am encountering involves mkxf86config ( version 0.9.7 ) not
> detecting the mouse when it generates the xorg.conf file.

I am pretty sure I know the problem.

> Does anyone have some ideas on what I should try next?

Yeah.  I don't care what X -configure says.  It works *so* totally
differently that they aren't even comparable.  You probably don't have
"hwsetup" installed.

Check the contents of your /etc/sysconfig directory (on the booted
LiveCD) and see if it detects your mouse.  If it doesn't neither will
mkxf86config.

> Thanks in advance,

No problem... glad I can help.  =]

--

-- 
Chris Gianelloni
Release Engineering - Strategic Lead
x86 Architecture Team
Games - Developer
Gentoo Linux
(Continue reading)

Ted Kosan | 2 Aug 2006 00:19
Picon
Favicon

Re: Setting generation 1 and generation 2 Java VMs in stage 1

Joshua wrote:

> Actually, during a fresh install, installing a JDK will set the itself
> as the system-vm for you, so you shouldn't have to set it yourself.

After experimenting with the various suggestions that Andrew and Chris
submitted ( and learning more about how Catalyst works in the process ) I
finally figured out that the JDK package was designed to install itself as the
system-vm in the first place. 

I eventually discovered that I did not have the package.keywords file in my
portage-overlay configured correctly with the packages given on the
java-upgrade page.

The Java applications on my LiveCD are working fine now :-)

Thanks,

Ted Kosan
tkosan@...

Caleb Cushing | 4 Aug 2006 04:58
Picon
Gravatar

Catalyst Xorg Enabled livecd

I'm new to catalyst first time using it. I've looked over the spec file templates and such. I get them but not the process...

do I build a stage1 and then a stage2? and then 3 and so on?

what packages are CRITICAL to be on the livecd?

I want the packages that the cd runs to be current... like xorg 7, gcc 3.4.6-r1.

do I have to build my own tarball? instead of using the gentoo 2006.0 one for this?

Caleb Cushing | 4 Aug 2006 07:42
Picon
Gravatar

Re: Catalyst Xorg Enabled livecd

wtf? list just blocked me?

On 8/3/06, Caleb Cushing <xenoterracide-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
I'm new to catalyst first time using it. I've looked over the spec file templates and such. I get them but not the process...

do I build a stage1 and then a stage2? and then 3 and so on?

what packages are CRITICAL to be on the livecd?

I want the packages that the cd runs to be current... like xorg 7, gcc 3.4.6-r1.

do I have to build my own tarball? instead of using the gentoo 2006.0 one for this?

Luca Casagrande | 4 Aug 2006 09:46
Picon
Gravatar

Re: Catalyst Xorg Enabled livecd

Alle 04:58, venerdì 04 agosto 2006, Caleb Cushing ha scritto:
> I'm new to catalyst first time using it. I've looked over the spec file
> templates and such. I get them but not the process...

Hi and welcome to the ml!

> do I build a stage1 and then a stage2? and then 3 and so on?

Using a stage1.spec, a portage snapshot and a stage3 archives, you can build a 
stage1. In this process you select the package you need.

> what packages are CRITICAL to be on the livecd?

Don't know what you need to do, but remember to add livecd useflag..for 
hardware detection also hwsetup it's nice

> I want the packages that the cd runs to be current... like xorg 7, gcc
> 3.4.6-r1.

No problem.. in the creation of the stage1, you'll use your 
computer /etc/portage/ files, so all depend about your keywords (you can also 
create a /etc/portage/livecd/ and add files for masking here).

> do I have to build my own tarball? instead of using the gentoo 2006.0 one
> for this?

Nope

Hope to be clear
Luca

--

-- 
"Chiunque può simpatizzare col dolore di un amico, ma solo chi ha un animo 
nobile riesce a simpatizzare col successo di un amico (Oscar Wilde)"

LINUX User #411601
GENTOO-GIS Development Team
jabber: casagrande@...

 
Caleb Cushing | 4 Aug 2006 15:38
Picon
Gravatar

Re: Catalyst Xorg Enabled livecd

how can I set my cflags? I want -Os optimized instead of -O2

On 8/4/06, Luca Casagrande <luca.casagrande <at> gmail.com > wrote:
Alle 04:58, venerdì 04 agosto 2006, Caleb Cushing ha scritto:
> I'm new to catalyst first time using it. I've looked over the spec file
> templates and such. I get them but not the process...

Hi and welcome to the ml!

> do I build a stage1 and then a stage2? and then 3 and so on?

Using a stage1.spec, a portage snapshot and a stage3 archives, you can build a
stage1. In this process you select the package you need.

> what packages are CRITICAL to be on the livecd?

Don't know what you need to do, but remember to add livecd useflag..for
hardware detection also hwsetup it's nice

> I want the packages that the cd runs to be current... like xorg 7, gcc
> 3.4.6-r1.

No problem.. in the creation of the stage1, you'll use your
computer /etc/portage/ files, so all depend about your keywords (you can also
create a /etc/portage/livecd/ and add files for masking here).


> do I have to build my own tarball? instead of using the gentoo 2006.0 one
> for this?

Nope

Hope to be clear
Luca

--
"Chiunque può simpatizzare col dolore di un amico, ma solo chi ha un animo
nobile riesce a simpatizzare col successo di un amico (Oscar Wilde)"

LINUX User #411601
GENTOO-GIS Development Team
jabber: casagrande <at> jabber.linux.it





Caleb Cushing | 4 Aug 2006 15:43
Picon
Gravatar

Re: Catalyst Xorg Enabled livecd

General SMTP/ESMTP error.



Final-Recipient: rfc822; kyavuz <at> anadoludigital.com
Last-Attempt-Date: Fri, 04 Aug 2006 16:38:08 +0300 (EEST)
Action: failed
Status: 5.0.0
Diagnostic-Code: 554 mail server permanently rejected message (#5.3.0)

I get this every time I mail the list anyone know why?

On 8/4/06, Caleb Cushing <xenoterracide-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
how can I set my cflags? I want -Os optimized instead of -O2


On 8/4/06, Luca Casagrande < luca.casagrande-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote:
Alle 04:58, venerdì 04 agosto 2006, Caleb Cushing ha scritto:
> I'm new to catalyst first time using it. I've looked over the spec file
> templates and such. I get them but not the process...

Hi and welcome to the ml!

> do I build a stage1 and then a stage2? and then 3 and so on?

Using a stage1.spec, a portage snapshot and a stage3 archives, you can build a
stage1. In this process you select the package you need.

> what packages are CRITICAL to be on the livecd?

Don't know what you need to do, but remember to add livecd useflag..for
hardware detection also hwsetup it's nice

> I want the packages that the cd runs to be current... like xorg 7, gcc
> 3.4.6-r1.

No problem.. in the creation of the stage1, you'll use your
computer /etc/portage/ files, so all depend about your keywords (you can also
create a /etc/portage/livecd/ and add files for masking here).


> do I have to build my own tarball? instead of using the gentoo 2006.0 one
> for this?

Nope

Hope to be clear
Luca

--
"Chiunque può simpatizzare col dolore di un amico, ma solo chi ha un animo
nobile riesce a simpatizzare col successo di un amico (Oscar Wilde)"

LINUX User #411601
GENTOO-GIS Development Team
jabber: casagrande <at> jabber.linux.it







Gmane