Hello I am trying to compile bugzilla-3.4 and it ends up with this error:
bugzilla: An empty RPM is not allowed anymore in SuSE Linux System halted
Can someone have a look at the bugzilla.spec and last log file for me and tell me what needs to be changed/added/deleted to the file to see if this application will built please ?
Details: https://build.opensuse.org/package/view_file?file=bugzilla.spec&package=... https://build.opensuse.org/package/show?package=Bugzilla&project=home%3A...
Thankyou Glenn
On Monday 03 August 2009 03:58:58 doiggl@velocitynet.com.au wrote:
Hello
I am trying to compile bugzilla-3.4 and it ends up with this error:
bugzilla: An empty RPM is not allowed anymore in SuSE Linux System halted
Can someone have a look at the bugzilla.spec and last log file for me and tell me what needs to be changed/added/deleted to the file to see if this application will built please ?
Details: https://build.opensuse.org/package/view_file?file=bugzilla.spec&package=... zilla&project=home%3Adoiggl https://build.opensuse.org/package/show?package=Bugzilla&project=home%3A... ggl
Some hints on debugging:
Build the package locally with osc build and check the contents of "filelist" and run the command to create the filelist in the chroot to see why there's nothing in it,
Alternative: Get rid of filelist and add the files manually,
Andreas
Dne Po 3. srpna 2009 03:58:58 doiggl@velocitynet.com.au napsal(a):
Hello
I am trying to compile bugzilla-3.4 and it ends up with this error:
bugzilla: An empty RPM is not allowed anymore in SuSE Linux System halted
Can someone have a look at the bugzilla.spec and last log file for me and tell me what needs to be changed/added/deleted to the file to see if this application will built please ?
It is simple, the build log says:
bugzilla: An empty RPM is not allowed anymore in SuSE Linux
And your install section does not install anything:
%install # no make: #make DESTDIR=%buildroot install
# Write a proper %%files section and remove these two commands and # the '-f filelist' option to %%files echo '%%defattr(-,root,root)' >filelist find %buildroot -type f -printf '/%%P*\n' >>filelist
So you need fix %install section, to install some file to %{buildroot}.
BTW: opensuse-packaging is a better ML for those questions.
Regards Michal Vyskocil
buildservice@lists.opensuse.org