Dear LinuxBIOS readers!
This is the automated build check service of LinuxBIOS.
The developer "stepan" checked in revision 2616 to the LinuxBIOS source repository and caused the following changes:
Change Log: trivial: fix filename in comment.
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Build Log: Compilation of arima:hdama is still broken Compilation of gigabyte:m57sli is still broken Compilation of ibm:e325 is still broken Compilation of ibm:e326 is still broken Compilation of iwill:dk8s2 is still broken Compilation of iwill:dk8x is still broken Compilation of nvidia:l1_2pvv is still broken Compilation of tyan:s2912 is still broken
If something broke during this checkin please be a pain in stepan's neck until the issue is fixed.
If this issue is not fixed within 24h the revision will be backed out.
Yours truely, LinuxBIOS automatic build system
On Tue, Apr 24, 2007 at 09:23:11PM +0200, LinuxBIOS information wrote:
Build Log: Compilation of arima:hdama is still broken Compilation of gigabyte:m57sli is still broken Compilation of ibm:e325 is still broken Compilation of ibm:e326 is still broken Compilation of iwill:dk8s2 is still broken Compilation of iwill:dk8x is still broken Compilation of nvidia:l1_2pvv is still broken Compilation of tyan:s2912 is still broken
Hm, this is strange. At least three of these build fine (both, manually and using abuild):
./abuild -t tyan/s2912 ./abuild -t nvidia/l1_2pvv ./abuild -t gigabyte/m57sli
Uwe.
* Uwe Hermann uwe@hermann-uwe.de [070424 22:07]:
Hm, this is strange. At least three of these build fine (both, manually and using abuild):
./abuild -t tyan/s2912 ./abuild -t nvidia/l1_2pvv ./abuild -t gigabyte/m57sli
Are you building with a payload? Building with /dev/null is not a reasonable test.
cd LinuxBIOSv2/util/abuild
svn export svn://linuxbios.org/testsystem/LinuxBIOS-payloads
./abuild -t tyan/s2912 -p `pwd`/LinuxBIOS-payloads
On Tue, Apr 24, 2007 at 10:35:28PM +0200, Stefan Reinauer wrote:
- Uwe Hermann uwe@hermann-uwe.de [070424 22:07]:
Hm, this is strange. At least three of these build fine (both, manually and using abuild):
./abuild -t tyan/s2912 ./abuild -t nvidia/l1_2pvv ./abuild -t gigabyte/m57sli
Are you building with a payload? Building with /dev/null is not a reasonable test.
cd LinuxBIOSv2/util/abuild
svn export svn://linuxbios.org/testsystem/LinuxBIOS-payloads
./abuild -t tyan/s2912 -p `pwd`/LinuxBIOS-payloads
Ah, yes, I didn't think of that. Thanks!
Attached patch should fix the above three boards by increasing the image size some more...
Uwe.
* Uwe Hermann uwe@hermann-uwe.de [070424 23:17]:
Increase image size for abuild. This should fix the build of these boards:
- tyan/s2912
- nvidia/l1_2pvv
- gigabyte/m57sli
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Acked-by: Stefan Reinauer stepan@coresystems.de
On Tue, Apr 24, 2007 at 11:26:36PM +0200, Stefan Reinauer wrote:
- Uwe Hermann uwe@hermann-uwe.de [070424 23:17]:
Increase image size for abuild. This should fix the build of these boards:
- tyan/s2912
- nvidia/l1_2pvv
- gigabyte/m57sli
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Acked-by: Stefan Reinauer stepan@coresystems.de
r2617.
Uwe.