Kevin O'Connor wrote:
]On Sun, Mar 13, 2011 at 08:49:17PM -0700, Stefan Reinauer wrote:
]> On 3/13/11 8:30 PM, Kevin O'Connor wrote:
]> >>Here is how the
]> >>how the problem was overcome for coreboot:
]> >>http://tracker.coreboot.org/trac/coreboot/changeset/4952
]> >>When I add the UNLINK_IF_NECESSARY part of this change, the rename
succeeds.
]> >>Could seabios adopt this change?
]> >It's possible, but I'd prefer to keep the source code close to the
]> >Linux version - it makes merges later on easier.
]>
]> Then maybe we should send our patches upstream?
]
]Yes - getting the patches into the Linux kbuild source would be best.
]
]-Kevin
I might not be the best one for explaining the benefit of Windows
support to the linux crowd. So to get past this problem, I
modified my mingw to accomodate the new seabios kconfig tool build.
To make the mkdir function compatible with both environments, I
changed its prototype to include a variable argument list after
the first argument. To fix the rename function, I substituted the
gnulib version of this function. To get past the default lib search
differences, I added libregex and libws2_32 to libmingw32. To
solve the missing uname problem, I added the gnulib version to
libmingw32. The result is here:
http://notabs.org/coreboot/windows-build.htm
Now I can get through abuild, almost. I still get an occasional
git failure (see attached). Not sure what causes it, but debugging
that is for another day.
Thanks,
Scott
Administrator@m3a78 /D/coreboot/coreboot-work/coreboot
$ util/abuild/abuild -c 8
Building a-trend/atc-6220; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building a-trend/atc-6240; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. FAILED
after 30s!
Log excerpt:
CBFS coreboot.pre
git.seabios.org[0: 80.81.252.135]: errno=No such file or directory
fatal: unable to connect a socket (No such file or directory)
fatal: destination path 'seabios' already exists and is not an empty directory.
make[1]: *** [checkout] Error 128
make: *** [seabios] Error 2
Building abit/be6-ii_v2_0; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building advantech/pcm-5820; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building amd/bimini_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building amd/db800; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building amd/dbm690t; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building amd/inagua; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 53s)
Building amd/mahogany; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building amd/mahogany_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building amd/norwich; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building amd/persimmon; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. FAILED
after 55s!
Log excerpt:
CBFS coreboot.pre
git.seabios.org[0: 80.81.252.135]: errno=No such file or directory
fatal: unable to connect a socket (No such file or directory)
fatal: destination path 'seabios' already exists and is not an empty directory.
make[1]: *** [checkout] Error 128
make: *** [seabios] Error 2
Building amd/pistachio; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building amd/rumba; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building amd/serengeti_cheetah; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building amd/serengeti_cheetah_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building amd/tilapia_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building arima/hdama; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building artecgroup/dbe61; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building asi/mb_5blgp; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asi/mb_5blmp; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asrock/939a785gmh; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building asrock/e350m1; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 52s)
Building asus/a8n_e; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building asus/a8v-e_deluxe; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building asus/a8v-e_se; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/m2n-e; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/m2v; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/m2v-mx_se; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/m4a78-em; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building asus/m4a785-m; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building asus/mew-am; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building asus/mew-vm; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/p2b; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/p2b-d; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building asus/p2b-ds; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/p2b-f; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/p2b-ls; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/p3b-f; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building axus/tc320; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building azza/pt-6ibd; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building bcom/winnet100; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building bcom/winnetp680; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building biostar/m6tba; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building broadcom/blast; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building compaq/deskpro_en_sff_p600; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building dell/s1850; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building digitallogic/adl855pc; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building digitallogic/msm586seg; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building digitallogic/msm800sev; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building eaglelion/5bcm; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building ecs/p6iwp-fe; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building emulation/qemu-x86; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building getac/p470; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building gigabyte/ga-6bxc; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building gigabyte/ga-6bxe; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building gigabyte/ga_2761gxdk; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building gigabyte/m57sli; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building gigabyte/ma785gmt; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building gigabyte/ma78gm; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building hp/dl145_g1; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building hp/dl145_g3; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building hp/dl165_g6_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building hp/e_vectra_p2706t; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building ibase/mb899; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 23s)
Building ibm/e325; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building ibm/e326; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building iei/juki-511p; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building iei/kino-780am2-fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building iei/nova4899r; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building iei/pcisa-lx-800-r10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building intel/d810e2cb; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building intel/d945gclf; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building intel/eagleheights; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building intel/jarrell; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building intel/mtarvon; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building intel/truxton; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 25s)
Building intel/xe7501devkit; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 32s)
Building iwave/iWRainbowG6; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building iwill/dk8_htx; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building iwill/dk8s2; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building iwill/dk8x; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building jetway/j7f24; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building jetway/pa78vm5; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building kontron/986lcd-m; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building kontron/kt690; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building lanner/em8510; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building lenovo/x60; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building lippert/frontrunner; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building lippert/hurricane-lx; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building lippert/literunner-lx; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building lippert/roadrunner-lx; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building lippert/spacerunner-lx; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building mitac/6513wu; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms6119; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building msi/ms6147; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms6156; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms6178; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms7135; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms7260; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms9185; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms9282; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building msi/ms9652_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building nec/powermate2000; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building newisys/khepri; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building nokia/ip530; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building nvidia/l1_2pvv; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building pcengines/alix1c; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building pcengines/alix2d; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building rca/rm4100; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building roda/rk886ex; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building soyo/sy-6ba-plus-iii; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building sunw/ultra40; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building supermicro/h8dme; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building supermicro/h8dmr; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building supermicro/h8dmr_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building supermicro/h8qme_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building supermicro/h8scm_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building supermicro/x6dai_g; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building supermicro/x6dhe_g; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building supermicro/x6dhe_g2; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building supermicro/x6dhr_ig; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building supermicro/x6dhr_ig2; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building technexion/tim5690; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building technexion/tim8690; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building technologic/ts5300; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building televideo/tc7020; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building thomson/ip1000; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building traverse/geos; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building tyan/s1846; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building tyan/s2735; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2850; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2875; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building tyan/s2880; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2881; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2882; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2885; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2891; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2892; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2895; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building tyan/s2912; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building tyan/s2912_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s4880; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s4882; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building via/epia; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building via/epia-cn; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building via/epia-m; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building via/epia-m700; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building via/epia-n; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building via/pc2500e; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building via/vt8454c; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building winent/pl6064; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building wyse/s50; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Administrator@m3a78 /D/coreboot/coreboot-work/coreboot
$
Administrator@m3a78 /D/coreboot/coreboot-work/coreboot
$
Administrator@m3a78 /D/coreboot/coreboot-work/coreboot
$ util/abuild/abuild -c 8
Building a-trend/atc-6220; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building a-trend/atc-6240; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building abit/be6-ii_v2_0; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building advantech/pcm-5820; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building amd/bimini_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 23s)
Building amd/db800; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building amd/dbm690t; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 23s)
Building amd/inagua; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 52s)
Building amd/mahogany; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building amd/mahogany_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 23s)
Building amd/norwich; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building amd/persimmon; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 52s)
Building amd/pistachio; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building amd/rumba; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building amd/serengeti_cheetah; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building amd/serengeti_cheetah_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building amd/tilapia_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building arima/hdama; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building artecgroup/dbe61; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building asi/mb_5blgp; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asi/mb_5blmp; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building asrock/939a785gmh; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building asrock/e350m1; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 52s)
Building asus/a8n_e; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building asus/a8v-e_deluxe; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building asus/a8v-e_se; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/m2n-e; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/m2v; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building asus/m2v-mx_se; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building asus/m4a78-em; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. FAILED
after 31s!
Log excerpt:
CBFS coreboot.pre
git.seabios.org[0: 80.81.252.135]: errno=No such file or directory
fatal: unable to connect a socket (No such file or directory)
fatal: destination path 'seabios' already exists and is not an empty directory.
make[1]: *** [checkout] Error 128
make: *** [seabios] Error 2
Building asus/m4a785-m; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building asus/mew-am; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/mew-vm; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/p2b; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/p2b-d; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/p2b-ds; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/p2b-f; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/p2b-ls; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building asus/p3b-f; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building axus/tc320; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building azza/pt-6ibd; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building bcom/winnet100; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building bcom/winnetp680; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building biostar/m6tba; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building broadcom/blast; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building compaq/deskpro_en_sff_p600; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building dell/s1850; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building digitallogic/adl855pc; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building digitallogic/msm586seg; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 19s)
Building digitallogic/msm800sev; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building eaglelion/5bcm; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building ecs/p6iwp-fe; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building emulation/qemu-x86; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building getac/p470; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 23s)
Building gigabyte/ga-6bxc; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building gigabyte/ga-6bxe; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building gigabyte/ga_2761gxdk; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building gigabyte/m57sli; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building gigabyte/ma785gmt; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building gigabyte/ma78gm; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 23s)
Building hp/dl145_g1; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building hp/dl145_g3; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building hp/dl165_g6_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building hp/e_vectra_p2706t; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building ibase/mb899; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building ibm/e325; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building ibm/e326; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building iei/juki-511p; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building iei/kino-780am2-fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building iei/nova4899r; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building iei/pcisa-lx-800-r10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building intel/d810e2cb; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building intel/d945gclf; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building intel/eagleheights; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building intel/jarrell; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building intel/mtarvon; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building intel/truxton; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 25s)
Building intel/xe7501devkit; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 32s)
Building iwave/iWRainbowG6; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building iwill/dk8_htx; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building iwill/dk8s2; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building iwill/dk8x; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building jetway/j7f24; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building jetway/pa78vm5; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building kontron/986lcd-m; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 23s)
Building kontron/kt690; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building lanner/em8510; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building lenovo/x60; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building lippert/frontrunner; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building lippert/hurricane-lx; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building lippert/literunner-lx; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building lippert/roadrunner-lx; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building lippert/spacerunner-lx; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building mitac/6513wu; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms6119; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms6147; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms6156; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms6178; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms7135; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. FAILED
after 29s!
Log excerpt:
CBFS coreboot.pre
git.seabios.org[0: 80.81.252.135]: errno=No such file or directory
fatal: unable to connect a socket (No such file or directory)
fatal: destination path 'seabios' already exists and is not an empty directory.
make[1]: *** [checkout] Error 128
make: *** [seabios] Error 2
Building msi/ms7260; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building msi/ms9185; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building msi/ms9282; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building msi/ms9652_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building nec/powermate2000; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building newisys/khepri; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building nokia/ip530; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building nvidia/l1_2pvv; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building pcengines/alix1c; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building pcengines/alix2d; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building rca/rm4100; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building roda/rk886ex; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 23s)
Building soyo/sy-6ba-plus-iii; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building sunw/ultra40; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 23s)
Building supermicro/h8dme; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building supermicro/h8dmr; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building supermicro/h8dmr_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building supermicro/h8qme_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building supermicro/h8scm_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building supermicro/x6dai_g; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building supermicro/x6dhe_g; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building supermicro/x6dhe_g2; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building supermicro/x6dhr_ig; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building supermicro/x6dhr_ig2; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building technexion/tim5690; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building technexion/tim8690; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building technologic/ts5300; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building televideo/tc7020; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building thomson/ip1000; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building traverse/geos; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building tyan/s1846; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2735; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2850; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building tyan/s2875; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2880; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2881; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building tyan/s2882; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s2885; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building tyan/s2891; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building tyan/s2892; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building tyan/s2895; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building tyan/s2912; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building tyan/s2912_fam10; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 22s)
Building tyan/s4880; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building tyan/s4882; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building via/epia; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building via/epia-cn; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building via/epia-m; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building via/epia-m700; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building via/epia-n; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building via/pc2500e; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Building via/vt8454c; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building winent/pl6064; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 21s)
Building wyse/s50; i386: ok
Creating config file... ok; Compiling image on 8 cpus in parallel .. ok.
(took 20s)
Administrator@m3a78 /D/coreboot/coreboot-work/coreboot
$
--
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot