From: DongInn K. <di...@cs...> - 2013-02-13 19:28:49
|
Hi, It seems that trunk is broken because of the missing tar ball. > [13:32] thumb: trunk $ svn info > Path: . > Working Copy Root Path: /nfs/home/dikim/oscar/systemimager/trunk > URL: https://systemimager.svn.sourceforge.net/svnroot/systemimager/trunk > Repository Root: https://systemimager.svn.sourceforge.net/svnroot/systemimager > Repository UUID: 8b493298-60f9-0310-b619-f4cd4bc255a3 > Revision: 4569 > Node Kind: directory > Schedule: normal > Last Changed Author: olahaye74 > Last Changed Rev: 4569 > Last Changed Date: 2013-01-07 05:30:50 -0500 (Mon, 07 Jan 2013) > > [13:32] thumb: trunk $ > [13:32] thumb: trunk $ make all > [ -d /nfs/home/dikim/oscar/systemimager/trunk/src ] || mkdir -p /nfs/home/dikim/oscar/systemimager/trunk/src > /nfs/home/dikim/oscar/systemimager/trunk/tools/getsource http://download.systemimager.org/pub/linux/linux_2.6.34.1.orig.tar.gz /nfs/home/dikim/oscar/systemimager/trunk/src > getsource: Can't find a local copy of linux_2.6.34.1.orig.tar.gz. > getsource: I will try to fetch it from a well known site. Please copy this > getsource: tarball to one of the following locations to prevent downloading > getsource: the source again and sucking up unnecessary bandwidth: > /u/dikim/oscar/systemimager/trunk > /usr/src > /u/dikim/src > --2013-02-13 13:32:55-- http://download.systemimager.org/pub/linux/linux_2.6.34.1.orig.tar.gz > Resolving download.systemimager.org (download.systemimager.org)... 216.34.181.97 > Connecting to download.systemimager.org (download.systemimager.org)|216.34.181.97|:80... connected. > HTTP request sent, awaiting response... 404 Not Found > 2013-02-13 13:32:56 ERROR 404: Not Found. > > make: *** [/nfs/home/dikim/oscar/systemimager/trunk/src/linux_2.6.34.1.orig.tar.gz] Error 1 > [13:32] thumb: trunk $ Is linux_2.6.34.1.orig.tar.gz a kernel file or systemimager file? Regards, -- - DongInn |
From: LAHAYE O. <oli...@ce...> - 2013-02-14 09:31:10
|
Hi DongInn, In fact the systemimager source repository is not up to date. I've put up to date sources here: http://olivier.lahaye1.free.fr/SystemImager/downloads/ If someone could kindly update the http://download.systemimager.org/pub/ directory with the files this would solve the problem for the long term. For short term build, a simple download of the files in /root/src (you need to build as root as the mknod fails when creating the initial ramdisk) will do the trick. To test if it works, just do make get_source. To test build sub components, just do make xfsprogs_install for example. It should download (copy from /root/src) the xfsprog source (and if needed dependancies), build dependancies and xfsprogs and install this in the initrd_source/build_dir/ . This is convenient to test and debug sub package build. Note: I've updated all .rul files so they all have a <package>_install rule. (some did had one, some other didn't; now, it should be consistent). Olivier. -- Olivier LAHAYE CEA DRT/LIST/DCSI/DIR ________________________________ De : DongInn Kim [di...@cs...] Date d'envoi : mercredi 13 février 2013 20:28 À : SystemImager Users Objet : [sisuite-users] Build trunk Hi, It seems that trunk is broken because of the missing tar ball. [13:32] thumb: trunk $ svn info Path: . Working Copy Root Path: /nfs/home/dikim/oscar/systemimager/trunk URL: https://systemimager.svn.sourceforge.net/svnroot/systemimager/trunk Repository Root: https://systemimager.svn.sourceforge.net/svnroot/systemimager Repository UUID: 8b493298-60f9-0310-b619-f4cd4bc255a3 Revision: 4569 Node Kind: directory Schedule: normal Last Changed Author: olahaye74 Last Changed Rev: 4569 Last Changed Date: 2013-01-07 05:30:50 -0500 (Mon, 07 Jan 2013) [13:32] thumb: trunk $ [13:32] thumb: trunk $ make all [ -d /nfs/home/dikim/oscar/systemimager/trunk/src ] || mkdir -p /nfs/home/dikim/oscar/systemimager/trunk/src /nfs/home/dikim/oscar/systemimager/trunk/tools/getsource http://download.systemimager.org/pub/linux/linux_2.6.34.1.orig.tar.gz /nfs/home/dikim/oscar/systemimager/trunk/src getsource: Can't find a local copy of linux_2.6.34.1.orig.tar.gz. getsource: I will try to fetch it from a well known site. Please copy this getsource: tarball to one of the following locations to prevent downloading getsource: the source again and sucking up unnecessary bandwidth: /u/dikim/oscar/systemimager/trunk /usr/src /u/dikim/src --2013-02-13 13:32:55-- http://download.systemimager.org/pub/linux/linux_2.6.34.1.orig.tar.gz Resolving download.systemimager.org<http://download.systemimager.org> (download.systemimager.org<http://download.systemimager.org>)... 216.34.181.97 Connecting to download.systemimager.org<http://download.systemimager.org> (download.systemimager.org<http://download.systemimager.org>)|216.34.181.97|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2013-02-13 13:32:56 ERROR 404: Not Found. make: *** [/nfs/home/dikim/oscar/systemimager/trunk/src/linux_2.6.34.1.orig.tar.gz] Error 1 [13:32] thumb: trunk $ Is linux_2.6.34.1.orig.tar.gz a kernel file or systemimager file? Regards, -- - DongInn |