Hello team, While building the DebianInstaller for my own learning, I faced the following error.Can anyone please explain me why this error is. I am using "debian-7.1.0-amd64-netinst.iso" based VM to as build machine. I copy paste here few initial lines and and error output lines for your reference.
root@debian:~/debian-installer/installer/build# fakeroot make build_netboot # Add release info mkdir -p ./tmp/netboot/tree/etc/ echo wheezy >./tmp/netboot/tree/etc/default-release echo unstable >./tmp/netboot/tree/etc/udebs-source # Create a dev tree. mkdir -p ./tmp/netboot/tree/dev # Always needed, in case udev is not mounted on boot. mknod ./tmp/netboot/tree/dev/console c 5 1 mknod ./tmp/netboot/tree/dev/null c 1 3 mkdir -p ./tmp/netboot/tree/extraudebs-tmp mkdir -p ./tmp/netboot/tree/extraudebs-tmp/var/lib/dpkg/info ./tmp/netboot/tree/extraudebs-tmp/var/lib/dpkg/updates touch ./tmp/netboot/tree/extraudebs-tmp/var/lib/dpkg/status ./tmp/netboot/tree/extraudebs-tmp/var/lib/dpkg/available # Get and unpack extra udebs too. get-packages udeb cdebconf-newt-entropy cdebconf-text-entropy make[3]: `sources.list.udeb' is up to date. Ign copy: localudebs/ Release.gpg Ign copy: localudebs/ Release Ign copy: localudebs/ Packages/DiffIndex Get:1 copy: localudebs/ Packages [20 B] Ign copy: localudebs/ Translation-en_IN Ign copy: localudebs/ Translation-en Hit http://ftp.us.debian.org unstable Release.gpg Hit http://ftp.us.debian.org unstable Release ------------------------------------------------------------------ ------------------------------------------------------------------ ----------------------------------------------------------------- | | | ------------------------------------------------------------------ ----------------------------------------------------------------- 904 symbols, 631 unresolved Traceback (most recent call last): File "/usr/bin/mklibs", line 562, in <module> raise Exception("No library provides non-weak %s" % name) Exception: No library provides non-weak __fdelt_chk@glibc_2...@libc.so.6 make[2]: *** [stamps/tree-netboot-stamp] Error 1 make[1]: *** [_build] Error 2 make: *** [build_netboot] Error 2 root@debian:~/debian-installer/installer/build# Can anyone help me to resolve this error. warm regards