Effectivement ca ne permet pas d’installer from source.
Ce qui peut etre nécessaire sur d’anciennes machines ou pour avoir des options de compil personnalisés.
Je n’ai pas téléchargé dfsbuild (1) mais peut-etre serait-ce possible de caller un apt-build (2)
Autre idée, tu compiles tes paquets à ta sauce (avec un chroot par ex), tu les mets en local et ensuite tu te debrouille pour que dfsbuild aille les chercher. Oui c’est laborieux…Enfin avec les outils deb c’est quand meme pas si compliqués et ca se script.
b[/b]
[quote]root@debian:/tmp# show dfsbuild
Package: dfsbuild
Priority: optional
Section: utils
Installed-Size: 4400
Maintainer: John Goerzen jgoerzen@complete.org
Architecture: i386
Version: 0.99.1
Depends: libc6 (>= 2.3.6-6), libgmp3c2, ucf (>= 0.28), debconf | debconf-2.0, cdebootstrap, mkisofs, cramfsprogs, grub, reprepro
Filename: pool/main/d/dfsbuild/dfsbuild_0.99.1_i386.deb
Size: 1331552
MD5sum: 7fdef6ad6f2515bb1d076623e1603652
SHA1: 63930c70c1ff65c12534c3e8b911226b0bf2068a
SHA256: 315657406537dd1ba416e358c4c98da5c9c909732a6fe32e2e63578f21790177
Description: Build Debian From Scratch CD/DVD images
Debian From Scratch (DFS) is a live bootable CD that is designed to
provide a fully-featured kernel and a fully-featured rescue environment.
The rescue environment contains filesystem tools, editors, C development
environment, etc.
.
dfsbuild is the program used to create the DFS CD image. It is highly
configurable and can be used to create other custom bootable CD or DVD
images. You can use dfsbuild to do something as simple as building a
DFS CD with a custom kernel. Or, you can customize the CD to include a
completely different set of packages.
.
dfsbuild works by obtaining packages from your nearest Debian mirror.
It will generate an ISO image that contains a bootable Debian system
generated by installing those packages. Also, it can place all the .debs
and files needed by cdebootstrap in the image. Thus, the
generated image can be used to install the base Debian system on a PC as
well.
.
On i386 and amd64 platforms, dfsbuild supports the Grub bootloader.
.
On Alpha, dfsbuild supports the aboot bootloader.
.
On PowerPC, dfsbuild supports the yaboot bootloader.
Tag: admin::boot, devel::debian, hardware::storage:cd, hardware::storage:dvd, interface::commandline, protocol::http, role::sw:utility, suite::debian, use::downloading, use::storing, works-with::archive:iso9660
[/quote]
b[/b]
Mes dernieres experiences avec apt-build ont été tres mauvaises. C’est loin d’etre au point, c’est un méchant hack: genre changer le lien gcc pour pointer vers mongcc qui est en fait
marche pas a tous les coups ( un exemple si $* redefinit -O alors le dernier est pris, limitation de getopt(3))
Ca doit etre possible ce que tu veux faire matt! c’est interessant. Quand t’as trouvé tu nous dit comment t’as fait? merci 