Re:Re: can't get the debian-installer code by svn
On Wed,22 Mar 2017 18: Roger Shimizu writes: > On Wed, 22 Mar 2017 16:17:08 +0800 (CST) > harryyue123 wrote: > >> I want get a source code of debian-installer,but failed.the error >> message is : >> >> harry@BJ-LD-1229:~/Project/000debian8.7$ svn co >> svn://anonscm.debian.org/svn/d-i/trunk d-i > > Where did you get the URL of SVN repo? > > Now the repo has been moved to git: > https://anonscm.debian.org/git/d-i/debian-installer.git I use this link to clone the code ,and do fakeroot make build_netboot.But failed,the error log is below: Preparing to unpack .../cdebconf-newt-entropy.udeb ... Unpacking cdebconf-newt-entropy (0.34) over (0.34) ... Preparing to unpack .../cdebconf-text-entropy.udeb ... Unpacking cdebconf-text-entropy (0.34) over (0.34) ... # Library reduction. Existing libs from udebs are put in the udeblibs # directory and mklibs is made to use those in preference to the # system libs. rm -rf ./tmp/netboot/udeblibs mkdir -p ./tmp/netboot/udeblibs find ./tmp/netboot/tree/extraudebs-tmp/lib \( -name '*.so.*' -o -name '*.so' \) -print0 | \ xargs -0r cp -a -t ./tmp/netboot/udeblibs find: `./tmp/netboot/tree/extraudebs-tmp/lib': No such file or directory find ./tmp/netboot/tree/lib \( -name '*.so.*' -o -name '*.so' \) -print0 | \ xargs -0r cp -a -t ./tmp/netboot/udeblibs mkdir -p ./tmp/netboot/tree/lib # HACK ALERT: X.Org modules are excluded from the scan as mklibs # is unable to find symbols provided by the /usr/bin/Xorg binary mklibs-copy -L ./tmp/netboot/tree/usr/lib -L ./tmp/netboot/tree/usr/lib/x86_64-linux-gnu \ -L ./tmp/netboot/udeblibs -v -d ./tmp/netboot/tree/lib --root=./tmp/netboot/tree \ -L ./tmp/netboot/tree/usr/lib/cdebconf/frontend \ -ltext.so -lnewt.so \ `find ./tmp/netboot -type f -a \( -perm /0111 -o -name '*.so' -o -name '*.so.*' \) | \ grep -v udeblibs | grep -v 'usr/lib/xorg/modules/.*\.so'` INFO: Using /lib64/ld-linux-x86-64.so.2 as dynamic linker INFO: library reduction pass 1 File not found:libdebconf.so Makefile:485: recipe for target 'stamps/tree-netboot-stamp' failed make[2]: *** [stamps/tree-netboot-stamp] Error 1 Makefile:288: recipe for target '_build' failed make[1]: *** [_build] Error 2 Makefile:282: recipe for target 'build_netboot' failed and 'find' command can find libdeconf.so: root@BJ-LD-1229:/root/d-i/debian-installer/build# find / -name "libdebconf.so" /root/d-i/debian-installer/build/tmp/netboot/tree/usr/lib/cdebconf/libdebconf.so So,what could be the cause of this problem?please give me some advices. Thanks very much! -- Best Regards harry
Re: can't get the debian-installer code by svn
Roger Shimizu writes: > On Wed, 22 Mar 2017 16:17:08 +0800 (CST) > harryyue123 wrote: > >> I want get a source code of debian-installer,but failed.the error >> message is : >> >> harry@BJ-LD-1229:~/Project/000debian8.7$ svn co >> svn://anonscm.debian.org/svn/d-i/trunk d-i > > Where did you get the URL of SVN repo? > > Now the repo has been moved to git: > https://anonscm.debian.org/git/d-i/debian-installer.git The git repo is for for the build system for d-i, whereas the svn is the repo for the top level directory which then lets you check out everything else, including that git repo and the repos for the udeb packages, as described here: https://wiki.debian.org/DebianInstaller/CheckOut having just checked out the svn here, it worked, so I suspect that the problem that happened with the svn checkout might have been simply that the Alioth server was having a funny five minutes. It's probably worth retrying the svn checkout. If I then run: =-=-=-=-=- /tmp/d-i/debian-installer % svn log | head 0 50006 16:24:48 Wed 22.03.2017 r70637 | holgerw | 2017-03-19 21:07:46 +0100 (Sun, 19 Mar 2017) | 2 lines Proofreading for Catalan boot-installer.po by Innocent De Marchi, thanks. r70636 | mck-guest | 2017-03-19 11:02:27 +0100 (Sun, 19 Mar 2017) | 2 lines [l10n] Update Czech translation of d-i manual =-=-=-=-=- You can see that the SVN really is still in use (at least it was on Sunday). Cheers, Phil. -- |)| Philip Hands [+44 (0)20 8530 9560] HANDS.COM Ltd. |-| http://www.hands.com/http://ftp.uk.debian.org/ |(| Hugo-Klemm-Strasse 34, 21075 Hamburg,GERMANY signature.asc Description: PGP signature
Re: can't get the debian-installer code by svn
On Wed, 22 Mar 2017 16:17:08 +0800 (CST) harryyue123 wrote: > I want get a source code of debian-installer,but failed.the error > message is : > > harry@BJ-LD-1229:~/Project/000debian8.7$ svn co > svn://anonscm.debian.org/svn/d-i/trunk d-i Where did you get the URL of SVN repo? Now the repo has been moved to git: https://anonscm.debian.org/git/d-i/debian-installer.git Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1 pgp0VucZ7gtZ4.pgp Description: PGP signature
can't get the debian-installer code by svn
hi all, I want get a source code of debian-installer,but failed.the error message is : harry@BJ-LD-1229:~/Project/000debian8.7$ svn co svn://anonscm.debian.org/svn/d-i/trunk d-i Ad-i/packages Ad-i/packages/po Ad-i/packages/po/header.pot Ad-i/packages/po/packages_list Ad-i/packages/po/README Ad-i/packages/po/sublevel1 Ad-i/packages/po/sublevel1/pa.po Ad-i/packages/po/sublevel1/hi.po Ad-i/packages/po/sublevel1/ne.po Ad-i/packages/po/sublevel1/ta.po svn: E140001: zlib (uncompress): corrupt data: Decompression of svndiff data failed please help us ! Thanks! -- Best Regards harry