https://bugzilla.novell.com/show_bug.cgi?id=226052 Summary: build root does not contain explicitly prerequired package in time Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: sbrabec@novell.com QAContact: adrian@novell.com In GNOME:STABLE many packages break, because scrollkeeper does not install properly: scrollkeeper.spec contains: PreReq: sgml-skel and now also Requires: sgml-skel Many other packages (anjuta balsa epiphany-extensions evince fast-user-switch-applet glabels glade gnomebaker gnet gnome-nettool gnome-power-manager gnome-speech gnomeicu ...) contain: BuildRequires: scrollkeeper All these packages fail with: /var/tmp/rpm-tmp.66435: line 8: edit-xml-catalog: command not found error: %post(scrollkeeper-0.3.14-112.1.x86_64) scriptlet failed, exit status 127 Note that edit-xml-catalog is part of sgml-skel, which is prerequirement for scrollkeeper. It works if I specify explicitly sgml-skel in the build requirement of the failing packages. %if 0%{?opensuse_bs} Requires: sgml-skel %endif -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.