On Sat, Aug 16, 2003 at 09:02:18PM +0300, Michael Shigorin wrote:
> Hello,
> I've accidentally noted while browsing help that "music format"
> page would get me a:
>
> ---
> Traceback (most recent call last):
> File "/usr/share/solfege/1.9.99/src/htmlwidget.py", line 354, in on_request_url
> s = open(url, 'r').read()
> IOError: [Errno 2] No such file or directory: '../png/simple.png'
> ---
>
> It seems that being called as
>
> ---
> /usr/bin/make 'INSTALL=/bin/install -p'
> prefix=/var/tmp/solfege-buildroot/usr
> exec_prefix=/var/tmp/solfege-buildroot/usr
> bindir=/var/tmp/solfege-buildroot/usr/bin
> sbindir=/var/tmp/solfege-buildroot/usr/sbin
> sysconfdir=/var/tmp/solfege-buildroot/etc
> datadir=/var/tmp/solfege-buildroot/usr/share
> includedir=/var/tmp/solfege-buildroot/usr/include
> libdir=/var/tmp/solfege-buildroot/usr/lib
> libexecdir=/var/tmp/solfege-buildroot/usr/lib
> localstatedir=/var/tmp/solfege-buildroot/var/lib
> sharedstatedir=/var/tmp/solfege-buildroot/usr/com
> mandir=/var/tmp/solfege-buildroot/usr/share/man
> infodir=/var/tmp/solfege-buildroot/usr/share/info install
> nopycompile=YES WITH_SWIG13=yes
> ---
>
> make install won't do online-docs/png/ -- suspicious place is:
>
> ---
> # /usr/bin/make -C C install && /usr/bin/make -C no install &&
> /usr/bin/make -C nl install && /usr/bin/make -C ru install &&
> /usr/bin/make -C es_MX install && /usr/bin/make -C png install
> && true
> ---
>
> If it's indeed a mistake, let's not make it into Solfege 2.0! ;-)
>
Indeed a mistake. My testing is not worth shit. Patch below, fixed in
CVS.
Thanks for you help, and please continue sending bugreports.
Index: Makefile
===================================================================
RCS file: /cvsroot/solfege/solfege/online-docs/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile 2 Aug 2003 00:07:03 -0000 1.23
+++ Makefile 20 Aug 2003 20:16:13 -0000
@@ -49,7 +49,9 @@
rm texidefinitions.m4
install:
+ # FIXME nl translation should be updated or removed
$(foreach i, $(filter-out nl, $(LANGUAGES)), $(MAKE) -C $(i) $@ &&) true
+ $(MAKE) -C png install
#$(LOOP)
uninstall:
> (doing that part by hand in my spec did help the package)
>
> --
> ---- WBR, Michael Shigorin <mike@...>
> ------ Linux.Kiev http://www.linux.kiev.ua/
--
Tom Cato Amundsen <tca@...>
GNU Solfege - free eartraining, http://www.gnu.org/software/solfege/
|