[opensuse-packaging] Why this package dies so early?
Why this package dies so early when building for Factory? https://build.opensuse.org/package/show?package=piklab&project=KDE%3AKDE3 It builds well for other releases including openSUSE 11.4 but when building for factory it dies just after spec file parsing starts without any error message: ----------------------------------------------------------------- I have the following modifications for piklab.spec: 12c12 < Release: 5 ---
Release: 10.1 84a85 %changelog
----- building piklab.spec (user abuild) ----------------------------------------------------------------- ----------------------------------------------------------------- + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --define 'disturl obs://build.opensuse.org/KDE:KDE3/openSUSE_Factory/503bc5dc77020451f29ecc7fe6bee69f-piklab' --eval %suse_insert_debug_package /usr/src/packages/SOURCES/piklab.spec [ 149.879976] SysRq : Power Off [ 151.396405] Power down. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Am Montag, 23. Mai 2011, 02:17:36 schrieb Ilya Chernykh:
Why this package dies so early when building for Factory? https://build.opensuse.org/package/show?package=piklab&project=KDE%3AKDE3
It builds well for other releases including openSUSE 11.4 but when building for factory it dies just after spec file parsing starts without any error message:
----------------------------------------------------------------- I have the following modifications for piklab.spec: 12c12 < Release: 5 ---
Release: 10.1
84a85
%changelog
This one is the problem (no idea why no error is given): you have %Changelog and not %changelog and the build script inserts a 2nd %changelog - and then the rpm spec file parser of 4.9 dies. Just fix the C and it continues Greetings, Stephan -- Sent from openSUSE -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
El 22/05/11 19:31, Stephan Kulow escribió:
Am Montag, 23. Mai 2011, 02:17:36 schrieb Ilya Chernykh:
Why this package dies so early when building for Factory? https://build.opensuse.org/package/show?package=piklab&project=KDE%3AKDE3
It builds well for other releases including openSUSE 11.4 but when building for factory it dies just after spec file parsing starts without any error message:
----------------------------------------------------------------- I have the following modifications for piklab.spec: 12c12 < Release: 5 ---
Release: 10.1
84a85
%changelog
This one is the problem (no idea why no error is given):
you have %Changelog and not %changelog and the build script inserts a 2nd %changelog - and then the rpm spec file parser of 4.9 dies.
There is a bug in the spec parser, IMHO, it must report that %Changelog is invalid... -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (3)
-
Cristian Rodríguez
-
Ilya Chernykh
-
Stephan Kulow