[Bug 144592] - compile fails on /bin/sh: -c: line 1: syntax error near unexpected token `; ' in en folder



http://bugzilla.gnome.org/show_bug.cgi?id=144592
dia | general | Ver: 0.93

jh junetz de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jh junetz de



------- Additional Comments From jh junetz de  2004-10-19 16:48 -------
I'm also seeing this (in stage "make install DESTDIR=..."),
trying to compile dia 0.94 on Sparc/Solaris, gtk+ 2.2.4, glib 2.1.5, gcc 3.4.1.

The problem seems to be that $omffile must not be empty in this case: Earlier in
the output, there is:

for file in ; do \
  scrollkeeper-preinstall /usr/local/share/gnome/help/dia/en/dia.xml ./$file
$file.out; \
done; \
touch omf_timestamp
/bin/bash: -c: line 1: syntax error near unexpected token `;'
/bin/bash: -c: line 1: `for file in ; do  scrollkeeper-preinstall
/usr/local/share/gnome/help/dia/en/dia.xml ./$file $file.out;  done;  touch
omf_timestamp'
gmake[3]: [omf_timestamp] Error 2 (ignored)

which does not make the whole thing stop. However, the following does:

for file in ; do \
        /usr/public/bin/install -c -m 644 $file.out
/tmp/gnome_root/dia-0.94/usr/local/share/omf/dia/$file; \
done
/bin/bash: -c: line 1: syntax error near unexpected token `;'
/bin/bash: -c: line 1: `for file in ; do  /usr/public/bin/install -c -m 644
$file.out /tmp/gnome_root/dia-0.94/usr/local/share/omf/dia/$file;  done'
gmake[4]: *** [install-data-hook-omf] Error 2

HTH

------- You are receiving this mail because: -------
You are on the CC list for the bug.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]