[opensuse-buildservice] [bugzilla-3.4] - Need assistance with .spec file
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=Bugz... https://build.opensuse.org/package/show?package=Bugzilla&project=home%3Adoig... Thankyou Glenn -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
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=Bug zilla&project=home%3Adoiggl https://build.opensuse.org/package/show?package=Bugzilla&project=home%3Adoi 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 -- Andreas Jaeger, aj@{novell.com,opensuse.org} SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Maxfeldstr. 5, 90409 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
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
participants (3)
-
Andreas Jaeger
-
doiggl@velocitynet.com.au
-
Michal Vyskocil