[opensuse-buildservice] build error
Hi, nagios build fails under "home:rhomann" but builds fine under "home:computersalat" Can anyone explain why ? |+ exec rpmbuild -ba --eval '%define _srcdefattr (-,root,root)' --eval %suse_insert_debug_package /usr/src/packages/SOURCES/nagios-plugins.spec error: Package already exists: %package debuginfo how may I fix this ? Kind Regards Chris | --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On 2008-07-20 22:44:33 +0000, Christian wrote:
Hi,
nagios build fails under "home:rhomann" but builds fine under "home:computersalat" Can anyone explain why ?
|+ exec rpmbuild -ba --eval '%define _srcdefattr (-,root,root)' --eval %suse_insert_debug_package /usr/src/packages/SOURCES/nagios-plugins.spec error: Package already exists: %package debuginfo
how may I fix this ?
Either remove "%debug_package" from the nagios.spec file or disable the debuginfo flag in the "home:rhomann" project: osc meta prj home:rhomann ... <debuginfo> <enable/> </debuginfo> ... At the moment "%debug_package" exists twice in the spec file when the build starts. Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hi Marcus, disabled debuginfo flag. triggered rebuild. will have to wait. obs is very busy ATM. Cheers Chris Marcus Hüwe schrieb:
On 2008-07-20 22:44:33 +0000, Christian wrote:
Hi,
nagios build fails under "home:rhomann" but builds fine under "home:computersalat" Can anyone explain why ?
|+ exec rpmbuild -ba --eval '%define _srcdefattr (-,root,root)' --eval %suse_insert_debug_package /usr/src/packages/SOURCES/nagios-plugins.spec error: Package already exists: %package debuginfo
how may I fix this ?
Either remove "%debug_package" from the nagios.spec file or disable the debuginfo flag in the "home:rhomann" project:
osc meta prj home:rhomann ... <debuginfo> <enable/> </debuginfo> ...
At the moment "%debug_package" exists twice in the spec file when the build starts.
Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Christian
-
Marcus Hüwe