Dear LinuxBIOS readers!
This is the automated build check service of LinuxBIOS.
The developer "stepan" checked in revision 2735 to the LinuxBIOS source repository and caused the following changes:
Change Log: some agami i2c merges
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Build Log: Compilation of agami:aruma has been broken See the error log at http://qa.linuxbios.org/log_buildbrd.php?revision=2735&device=aruma&... Compilation of arima:hdama is still broken See the error log at http://qa.linuxbios.org/log_buildbrd.php?revision=2735&device=hdama&... Compilation of ibm:e325 is still broken See the error log at http://qa.linuxbios.org/log_buildbrd.php?revision=2735&device=e325&v... Compilation of ibm:e326 is still broken See the error log at http://qa.linuxbios.org/log_buildbrd.php?revision=2735&device=e326&v... Compilation of iei:juki-511p is still broken See the error log at http://qa.linuxbios.org/log_buildbrd.php?revision=2735&device=juki-511p&... Compilation of iwill:dk8s2 is still broken See the error log at http://qa.linuxbios.org/log_buildbrd.php?revision=2735&device=dk8s2&... Compilation of iwill:dk8x is still broken See the error log at http://qa.linuxbios.org/log_buildbrd.php?revision=2735&device=dk8x&v...
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 should be backed out.
Best regards, LinuxBIOS automatic build system
On Thu, Jul 12, 2007 at 06:45:54PM +0200, LinuxBIOS information wrote:
Compilation of agami:aruma has been broken
What's the reason?
See the error log at http://qa.linuxbios.org/log_buildbrd.php?revision=2735&device=aruma&...
/srv/svn/linuxbios-extra/tmp/LinuxBIOSv2-2735/src/drivers/i2c/adm1026/adm1026.c: In function 'adm1026_init': /srv/svn/linuxbios-extra/tmp/LinuxBIOSv2-2735/src/drivers/i2c/adm1026/adm1026.c:30: warning: implicit declaration of function 'adm1026_enable_monitoring' /srv/svn/linuxbios-extra/tmp/LinuxBIOSv2-2735/src/drivers/i2c/adm1026/adm1026.c: At top level: /srv/svn/linuxbios-extra/tmp/LinuxBIOSv2-2735/src/drivers/i2c/adm1026/adm1026.c:37: warning: conflicting types for 'adm1026_enable_monitoring' /srv/svn/linuxbios-extra/tmp/LinuxBIOSv2-2735/src/drivers/i2c/adm1026/adm1026.c:37: error: static declaration of 'adm1026_enable_monitoring' follows non-static declaration /srv/svn/linuxbios-extra/tmp/LinuxBIOSv2-2735/src/drivers/i2c/adm1026/adm1026.c:30: error: previous implicit declaration of 'adm1026_enable_monitoring' was here make[1]: *** [adm1026.o] Error 1
Haven't looked closer...
Uwe.
* Uwe Hermann uwe@hermann-uwe.de [070712 20:57]:
On Thu, Jul 12, 2007 at 06:45:54PM +0200, LinuxBIOS information wrote:
Compilation of agami:aruma has been broken
What's the reason?
Argh. I only committed in src/mainboard. The adm1026 driver was broken and not used by other boards.
r2739 Stefan