Nils Olav Fossum a écrit :
Again, attached the notes as a text document. Comments are welcome.
hello thanks for your notes... i did try to build a new kernel following your instructions it is almost right... downloading was susccessfull but when building the iso image (make iso) we had the following error with build-dosemu-1.3.4/bin/libplugin_term.so (i build on a debian sarge box) make: *** Pas de règle pour fabriquer la cible « (no rules to build the target) build-dosemu-1.3.4/bin/libplugin_term.so », nécessaire pour « stage1/usr/lib/dosemu/libplugin_term.so ». Arrêt. did anybody have the same error? where it comes from? what can i do? many thanks for answers ML
------------------------------------------------------------------------ Building Unattended linuxboot: First, read NOTES.txt in the linuxboot directory. see "The whole shebang" at the end, and take another look at the Makefile. Basically the options are: make make all make stage1 make stage2 make iso I just started at the top with: make Now, this will take some time.. ..and then suddenly: checking for db.h... no configure: error: Cannot find db.h make: *** [ncurses-5.6/lib/libncurses.so] Fejl 1 hm, ncurses-5.6. Lets see what I have installed on my computer: [EMAIL PROTECTED]:~/src/unattended/2007-03-02/unattended/linuxboot$ dpkg -l|grep ncurses ii libncurses5 5.5-5 Shared libraries for terminal handling ii libncurses5-dev 5.5-5 Developer's libraries and docs for ncurses ii libncursesw5 5.5-5 Shared libraries for terminal handling (wide ii mtr-tiny 0.71-2 Full screen ncurses traceroute tool ii ncurses-base 5.5-5 Descriptions of common terminal types ii ncurses-bin 5.5-5 Terminal-related programs and man pages ii ncurses-term 5.5-5 Additional terminal type definitions[EMAIL PROTECTED]:~/src/unattended/2007-03-02/unattended/linuxboot$Well, Im just adjusting the Makefile back one notch to ncurses-5.5 and see what happens: (adjusting/editing Makefile for 5.5, line 21) make download to get ncurses-5.5 and a make (some more time passes by) ..and then the build finishes ok. :) ------------------------------------------------------------------------ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ------------------------------------------------------------------------ _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
--
Maurice Libes
Tel : +33 (04) 91 82 93 25 Centre d'Oceanologie de Marseille
Fax : +33 (04) 91 82 93 03 UMS2196CNRS- Campus de Luminy,
Case 901
F-13288 Marseille cedex 9
Veuillez noter ma nouvelle adresse ==> [EMAIL PROTECTED]
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
