After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 128473 - Problem compiling gstreamer 0.7.2
Problem compiling gstreamer 0.7.2
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-12-03 22:02 UTC by Pierre
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2003-12-03 22:02:56 UTC
[...]
compilation error: file
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl line 67
element include
xsl:include : unable to load
http://docbook.sourceforge.net/release/xsl/current/html/chunker.xsl
test "x" = "x" || for i in  ; do \
    cp ./$i html ; done
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `test "x" = "x" || for i in  ; do  cp ./$i html ; done'
gmake[3]: *** [html-build.stamp] Error 2
gmake[3]: Leaving directory `/tmp/gstreamer-0.7.2/docs/gst'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/tmp/gstreamer-0.7.2/docs'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/gstreamer-0.7.2'
gmake: *** [all] Error 2
Comment 1 David Schleef 2003-12-03 22:35:11 UTC
What shell do you have as /bin/sh, and what version?  It looks buggy.
Comment 2 Pierre 2003-12-04 18:57:20 UTC
It's simply bash :

# ls -la /bin/sh
lrwxrwxrwx    1 root     root            4 May 18  2003 /bin/sh -> bash

# bash --version
GNU bash, version 2.05b.0(1)-release (i686-pc-linux-gnu)
Copyright (C) 2002 Free Software Foundation, Inc.

Comment 3 Pierre 2003-12-24 06:27:21 UTC
same error with 0.7.3
Comment 4 Ronald Bultje 2003-12-24 11:13:50 UTC
What distro? It might be using special patches which break bash.

Bash seems broken here, the given error-out command runs fine on my
bash...
Comment 5 Stef van der Made 2003-12-28 13:37:00 UTC
Same kind of error on slackware 8.0 with bash 2.05b and bison 1.85.

Writing gstreamer.devhelp for book
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `test "x" = "x" || for i in  ; do  cp ./$i html ;
done'
make[6]: *** [html-build.stamp] Error 2
make[5]: *** [all-recursive] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [build-work/main.d/gstreamer-0.7.3/Makefile] Error 2
make[1]: *** [../../desktop/gstreamer/cookies/main.d/install] Error 2
make: *** [paranoid-install] Error 2
Comment 6 David Schleef 2004-07-06 23:19:38 UTC
See E7 in ftp://ftp.cwru.edu/pub/bash/FAQ.  I don't know how to fix your bash
installation.