|
From: Oliver N. <dig...@gm...> - 2006-04-04 15:20:41
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! I just made my first steps to build my own DL version and i ran in some problems. 1) After "make unpack" i run make menuconfig, but i cannot select/deselect any packages did someone now why? I then manually edited .config this should be the same, is this right? 2) Then i started the build process with the following command: "make prepare build install iso dist" after a while build fails with: > /bin/install -c -m 644 -o bin -g bin gdbm.h \ > /usr/include/gdbm.h > /bin/install: invalid user `bin' > make[1]: *** [install] Error 1 > make[1]: Leaving directory `/data/build/tmp/gdbm-1.8.3' has anyone an idea why this happens. group and user "bin" exist inside the chroot. Thanks for your help, Olli -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org iD8DBQFEMo6N724ZL5LNhNcRAtEDAJ0ee8eZ3mHJ5ud/iszpQex0GuzPwwCfUszJ IgFP6S7T1uwqOdfRiycSVFI= =61tB -----END PGP SIGNATURE----- |
|
From: Heiko Z. <he...@zu...> - 2006-04-04 17:01:26
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > I just made my first steps to build my own DL version and i ran in some > problems. > > 1) After "make unpack" i run make menuconfig, but i cannot > select/deselect any packages did someone now why? I then manually edited > .config this should be the same, is this right? Unfortunately not, because menuconfig will add a few settings which are not listed. What is the problem with menuconfig? Did you try space / enter to (de)-select entries? > 2) Then i started the build process with the following command: > "make prepare build install iso dist" > > > after a while build fails with: > >> /bin/install -c -m 644 -o bin -g bin gdbm.h \ >> /usr/include/gdbm.h >> /bin/install: invalid user `bin' >> make[1]: *** [install] Error 1 >> make[1]: Leaving directory `/data/build/tmp/gdbm-1.8.3' >> > > has anyone an idea why this happens. group and user "bin" exist inside > the chroot. This may result from the incomplete menuconfig. - -- Regards Heiko Zuerker http://www.devil-linux.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkQyplQACgkQUcytMSbs+YXZgACfd6GO+xuD1F975sBhdHBUeHcT 0WYAn2/NPl0JxNuVWXUPLQcpPJilaGQ+ =FO7g -----END PGP SIGNATURE----- |
|
From: Dick M. <di...@li...> - 2006-04-04 19:20:36
|
>> 1) After "make unpack" i run make menuconfig, but i cannot >> select/deselect any packages did someone now why? Possibly a terminal-type setting. Does echo $TERM give an appropriate value for your terminal? Dick |
|
From: Oliver N. <dig...@gm...> - 2006-04-04 22:00:09
|
Heiko Zuerker wrote: > >>>I just made my first steps to build my own DL version and i ran in some >>>problems. >>> >>>1) After "make unpack" i run make menuconfig, but i cannot >>>select/deselect any packages did someone now why? I then manually edited >>>.config this should be the same, is this right? > > > Unfortunately not, because menuconfig will add a few settings which are > not listed. Ok, i can now select everything and saved the new config but the error is still there :-| > skipping freetype because it is already done > > executing gdbm with option build (in /data/build/tmp/gdbm-1.8.3) > ERROR > /data/build/scripts/gdbm build failed > check log file /data/build/tmp/LOGS/build/gdbm for details > make: *** [build] Error 1 > root:/data/build# what should i check now? Olli |
|
From: Heiko Z. <he...@zu...> - 2006-04-05 01:49:25
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, April 4, 2006 16:59, Oliver Niesner wrote: > Heiko Zuerker wrote: > >> >>>> I just made my first steps to build my own DL version and i ran in >>>> some problems. >>>> >>>> 1) After "make unpack" i run make menuconfig, but i cannot >>>> select/deselect any packages did someone now why? I then manually >>>> edited .config this should be the same, is this right? >>>> >> >> >> Unfortunately not, because menuconfig will add a few settings which are >> not listed. > > Ok, i can now select everything and saved the new config but the error > is still there :-| > > >> skipping freetype because it is already done >> >> executing gdbm with option build (in /data/build/tmp/gdbm-1.8.3) ERROR >> /data/build/scripts/gdbm build failed >> check log file /data/build/tmp/LOGS/build/gdbm for details make: *** >> [build] Error 1 >> root:/data/build# >> > > what should i check now? You need to run the following (to clean up): make mrproper unpack prepare and then the usual make build install iso dist Is your build machine Redhat/Fedora based? If yes, please see the special section in our documentation. - -- Regards Heiko Zuerker http://www.devil-linux.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkQzIhUACgkQUcytMSbs+YWsUwCfXVejaDPelPZzz1TonxBvTD2T 5BcAn3W8yteKCx5waCFbOfI4XguP0VzB =2dV/ -----END PGP SIGNATURE----- |
|
From: Oliver N. <dig...@gm...> - 2006-04-05 08:22:29
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>>what should i check now? > > > You need to run the following (to clean up): > make mrproper unpack prepare > > and then the usual > make build install iso dist > > Is your build machine Redhat/Fedora based? If yes, please see the special > section in our documentation. > Ok! And yes it is redhat-based system and yes i read to the end and switched off exec-shield ;-) Olli -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org iD8DBQFEM32Q724ZL5LNhNcRAuy7AJ9pBcEgJoXQABNLzjRJLv5Czeae3wCeM80g rICJmGJAt+ZD8PwL4SgMuIU= =6FGp -----END PGP SIGNATURE----- |
|
From: Heiko Z. <he...@zu...> - 2006-04-05 13:36:07
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, April 5, 2006 03:21, Oliver Niesner wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > > > >>>> what should i check now? >> >> >> You need to run the following (to clean up): >> make mrproper unpack prepare >> >> and then the usual make build install iso dist >> >> Is your build machine Redhat/Fedora based? If yes, please see the >> special section in our documentation. >> > Ok! And yes it is redhat-based system and yes i read to the end and > switched off exec-shield ;-) > > Olli Does that mean it's working now? - -- Regards Heiko Zuerker http://www.devil-linux.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkQzx6QACgkQUcytMSbs+YWUsACaA3pHUm31mvCoFQhoKLcpbUsw 5FcAn31rXhuvUziF9o7woGJaUvPbqOpD =/Y60 -----END PGP SIGNATURE----- |
|
From: Oliver N. <dig...@gm...> - 2006-04-05 14:22:47
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>>>Is your build machine Redhat/Fedora based? If yes, please see the >>>>special section in our documentation. >>>> >>> >>>Ok! And yes it is redhat-based system and yes i read to the end and >>>switched off exec-shield ;-) >>> >>>Olli > > > Does that mean it's working now? Hmm, i can´t say now, build is still running. It compiles gdbm without problems, but hangs again on postfix, so i had to restart the process again :-| You need a lot of patience to build your own DL ;-) (Hey, Heiko send me my Dualboard back :-D ) There is also a second exec switch i turned off, named "exec-shield-randomize" > The /proc/sys/kernel/exec-shield-randomize file controls whether Exec-shield randomizes VM mapping If it turns out that this is the reason some packages failed, i will tell you. thanks so far, Olli -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org iD8DBQFEM9KD724ZL5LNhNcRAoyDAJ4qsRJIeUsf2pH4R6L3O/CaKBj4uwCfax9e VQ9o4Wxa0xRFtMfZeUajruc= =rEzk -----END PGP SIGNATURE----- |
|
From: Heiko Z. <he...@zu...> - 2006-04-05 15:54:40
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, April 5, 2006 09:22, Oliver Niesner wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > >>>>> Is your build machine Redhat/Fedora based? If yes, please see the >>>>> special section in our documentation. >>>>> >>>> >>>> Ok! And yes it is redhat-based system and yes i read to the end and >>>> switched off exec-shield ;-) >>>> >>>> Olli >>>> >> >> >> Does that mean it's working now? >> > > Hmm, i can´t say now, build is still running. > It compiles gdbm without problems, but hangs again on postfix, so i > had to restart the process again :-| > > You need a lot of patience to build your own DL ;-) > (Hey, Heiko send me my Dualboard back :-D ) Sorry, it's super-glued to my case, table and house. Can't remove it anymore. ;-) > There is also a second exec switch i turned off, named > "exec-shield-randomize" > >> The /proc/sys/kernel/exec-shield-randomize file controls whether >> Exec-shield randomizes VM mapping >> > > If it turns out that this is the reason some packages failed, i will tell > you. OK - -- Regards Heiko Zuerker http://www.devil-linux.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkQz6DEACgkQUcytMSbs+YX91QCgmGCz42g2yokc3iUXiF/iSakX Y4kAoJ/xJVrESVHWuEsXNNKLF44ywvgT =5TMw -----END PGP SIGNATURE----- |