[opensuse] Re: [opensuse-factory] What the heck is buildservice "lamb64 failed"?
On 08/16/2017 01:40 AM, David C. Rankin wrote:
On 08/16/2017 01:30 AM, David C. Rankin wrote:
New build service error on package that built fine 5 days ago:
[ 42s] gtkwrite-0.1.6-5.1.x86_64.rpm: directories not owned by a package: [ 42s] - /usr/share/gtkwrite [ 42s] - /usr/share/gtkwrite/img [ 42s] [ 42s] lamb67 failed "build gtkwrite.spec" at Wed Aug 16 05:09:18 UTC 2017. [ 42s] [ 42s] ### VM INTERACTION START ### [ 45s] [ 36.694037] reboot: Power down [ 45s] ### VM INTERACTION END ### [ 45s] [ 45s] lamb67 failed "build gtkwrite.spec" at Wed Aug 16 05:09:21 UTC 2017. [ 45s]
What is lamb67? (it should be fed to the wolves...)
Sorry for the Title Typo, it's lamb67, what is that? Package builds just fine locally, and built fine before the /usr/share/gtkwrite/img directory was added. What is 'directories not owned by a package:'
(the directory is owned by whoever git-hub (at git-hub) sets the directory ownership to, I have no control over that...)
Is there something else I need to do in the spec other than:
%install # %makeinstall install -m 755 -d $RPM_BUILD_ROOT/%{_bindir} install -m 755 bin/%{name} $RPM_BUILD_ROOT/%{_bindir} install -m 755 -d $RPM_BUILD_ROOT/usr/share/gtksourceview-2.0/styles install -m 644 styles/gtkwrite.xml $RPM_BUILD_ROOT/usr/share/gtksourceview-2.0/styles install -m 644 styles/gtkwrite_light.xml $RPM_BUILD_ROOT/usr/share/gtksourceview-2.0/styles install -m 755 -d $RPM_BUILD_ROOT/usr/share/gtkwrite/img install -m 644 img/gtkwrite.png $RPM_BUILD_ROOT/usr/share/gtkwrite/img install -m 644 img/gtkwrite.ico $RPM_BUILD_ROOT/usr/share/gtkwrite/img
<< last dir and two files above are new >>
%clean rm -rf %{buildroot}
%files %defattr(-,root,root) /usr/bin/gtkwrite /usr/share/gtksourceview-2.0/styles/gtkwrite.xml /usr/share/gtksourceview-2.0/styles/gtkwrite_light.xml /usr/share/gtkwrite/img/gtkwrite.png /usr/share/gtkwrite/img/gtkwrite.ico %doc README.md gpl-2.0.txt
Now the error has changed to cloud126, e.g. [ 62s] ... checking for files with abuild user/group [ 62s] ... running 00-check-install-rpms [ 62s] ... installing all built rpms [ 62s] Preparing packages... [ 62s] gtkwrite-0.1.6-7.1.x86_64 [ 62s] ... running 01-check-debuginfo [ 62s] ... testing for empty debuginfo packages [ 62s] ... running 02-check-gcc-output [ 62s] ... testing for serious compiler warnings [ 62s] (using /usr/lib/build/checks-data/check_gcc_output) [ 62s] (using //.build.log) [ 62s] [ 62s] I: File is compiled without RPM_OPT_FLAGS [ 62s] W: gtkwrite no-rpm-opt-flags <cmdline>:gtk_toolbar.c, gtk_settings.c, gtk_findreplace.c, gtk_sourceview.c, gtk_print.c, gtk_goto.c, gtkwrite.c, gtk_common_dlg.c, gtk_menu.c, gtk_statusbar.c, gtk_filebuf.c, gtk_windef.c, gtk_appdata.c, gtk_filemon.c [ 62s] ... running 03-check-binary-kernel-log [ 62s] ... running 04-check-filelist [ 62s] ... checking filelist [ 62s] gtkwrite-0.1.6-7.1.x86_64.rpm: directories not owned by a package: [ 62s] - /usr/share/gtkwrite [ 62s] - /usr/share/gtkwrite/img [ 62s] [ 62s] cloud126 failed "build gtkwrite.spec" at Wed Aug 16 06:54:12 UTC 2017. [ 62s] [ 62s] ### VM INTERACTION START ### [ 65s] [ 49.219174] reboot: Power down [ 72s] ### VM INTERACTION END ### [ 72s] [ 72s] cloud126 failed "build gtkwrite.spec" at Wed Aug 16 06:54:22 UTC 201 Back to square one... What to try? Any links to the error messages? Where to look? -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
David C. Rankin