* [gentoo-catalyst] making of a catalyst livecd @ 2005-09-30 19:12 Chip DeVoge 2005-09-30 19:35 ` Mike Rosset 0 siblings, 1 reply; 5+ messages in thread From: Chip DeVoge @ 2005-09-30 19:12 UTC (permalink / raw To: gentoo-catalyst Hello I am having a difficult time building a livecd. It is an older AMD, connected by network card (unknown model) to interrnet, all they want to with it is access hazard.com with firefox and print to a HP Laserjet 5i. /usr/share/doc/catalyst-1.1.10.10/examples/livecd-stage1_template.spec finishes without error. I have eliminated several use flags and packages to get this far. Then stage2 does not finish. I am using subarch x86. But it is showing -mcpu-i686 while compiling. Finally stage 2 crashes while genkernel is compiling the prepare target. Any help appreciated, Chip -- gentoo-catalyst@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] making of a catalyst livecd 2005-09-30 19:12 [gentoo-catalyst] making of a catalyst livecd Chip DeVoge @ 2005-09-30 19:35 ` Mike Rosset 2005-09-30 21:25 ` Chip DeVoge 0 siblings, 1 reply; 5+ messages in thread From: Mike Rosset @ 2005-09-30 19:35 UTC (permalink / raw To: gentoo-catalyst [-- Attachment #1: Type: text/plain, Size: 1046 bytes --] Chip: If that's all you really need to do then possible the knoppix livecd might be a better choice. But if you what to hack through catalyst. can you post the actual error message you are getting. Regrads, Mike Rosset On 9/30/05, Chip DeVoge <bflochip@msn.com> wrote: > > Hello I am having a difficult time building a livecd. It is an older AMD, > connected by network card (unknown model) to interrnet, all they want to > with it is access hazard.com <http://hazard.com> with firefox and print to > a HP Laserjet 5i. > /usr/share/doc/catalyst-1.1.10.10/examples/livecd-stage1_template.spec<http://1.1.10.10/examples/livecd-stage1_template.spec> > finishes without error. I have eliminated several use flags and packages > to > get this far. Then stage2 does not finish. I am using subarch x86. But it > is > showing -mcpu-i686 while compiling. Finally stage 2 crashes while > genkernel > is compiling the prepare target. > Any help appreciated, > Chip > > > -- > gentoo-catalyst@gentoo.org mailing list > > [-- Attachment #2: Type: text/html, Size: 1412 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] making of a catalyst livecd 2005-09-30 19:35 ` Mike Rosset @ 2005-09-30 21:25 ` Chip DeVoge 2005-09-30 22:07 ` Mike Rosset 0 siblings, 1 reply; 5+ messages in thread From: Chip DeVoge @ 2005-09-30 21:25 UTC (permalink / raw To: gentoo-catalyst It is for a chemistry professor at a local university and all he wants is the basics I listed. * Gentoo Linux Genkernel; Version 3.3.6 * Running with options: --no-mountboot --kerneldir=/usr/src/linux --kernel-config=/var/tmp/gentoo.config --minkernpackage=/usr/portage/packages/gk_binaries/gentoo-2005.chip.tar.bz2 all --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc * Linux Kernel 2.6.12-gentoo-r10 for x86... * WARNING: No mounted /boot partition detected! * Run ``mount /boot`` to mount it! * kernel: >> Running mrproper... * config: Using config from /var/tmp/gentoo.config * Previous config backed up to .config.bak * >> Running oldconfig... * kernel: >> Cleaning... * kernel: >> Making dependencies... * ERROR: Failed to compile the "prepare" target... * -- Grepping log... -- * Gentoo Linux Genkernel; Version 3.3.6 * Running with options: --no-mountboot --kerneldir=/usr/src/linux --kernel-config=/var/tmp/gentoo.config --minkernpackage=/usr/portage/packages/gk_binaries/gentoo-2005.chip.tar.bz2 all --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc * Linux Kernel 2.6.12-gentoo-r10 for x86... * WARNING: No mounted /boot partition detected! -- SCSI generic support (CHR_DEV_SG) [N/m/y/?] n * * Some SCSI devices (e.g. CD jukebox) support multiple LUNs * Probe all LUNs on each SCSI device (SCSI_MULTI_LUN) [N/y/?] n Verbose SCSI error reporting (kernel size +=12K) (SCSI_CONSTANTS) [N/y/?] n -- * kernel: >> Cleaning... COMMAND: make -j2 CC="/usr/lib/ccache/bin/gcc" LD="ld" AS="as" clean awk: cmd. line:2: fatal: cannot open file `/usr/src/linux-2.6.12-gentoo-r10/include/linux/version.h' for reading (No such file or directory) * kernel: >> Making dependencies... COMMAND: make -j2 CC="/usr/lib/ccache/bin/gcc" LD="ld" AS="as" dep *** Warning: make dep is unnecessary now. -- Second extended fs support (EXT2_FS) [Y/n/m/?] y Ext2 extended attributes (EXT2_FS_XATTR) [N/y/?] (NEW) aborted! Console input/output is redirected. Run 'make oldconfig' to update configuration. make[2]: *** [silentoldconfig] Error 1 make[1]: *** [silentoldconfig] Error 2 make: *** [include/linux/autoconf.h] Error 2 * Gentoo Linux Genkernel; Version 3.3.6 * Running with options: --no-mountboot --kerneldir=/usr/src/linux --kernel-config=/var/tmp/gentoo.config --minkernpackage=/usr/portage/packages/gk_binaries/gentoo-2005.chip.tar.bz2 all --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc * ERROR: Failed to compile the "prepare" target... * -- End log... -- * Please consult /var/log/genkernel.log for more information and any * errors that were reported above. * Report any genkernel bugs to bugs.gentoo.org and * assign your bug to genkernel@gentoo.org. Please include * as much information as you can in your bug report; attaching * /var/log/genkernel.log so that your issue can be dealt with effectively. * * Please do *not* report compilation failures as genkernel bugs! * !!! catalyst: Runscript kernel build failed Traceback (most recent call last): File "modules/livecd_stage2_target.py", line 324, in run_local self.build_kernel() File "modules/livecd_stage2_target.py", line 309, in build_kernel "Runscript kernel build failed") File "/usr/lib/catalyst/modules/catalyst_support.py", line 102, in cmd raise CatalystError,myexc CatalystError: <unprintable instance object> None !!! catalyst: Runscript aborting due to error. From: Mike Rosset <schizoid29@gmail.com> Reply-To: gentoo-catalyst@lists.gentoo.org To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] making of a catalyst livecd Date: Fri, 30 Sep 2005 12:35:20 -0700 Chip: If that's all you really need to do then possible the knoppix livecd might be a better choice. But if you what to hack through catalyst. can you post the actual error message you are getting. Regrads, Mike Rosset -- gentoo-catalyst@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] making of a catalyst livecd 2005-09-30 21:25 ` Chip DeVoge @ 2005-09-30 22:07 ` Mike Rosset 2005-10-03 12:30 ` Chris Gianelloni 0 siblings, 1 reply; 5+ messages in thread From: Mike Rosset @ 2005-09-30 22:07 UTC (permalink / raw To: gentoo-catalyst [-- Attachment #1: Type: text/plain, Size: 4593 bytes --] ok, I'm thinking either one of two things, if you have kernel-dependent packages that need to be added to boot/kernel/{kernel}/packages in your stage2 spec file ... add them. if they are in there and you are using kerncache turn kerncache off and give it a pass. Mike On 9/30/05, Chip DeVoge <bflochip@msn.com> wrote: > > It is for a chemistry professor at a local university and all he wants is > the basics I listed. > > > * Gentoo Linux Genkernel; Version 3.3.6 > * Running with options: --no-mountboot --kerneldir=/usr/src/linux > --kernel-config=/var/tmp/gentoo.config > --minkernpackage=/usr/portage/packages/gk_binaries/gentoo- > 2005.chip.tar.bz2 > all --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc > > * Linux Kernel 2.6.12-gentoo-r10 for x86... > * WARNING: No mounted /boot partition detected! > * Run ``mount /boot`` to mount it! > > * kernel: >> Running mrproper... > * config: Using config from /var/tmp/gentoo.config > * Previous config backed up to .config.bak > * >> Running oldconfig... > * kernel: >> Cleaning... > * kernel: >> Making dependencies... > * ERROR: Failed to compile the "prepare" target... > > * -- Grepping log... -- > > * Gentoo Linux Genkernel; Version 3.3.6 > * Running with options: --no-mountboot --kerneldir=/usr/src/linux > --kernel-config=/var/tmp/gentoo.config > --minkernpackage=/usr/portage/packages/gk_binaries/gentoo- > 2005.chip.tar.bz2 > all --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc > > * Linux Kernel 2.6.12-gentoo-r10 for x86... > * WARNING: No mounted /boot partition detected! > -- > SCSI generic support (CHR_DEV_SG) [N/m/y/?] n > * > * Some SCSI devices (e.g. CD jukebox) support multiple LUNs > * > Probe all LUNs on each SCSI device (SCSI_MULTI_LUN) [N/y/?] n > Verbose SCSI error reporting (kernel size +=12K) (SCSI_CONSTANTS) [N/y/?] > n > -- > * kernel: >> Cleaning... > COMMAND: make -j2 CC="/usr/lib/ccache/bin/gcc" LD="ld" AS="as" clean > awk: cmd. line:2: fatal: cannot open file > `/usr/src/linux-2.6.12-gentoo-r10/include/linux/version.h' for reading (No > such file or directory) > * kernel: >> Making dependencies... > COMMAND: make -j2 CC="/usr/lib/ccache/bin/gcc" LD="ld" AS="as" dep > *** Warning: make dep is unnecessary now. > -- > Second extended fs support (EXT2_FS) [Y/n/m/?] y > Ext2 extended attributes (EXT2_FS_XATTR) [N/y/?] (NEW) aborted! > > Console input/output is redirected. Run 'make oldconfig' to update > configuration. > > make[2]: *** [silentoldconfig] Error 1 > make[1]: *** [silentoldconfig] Error 2 > make: *** [include/linux/autoconf.h] Error 2 > * Gentoo Linux Genkernel; Version 3.3.6 > * Running with options: --no-mountboot --kerneldir=/usr/src/linux > --kernel-config=/var/tmp/gentoo.config > --minkernpackage=/usr/portage/packages/gk_binaries/gentoo- > 2005.chip.tar.bz2 > all --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc > > * ERROR: Failed to compile the "prepare" target... > > * -- End log... -- > > * Please consult /var/log/genkernel.log for more information and any > * errors that were reported above. > > * Report any genkernel bugs to bugs.gentoo.org <http://bugs.gentoo.org>and > * assign your bug to genkernel@gentoo.org. Please include > * as much information as you can in your bug report; attaching > * /var/log/genkernel.log so that your issue can be dealt with effectively. > * > * Please do *not* report compilation failures as genkernel bugs! > * > > !!! catalyst: Runscript kernel build failed > > > Traceback (most recent call last): > File "modules/livecd_stage2_target.py", line 324, in run_local > self.build_kernel() > File "modules/livecd_stage2_target.py", line 309, in build_kernel > "Runscript kernel build failed") > File "/usr/lib/catalyst/modules/catalyst_support.py", line 102, in cmd > raise CatalystError,myexc > CatalystError: <unprintable instance object> > None > > !!! catalyst: Runscript aborting due to error. > > > > From: Mike Rosset <schizoid29@gmail.com> > Reply-To: gentoo-catalyst@lists.gentoo.org > To: gentoo-catalyst@lists.gentoo.org > Subject: Re: [gentoo-catalyst] making of a catalyst livecd > Date: Fri, 30 Sep 2005 12:35:20 -0700 > > Chip: > > If that's all you really need to do then possible the knoppix livecd might > be a better choice. But if you what to hack through catalyst. can you post > the actual error message you are getting. > > Regrads, > > Mike Rosset > > > -- > gentoo-catalyst@gentoo.org mailing list > > [-- Attachment #2: Type: text/html, Size: 5713 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] making of a catalyst livecd 2005-09-30 22:07 ` Mike Rosset @ 2005-10-03 12:30 ` Chris Gianelloni 0 siblings, 0 replies; 5+ messages in thread From: Chris Gianelloni @ 2005-10-03 12:30 UTC (permalink / raw To: gentoo-catalyst [-- Attachment #1: Type: text/plain, Size: 6364 bytes --] On Fri, 2005-09-30 at 15:07 -0700, Mike Rosset wrote: > ok, I'm thinking either one of two things, if you have > kernel-dependent packages that need to be added to > boot/kernel/{kernel}/packages in your stage2 spec file ... add them. > if they are in there and you are using kerncache turn kerncache off > and give it a pass. Also, try turning off ccache for the livecd run. For some reason it appears to be bombing out on your kernel config. Anyway, we'd probably need you to go back and check /var/tmp/catalyst/tmp/default/livecd-stage2-$whatever/var/log/genkernel.log so we can see what actual errors you're getting. The grep information isn't always the best output. > On 9/30/05, Chip DeVoge <bflochip@msn.com> wrote: > It is for a chemistry professor at a local university and all > he wants is > the basics I listed. > > > * Gentoo Linux Genkernel; Version 3.3.6 > * Running with options: --no-mountboot > --kerneldir=/usr/src/linux > --kernel-config=/var/tmp/gentoo.config > --minkernpackage=/usr/portage/packages/gk_binaries/gentoo-2005.chip.tar.bz2 > all --kernel-cc=/usr/lib/ccache/bin/gcc > --utils-cc=/usr/lib/ccache/bin/gcc > > * Linux Kernel 2.6.12-gentoo-r10 for x86... > * WARNING: No mounted /boot partition detected! > * Run ``mount /boot`` to mount it! > > * kernel: >> Running mrproper... > * config: Using config from /var/tmp/gentoo.config > * Previous config backed up to .config.bak > * >> Running oldconfig... > * kernel: >> Cleaning... > * kernel: >> Making dependencies... > * ERROR: Failed to compile the "prepare" target... > > * -- Grepping log... -- > > * Gentoo Linux Genkernel; Version 3.3.6 > * Running with options: --no-mountboot > --kerneldir=/usr/src/linux > --kernel-config=/var/tmp/gentoo.config > --minkernpackage=/usr/portage/packages/gk_binaries/gentoo-2005.chip.tar.bz2 > all --kernel-cc=/usr/lib/ccache/bin/gcc > --utils-cc=/usr/lib/ccache/bin/gcc > > * Linux Kernel 2.6.12-gentoo-r10 for x86... > * WARNING: No mounted /boot partition detected! > -- > SCSI generic support (CHR_DEV_SG) [N/m/y/?] n > * > * Some SCSI devices (e.g. CD jukebox) support multiple LUNs > * > Probe all LUNs on each SCSI device (SCSI_MULTI_LUN) [N/y/?] > n > Verbose SCSI error reporting (kernel size +=12K) > (SCSI_CONSTANTS) [N/y/?] > n > -- > * kernel: >> Cleaning... > COMMAND: make -j2 CC="/usr/lib/ccache/bin/gcc" LD="ld" AS="as" > clean > awk: cmd. line:2: fatal: cannot open file > `/usr/src/linux-2.6.12-gentoo-r10 /include/linux/version.h' > for reading (No > such file or directory) > * kernel: >> Making dependencies... > COMMAND: make -j2 CC="/usr/lib/ccache/bin/gcc" LD="ld" AS="as" > dep > *** Warning: make dep is unnecessary now. > -- > Second extended fs support (EXT2_FS) [Y/n/m/?] y > Ext2 extended attributes (EXT2_FS_XATTR) [N/y/?] (NEW) > aborted! > > Console input/output is redirected. Run 'make oldconfig' to > update > configuration. > > make[2]: *** [silentoldconfig] Error 1 > make[1]: *** [silentoldconfig] Error 2 > make: *** [include/linux/autoconf.h] Error 2 > * Gentoo Linux Genkernel; Version 3.3.6 > * Running with options: --no-mountboot > --kerneldir=/usr/src/linux > --kernel-config=/var/tmp/gentoo.config > --minkernpackage=/usr/portage/packages/gk_binaries/gentoo-2005.chip.tar.bz2 > all --kernel-cc=/usr/lib/ccache/bin/gcc > --utils-cc=/usr/lib/ccache/bin/gcc > > * ERROR: Failed to compile the "prepare" target... > > * -- End log... -- > > * Please consult /var/log/genkernel.log for more information > and any > * errors that were reported above. > > * Report any genkernel bugs to bugs.gentoo.org and > * assign your bug to genkernel@gentoo.org. Please include > * as much information as you can in your bug report; attaching > * /var/log/genkernel.log so that your issue can be dealt with > effectively. > * > * Please do *not* report compilation failures as genkernel > bugs! > * > > !!! catalyst: Runscript kernel build failed > > > Traceback (most recent call last): > File "modules/livecd_stage2_target.py", line 324, in > run_local > self.build_kernel() > File "modules/livecd_stage2_target.py", line 309, in > build_kernel > "Runscript kernel build failed") > File "/usr/lib/catalyst/modules/catalyst_support.py", line > 102, in cmd > raise CatalystError,myexc > CatalystError: <unprintable instance object> > None > > !!! catalyst: Runscript aborting due to error. > > > > From: Mike Rosset <schizoid29@gmail.com> > Reply-To: gentoo-catalyst@lists.gentoo.org > To: gentoo-catalyst@lists.gentoo.org > Subject: Re: [gentoo-catalyst] making of a catalyst livecd > Date: Fri, 30 Sep 2005 12:35:20 -0700 > > Chip: > > If that's all you really need to do then possible the knoppix > livecd might > be a better choice. But if you what to hack through catalyst. > can you post > the actual error message you are getting. > > Regrads, > > Mike Rosset > > > -- > gentoo-catalyst@gentoo.org mailing list > > -- Chris Gianelloni Release Engineering - Strategic Lead x86 Architecture Team Games - Developer Gentoo Linux [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-10-31 3:56 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-09-30 19:12 [gentoo-catalyst] making of a catalyst livecd Chip DeVoge 2005-09-30 19:35 ` Mike Rosset 2005-09-30 21:25 ` Chip DeVoge 2005-09-30 22:07 ` Mike Rosset 2005-10-03 12:30 ` Chris Gianelloni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox