Hello,
I tried to build as described in the instructions:
https://tails.boum.org/contribute/build/
Option "Building manually".
However, the build ends with the following errors:
Get:1
http://ftp.de.debian.org/debian/ wheezy/main liblzo2-2 i386
2.06-1+deb7u1 [64.3 kB]
Get:2
http://ftp.de.debian.org/debian/ wheezy/main squashfs-tools i386
1:4.2-5 [125 kB]
Fetched 189 kB in 0s (482 kB/s)
Selecting previously unselected package liblzo2-2:i386.
(Reading database ... ^M(Reading database ... 5%^M(Reading
database ... 10%^M(Reading database ... 15%^M(Reading database ...
20%^M(Reading database ... 25%^M(Reading database ... 30%^M(Reading
database ... 35%^M(Reading database ... 40%^M(Reading database ...
45%^M(Reading database ... 50%^M(Reading database ...$
Unpacking liblzo2-2:i386 (from .../liblzo2-2_2.06-1+deb7u1_i386.deb) ...
Selecting previously unselected package squashfs-tools.
Unpacking squashfs-tools (from .../squashfs-
tools_1%3a4.2-5_i386.deb) ...
Processing triggers for man-db ...
Setting up liblzo2-2:i386 (2.06-1+deb7u1) ...
Setting up squashfs-tools (1:4.2-5) ...
P: Preparing squashfs image...
P: This may take a while.
ERROR: ld.so: object '/usr/lib/libeatmydata/libeatmydata.so' from
LD_PRELOAD cannot be preloaded: ignored.
Cannot stat sortlist entry "lib/modules/3.16-1-amd64/modules.dep.bin"
This is probably because you're using the wrong file
path relative to the source directories
Cannot stat sortlist entry "lib/modules/3.16-1-amd64/modules.alias.bin"
This is probably because you're using the wrong file
path relative to the source directories
...
[same "path relative to the source directories"]
Full log:
https://filetea.me/t1sGZUHJxyYRL6TMYZNS2LTdA
My developer OS:
root@tails-dev:~/tails# df -h
Filesystem Size Used
Avail Use% Mounted on
rootfs 24G 9.4G
14G 42% /
udev 10M 0
10M 0% /dev
tmpfs 397M 624K
397M 1% /run
/dev/disk/by-uuid/a1c142af-2c54-4a6a-82fb-de5ad64fbf5d 24G 9.4G
14G 42% /
tmpfs 5.0M 0
5.0M 0% /run/lock
tmpfs 1011M 224K
1011M 1% /run/shm
root@tails-dev:~/tails# cat /etc/issue
Debian GNU/Linux 7 \n \l
root@tails-dev:~/tails# uname -a
Linux tails-dev 3.2.0-4-amd64 #1 SMP Debian 3.2.63-2+deb7u2 x86_64 GNU/
Linux
root@tails-dev:~/tails# cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name
devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=a1c142af-2c54-4a6a-82fb-de5ad64fbf5d / ext4
errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=d5047e2b-8169-42fe-b2e2-ca77853088bc none swap
sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
My command:
git clone git://git.tails.boum.org/tails
cd tails/
git checkout devel
export TAILS_BUILD_OPTIONS="noproxy"
nano config/chroot_local-includes/usr/share/tails/tbb-dist-url.txt
cat config/chroot_local-includes/usr/share/tails/tbb-dist-url.txt
https://dist.torproject.org/torbrowser/
lb clean --all
lb config
lb build
I would be very grateful for any ideas for troubleshooting.
Thanks,
And