From: Darren D. <da...@da...> - 2006-12-06 09:46:47
|
Hi, I'm trying to use the morphix-rebrand script, which seems to work in most respects but doesn't change the bootsplash theme (remains with the Morphix logo). On further investigation (following the commands in the bootsplash() method of the script manually) I found that everything up to the make command works OK. ie the background.pcx file that is generated looks as expected with my own logo. When running the command on line 150 of the script: cd $TMP_DIR/gfxboot-grub-0.1/ && make I get the following output.. root@hepburn:/home/darren/projects/morphix/sandbox/grub-theme/gfxboot-grub-= 0.1# make make -C po make[1]: Entering directory `/home/darren/projects/morphix/sandbox/grub-theme/gfxboot-grub-0.1/po' bin/po2txt bootloader.pot >texts.en bin/po2txt cs.po >texts.cs bin/po2txt de.po >texts.de bin/po2txt es.po >texts.es bin/po2txt fr.po >texts.fr bin/po2txt hu.po >texts.hu bin/po2txt it.po >texts.it bin/po2txt ja.po >texts.ja bin/po2txt nl.po >texts.nl bin/po2txt ro.po >texts.ro bin/po2txt ru.po >texts.ru bin/po2txt sk.po >texts.sk bin/po2txt sl.po >texts.sl bin/po2txt sv.po >texts.sv make[1]: Leaving directory `/home/darren/projects/morphix/sandbox/grub-theme/gfxboot-grub-0.1/po' mkdir -p boot help2txt help-boot.en.html >boot/help.en "profile" never referenced "startup" never referenced "help" never referenced "keytable" never referenced "e_splash" never defined "e_dma" never defined *** inconsistencies detected *** mkbootmsg -O -v -L ../.. -l boot/log -c boot.config boot/init Including "system.inc" Including "common.inc" Including "theme_colors.inc" Including "po/text.inc" Including "window.inc" Including "button.inc" Including "help.inc" Including "main.inc" Including "xmenu.inc" Including "dia_video.inc" Including "dia_splash.inc" Including "dia_lang.inc" Including "dia_dud.inc" Including "dia_help.inc" Including "dia_profile.inc" Including "dia_install.inc" Including "panel.inc" Including "keytables.inc" Including "keymap.cs.inc" Including "keymap.es.inc" Including "keymap.fr.inc" Including "keymap.de.inc" Including "keymap.it.inc" Including "keymap.ja.inc" Including "keymap.hu.inc" Including "keymap.ru.inc" Including "keymap.sk.inc" Including "keymap.sl.inc" Including "keymap.sv.inc" Including "locale.inc" Undefined words: bootloader, usernote, getinfo, bootdrive, findmode, xsavescreen, updatedisk make: *** [bootdir] Error 10 so I think the "message" file is never generated and the original simply gets copied to my boot/grub directory instead. Since Makefile's make about as much sense to me as Swahili, I'm now stuck :( Can someone advise? Cheers, --=20 Darren Davison Public Key: 0xE855B3EA |
From: Brendan M. S. <me...@ba...> - 2006-12-06 09:56:45
|
Hi Darren, On 12/6/06, Darren Davison wrote: > Hi, > > I'm trying to use the morphix-rebrand script, which seems to work in most > respects but doesn't change the bootsplash theme (remains with the Morphix > logo). > Since Makefile's make about as much sense to me as Swahili, I'm now stuck :( > Can someone advise? I have a look tonight, as morphix-rebreand was written by me. My Swahili/Makefile usage is not too good do I might ask in irc for some help debugging. Regards, Brendan |
From: Darren D. <da...@da...> - 2006-12-06 10:00:15
|
On Wed, Dec 06, 2006 at 09:56:42AM +0000, Brendan M. Sleight wrote: > I have a look tonight, as morphix-rebreand was written by me. My > Swahili/Makefile usage is not too good do I might ask in irc for some > help debugging. thanks for the quick response. I'll be around at some point tonight and sitting in #morphix. Didn't mean *your* makefile was like swahili to me, I meant *all* of them a= re :) Catch you later. --=20 Darren Davison Public Key: 0xE855B3EA |
From: Brendan M. S. <me...@ba...> - 2006-12-06 20:59:14
|
Hi Darren, On 12/6/06, Darren Davison wrote: > > When running the command on line 150 of the script: > cd $TMP_DIR/gfxboot-grub-0.1/ && make http://svn.sourceforge.net/viewvc/morphix/trunk/morph-scripts/morphix-rebrand.sh?view=markup Have you run the commands on line 148 and 149. The only time I got errors was when trying to change this file. > `/home/darren/projects/morphix/sandbox/grub-theme/gfxboot-grub-0.1/po' > bin/po2txt bootloader.pot >texts.en > bin/po2txt cs.po >texts.cs > bin/po2txt de.po >texts.de > bin/po2txt es.po >texts.es > bin/po2txt fr.po >texts.fr > bin/po2txt hu.po >texts.hu > bin/po2txt it.po >texts.it > bin/po2txt ja.po >texts.ja > bin/po2txt nl.po >texts.nl > bin/po2txt ro.po >texts.ro > bin/po2txt ru.po >texts.ru > bin/po2txt sk.po >texts.sk > bin/po2txt sl.po >texts.sl > bin/po2txt sv.po >texts.sv > make[1]: Leaving directory What happened to the original ./po/text.inc ? Make should do nothing in the directory. > "profile" never referenced > "startup" never referenced > "help" never referenced > "keytable" never referenced > "e_splash" never defined > "e_dma" never defined > *** inconsistencies detected *** Don't worry about the above. > mkbootmsg -O -v -L ../.. -l boot/log -c boot.config boot/init > Including "system.inc" > Including "common.inc" > Including "theme_colors.inc" > Including "po/text.inc" > Including "window.inc" > Including "button.inc" > Including "help.inc" > Including "main.inc" > Including "xmenu.inc" > Including "dia_video.inc" > Including "dia_splash.inc" > Including "dia_lang.inc" > Including "dia_dud.inc" > Including "dia_help.inc" > Including "dia_profile.inc" > Including "dia_install.inc" > Including "panel.inc" > Including "keytables.inc" > Including "keymap.cs.inc" > Including "keymap.es.inc" > Including "keymap.fr.inc" > Including "keymap.de.inc" > Including "keymap.it.inc" > Including "keymap.ja.inc" > Including "keymap.hu.inc" > Including "keymap.ru.inc" > Including "keymap.sk.inc" > Including "keymap.sl.inc" > Including "keymap.sv.inc" > Including "locale.inc" > Undefined words: bootloader, usernote, getinfo, bootdrive, findmode, > xsavescreen, updatedisk > make: *** [bootdir] Error 10 Any the default lang been changed ? > so I think the "message" file is never generated and the original simply > gets copied to my boot/grub directory instead. Yes Which base.iso are you using ? What command you are using for run morphix-rebrand ? Is grub and gfxboot install ? Sorry for all the questions, but I spent over an hour on this can not get it to fail, but my Makefile skills are non-existent Regards, Brendan |
From: Darren D. <da...@da...> - 2006-12-06 22:27:53
|
On Wed, Dec 06, 2006 at 08:59:01PM +0000, Brendan M. Sleight wrote: > http://svn.sourceforge.net/viewvc/morphix/trunk/morph-scripts/morphix-reb= rand.sh?view=3Dmarkup > Have you run the commands on line 148 and 149. The only time I got > errors was when trying to change this file. no, I ignored them and just did manually what the script would have done (without hiding the output of course) > What happened to the original ./po/text.inc ? > Make should do nothing in the directory. it exists, with the same timestamp as the others... # ls -al po/text* -rw-r--r-- 1 root darren 904 2006-12-06 03:00 po/text.inc -rw-r--r-- 1 root darren 1201 2006-12-06 03:00 po/texts.cs -rw-r--r-- 1 root darren 1301 2006-12-06 03:00 po/texts.de -rw-r--r-- 1 root darren 1137 2006-12-06 03:00 po/texts.en -rw-r--r-- 1 root darren 1431 2006-12-06 03:00 po/texts.es -rw-r--r-- 1 root darren 1419 2006-12-06 03:00 po/texts.fr -rw-r--r-- 1 root darren 1479 2006-12-06 03:00 po/texts.hu -rw-r--r-- 1 root darren 1353 2006-12-06 03:00 po/texts.it -rw-r--r-- 1 root darren 1642 2006-12-06 03:00 po/texts.ja -rw-r--r-- 1 root darren 1232 2006-12-06 03:00 po/texts.nl -rw-r--r-- 1 root darren 1336 2006-12-06 03:00 po/texts.ro -rw-r--r-- 1 root darren 2322 2006-12-06 03:00 po/texts.ru -rw-r--r-- 1 root darren 1300 2006-12-06 03:00 po/texts.sk -rw-r--r-- 1 root darren 1312 2006-12-06 03:00 po/texts.sl -rw-r--r-- 1 root darren 1210 2006-12-06 03:00 po/texts.sv > Any the default lang been changed ? actually no, but it needs to be. This is a recently installed xubuntu box and the lang is still set to US.. # echo $LANG en_US.UTF-8 > Which base.iso are you using ? 0.5-pre5 > What command you are using for run morphix-rebrand ? originally I ran: # morphix-rebrand ./scratch.iso ./advance.iso ./advance.png > Is grub and gfxboot install ? # aptitude remove grub gfxboot -Vs =2E.. The following packages are BROKEN: morphix-rebrand [0.2-32]=20 The following packages will be REMOVED: gfxboot [3.2.23-2ubuntu1] grub [0.97-11ubuntu14]=20 =2E.. > Regards, > Brendan Cheers, Darren. --=20 Darren Davison Public Key: 0xE855B3EA |
From: Brendan M. S. <me...@ba...> - 2006-12-06 23:25:42
|
Hi Darren, In case other users are following this, it was discussed in irc channel this evening. I wrote morphix-rebrand based on the morphix veriosn of gfxboot http://www.morphix.org/debian/binaries/gfxboot_2.4-1_i386.deb Where as Darren is using a newer ubuntu version 3.2.23-2ubuntu1 If the morphix verison of gfxboot is installed morphix-rebrand works ok. I will put it on the to do list to figure out how to make morphix-rebreand work with a higher version of gfxboot. Cheers Brendan |
From: Alex de L. <al...@de...> - 2006-12-07 07:15:40
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Brendan M. Sleight wrote: > I wrote morphix-rebrand based on the morphix veriosn of gfxboot > http://www.morphix.org/debian/binaries/gfxboot_2.4-1_i386.deb Where as > Darren is using a newer ubuntu version 3.2.23-2ubuntu1 > > If the morphix verison of gfxboot is installed morphix-rebrand works ok. If all else fails, we could rename the package morphix-gfxboot (and the binaries). gfxboot is still somewhat voodoo to me, but I haven't been following it. Perhaps the new version has some new groovy features. Alex -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFd7+TQeuQA5TF/UsRAptMAJ9OAwRK92TqmvdcMzCtvgtUCvepcQCfd07m IZoUU5RVhEcsoPjz+K3gzeY= =maBG -----END PGP SIGNATURE----- |
From: Brendan M. S. <me...@ba...> - 2006-12-07 20:45:55
|
On 12/7/06, Alex de Landgraaf wrote: > > I wrote morphix-rebrand based on the morphix veriosn of gfxboot > > http://www.morphix.org/debian/binaries/gfxboot_2.4-1_i386.deb Where as > > Darren is using a newer ubuntu version 3.2.23-2ubuntu1 > > > > If the morphix verison of gfxboot is installed morphix-rebrand works ok. > > If all else fails, we could rename the package morphix-gfxboot (and the > binaries). gfxboot is still somewhat voodoo to me, but I haven't been I was thinkg of something simular, I like this idea. I may need my hand holding to do this process (apt-voodoo) Brendan |
From: Alex de L. <al...@de...> - 2006-12-07 22:33:26
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Brendan M. Sleight wrote: > I was thinkg of something simular, I like this idea. I may need my > hand holding to do this process (apt-voodoo) Shouldn't be too hard. Prod me on IRC when you have some time and we'll sort this out. I'd prefer to use the latest version of gfxboot though... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFeJa6QeuQA5TF/UsRAlRHAJ9dr4414IGXT72eniXC3ammB2B5HACfR/+j /vi5v1DgGdlLLyLLmGHr+a4= =nv/g -----END PGP SIGNATURE----- |
From: Brendan M. S. <me...@ba...> - 2006-12-07 23:03:36
|
> sort this out. I'd prefer to use the latest version of gfxboot though... Someone mentioned that gfxboot was pure voodoo, which I'd agree. I spend quite a while trying to get the message file to build on the new version. Documentation is worse then Morphix documentation. Upgrading to the latest Ubuntu version might be the *right* way to go. But it would be a hell of a lot of effort for little gain. (Unless I have missed some of the gains ? - feedback welcome) Anyone else got experience with gfxboot, who would fancy helping out ? Regards, Brendan |