[Tails-dev] build experiences

Borrar esta mensaxe

Responder a esta mensaxe
Autor: adrelanos
Data:  
Para: The Tails public development discussion list
Asunto: [Tails-dev] build experiences
Hi!

I tried to build with rake build (--trace) inside Virtual Box with
Debian Wheezy 64 bit. It didn't work, since there is no NX inside
Virtual Box. Therefore I added to vagrant/Vagrantfile:

config.vm.customize ['modifyvm', :id, '--pae', 'off']

But that didn't help either. The pae error was gone, but after the grub
boot menu, I'll see only "_" (after loading initial ram disk). Running
the build instructions inside Virtual Box is unsupported?

Next thing I tried was building without rake inside Virtual Box with
Debian Wheezy 64 bit. That didn't work either. And I guess, that isn't
supported either?

Here's the log in case that's interesting.

> user@host:~/amnesia$ lb clean --all && lb config && lb build
> [2013-04-04 20:41:21] lb clean --all
> P: Executing auto/clean script.
> [2013-04-04 20:41:21] lb clean noauto --all
> P: Cleaning chroot
> [2013-04-04 20:41:24] lb config 
> P: Executing auto/config script.
> true
> [2013-04-04 20:41:26] lb config noauto --distribution squeeze
> P: Considering defaults defined in /etc/live/build.conf
> P: Updating config tree for a debian/amd64 system                                                                                              
> [2013-04-04 20:41:27] lb config noauto --apt-recommends false --backports true --binary-images iso --binary-indices false --checksums none --bootappend-live live-media=removable nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash nox11autologin module=Tails --bootstrap cdebootstrap --archive-areas main contrib non-free --includes none --iso-application=The Amnesic Incognito Live System --iso-publisher=https://tails.boum.org/ --iso-volume=TAILS 0.17.1 - 20130404 --memtest none --packages-lists=standard --tasks=standard --linux-packages=linux-image-3.2.0-4 --syslinux-menu vesamenu --syslinux-splash data/splash.png --syslinux-timeout 4 --initramfs=live-boot                          
> lb config: unrecognized option '--binary-indices'                                                                                              
> lb config: unrecognized option '--includes'
> lb config: unrecognized option '--packages-lists=standard'
> lb config: unrecognized option '--syslinux-menu'
> lb config: unrecognized option '--syslinux-splash'
> lb config: unrecognized option '--syslinux-timeout'
> [2013-04-04 20:41:27] lb config noauto --architecture i386 --linux-flavours 486 686-pae
> P: Considering defaults defined in /etc/live/build.conf
> P: Updating config tree for a debian/i386 system
> ./auto/config: 63: ./auto/config: ikiwiki-supported-languages: not found


My options for building Tails probable boil down to getting Squeeze or
waiting for Wheezy support? Is Wheezy support for the build environment
planed?

Cheers!
adrelanos