Hi,

while creating the ECL package I came with these errors:

-----------------------------
for k in ecl.info ecldev.info ; do \
          /usr/bin/install -c -m 644 $k /sw/src/fink.build/root-ecl-0.9j-p1-1/ 
sw/share/info; \
          if [ -x /sw/sbin/install-info ]; then \
            /sw/sbin/install-info --info-dir=/sw/src/fink.build/root-ecl-0.9j- 
p1-1/sw/share/info $k; \
          fi; \
        done
* ecl: (ecl). Embeddable Common Lisp (ECL) User's Manual
install-info(ecl.info): no backup file /var/backups/infodir.bak  
available.
install-info(ecl.info): no default file /usr/share/base-files/info.dir  
available, giving up.
* ecldev: (ecldev). Embeddable Common Lisp (ECL) Developer's Manual
install-info(ecldev.info): no backup file /var/backups/infodir.bak  
available.
install-info(ecldev.info): no default file /usr/share/base-files/ 
info.dir available, giving up.
-----------------------------

I solved it by commenting the install-info line as Fink already  
registers the info files registered by the package file.

So, the question is if this the right way to do it. Also, the /sw/sbin/ 
install-info seems to point to the wrong info directories.

Thanks in advance.

Aleix


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to