[Gstreamer-bugs] [Bug 134172] New - gst-editor/gst-player : missing mkinstalldirs

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Feb 11 17:29:54 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=134172

Changed by bugs at leroutier.net.

--- shadow/134172	Wed Feb 11 20:29:54 2004
+++ shadow/134172.tmp.22077	Wed Feb 11 20:29:54 2004
@@ -0,0 +1,59 @@
+Bug#: 134172
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-editor
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: bugs at leroutier.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: gst-editor/gst-player : missing mkinstalldirs
+
+seems mkinstalldirs in not in the CVS and it is not created by
+automake/libtoolize
+
+(i have libtool 1.5.2, automake 1.8.2 and autoconf 2.59)
+
+for gst-editor, it ends with :
+
+Making install in po
+make[1]: Entering directory
+`/usr/portage/tmp/portage/gst-editor-0.7.4/work/gst-editor/po'
+if test -r ".././mkinstalldirs"; then \
+  .././mkinstalldirs
+/usr/portage/tmp/portage/gst-editor-0.7.4/image//usr/share; \
+else \
+  /bin/sh ../mkinstalldirs
+/usr/portage/tmp/portage/gst-editor-0.7.4/image//usr/share; \
+fi
+../mkinstalldirs: ../mkinstalldirs: Aucun fichier ou répertoire de ce type
+make[1]: *** [install-data-yes] Erreur 127
+make[1]: Leaving directory
+`/usr/portage/tmp/portage/gst-editor-0.7.4/work/gst-editor/po'
+make: *** [install-recursive] Erreur 1
+
+for gst-player :
+
+Making install in po
+make[1]: Entering directory
+`/usr/portage/tmp/portage/gst-player-0.7.4/work/gst-player/po'
+if test -r ".././mkinstalldirs"; then \
+  .././mkinstalldirs
+/usr/portage/tmp/portage/gst-player-0.7.4/image//usr/share; \
+else \
+  /bin/sh ../mkinstalldirs
+/usr/portage/tmp/portage/gst-player-0.7.4/image//usr/share; \
+fi
+../mkinstalldirs: ../mkinstalldirs: Aucun fichier ou répertoire de ce type
+make[1]: *** [install-data-yes] Erreur 127
+make[1]: Leaving directory
+`/usr/portage/tmp/portage/gst-player-0.7.4/work/gst-player/po'
+make: *** [install-recursive] Erreur 1
+
+as automake is called with -a -c, it should create it, no ?




More information about the Gstreamer-bugs mailing list