[Bug 216944] New: edit-xml-catalog: command not found
https://bugzilla.novell.com/show_bug.cgi?id=216944 Summary: edit-xml-catalog: command not found Product: openSUSE 10.2 Version: Beta 1 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: kkaempf@novell.com QAContact: qa@suse.de CC: ke@novell.com, mls@novell.com, ro@novell.com Building 'tulip' for STABLE (x86_64), I find $summary in build.log: installing docbook_4-4.4-34 /var/tmp/rpm-tmp.91544: line 7: edit-xml-catalog: command not found and installing docbook-xsl-stylesheets-1.71.0-11 /var/tmp/rpm-tmp.26742: line 6: edit-xml-catalog: command not found However, docbook_4 does have PreReq: /usr/bin/edit-xml-catalog It almost seems as if the PreReq doesn't get properly evaluated during 'build' ?! (docbook-xsl-stylesheets has 'Requires: docbook_4' and uses edit-xml-catalogs in its %post and %postun scripts) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 ------- Comment #1 from kkaempf@novell.com 2006-11-01 06:12 MST ------- Adding 'sgml-skel' (which provides /usr/bin/edit-xml-catalog) to BuildReq of 'tulip' and re-running build installs sgml-skel. So the previous build did not install it ! -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 ------- Comment #2 from ke@novell.com 2006-11-01 06:55 MST ------- Yes, at least in the past this happened from time to time. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 ------- Comment #3 from kkaempf@novell.com 2006-11-01 07:18 MST ------- tulip fails to build because of this bug (documentation isn't build properly). Adding sgml-skel (which provides /usr/bin/edit-xml-catalog) to its BuildReq seems to be a proper workaround. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 ro@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Comment #4 from ro@novell.com 2006-11-01 15:25 MST ------- yes, it is. the dependency is "forcefully ignored" inside autobuild ... docbook_4:iso_ent,sgml-skel,xmlcharent -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 kkaempf@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | ------- Comment #5 from kkaempf@novell.com 2006-11-02 01:43 MST ------- "the dependency is "forcefully ignored" inside autobuild ..." Why ? Where is this documented ? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 kkaempf@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |ro@novell.com |screening@forge.provo.novell| |.com | Status|REOPENED |NEW -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 kkaempf@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |ro@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 kkaempf@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |ke@novell.com ------- Comment #7 from kkaempf@novell.com 2006-11-02 07:13 MST ------- The question is also if e.g. docbook_4's %post should fail if edit-xml-catalog isn't found. Currently it doesn't since the %post section has an explicit 'exit 0' at its end. Karl ? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 ke@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|ke@novell.com | ------- Comment #8 from ke@novell.com 2006-11-02 07:46 MST ------- In the past strange races occured. Maybe, things are settled by now and I can remove the 'exit 0'. I would like to test it after 10.2. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 kkaempf@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ro@novell.com |ke@novell.com Status|ASSIGNED |NEW ------- Comment #9 from kkaempf@novell.com 2006-11-02 08:05 MST ------- Thanks Karl. I'll assign this bug to you for now. Removing the 'exit 0' will make the initialization of the build system fail, making the real cause of the bug (package documentation not building) much more visible. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 ke@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER ------- Comment #10 from ke@novell.com 2006-11-03 01:43 MST ------- later as agreed by Klaus (#9). -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 ke@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Component|Basesystem |Basesystem Product|openSUSE 10.2 |openSUSE 10.3 Resolution|LATER | Version|Beta 1 |Alpha 1 ------- Comment #11 from ke@novell.com 2006-12-05 04:07 MST ------- 10.3 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 ke@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED ------- Comment #12 from ke@novell.com 2007-01-12 08:09 MST ------- I submitted docbook_4 to stable. I'll check some other DTD packages the next time. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944#c13 Christoph Thiel <cthiel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |ke@novell.com --- Comment #13 from Christoph Thiel <cthiel@novell.com> 2007-08-08 03:00:31 MST --- Karl, what's the status on this bug? Fixed? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944#c14 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|ke@novell.com | --- Comment #14 from Stephan Kulow <coolo@novell.com> 2007-10-03 04:51:50 MST --- removing pointless NEEDINFO. Karl, please clean this up -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=216944 User ke@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=216944#c15 Karl Eichwalder <ke@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |Final --- Comment #15 from Karl Eichwalder <ke@novell.com> 2007-12-12 05:45:49 MST --- I think all affected packages are changed accordingly ("exit 0" removed). -- 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.
participants (1)
-
bugzilla_noreply@novell.com