On 3/27/11, Jozef Riha <[email protected]> wrote: > hello, > > anyone could please help to compile agar 1.4.1? > > i'm running > ./configure --prefix=/usr \ > --enable-network \ > --bindir=/usr/bin/ \ > --libdir=/usr/lib/${pkgname} \ > --infodir=/usr/share/info \ > --sharedir=/usr/share > make DESTDIR=$pkgdir MANDIR=/usr/share/man install > > and getting > > .. > install -c -m 644 AG_Getopt.3 > /home/jose/tarballs/pacman/agar/pkg/usr/share/man/man3 > install -c -m 644 AG_Execute.3 > /home/jose/tarballs/pacman/agar/pkg/usr/share/man/man3 > install -c -m 644 > [xxx]/home/jose/tarballs/pacman/agar/pkg/usr/share/man/cat3 > install: cannot stat `\177': No such file or directory > install-manpages.sh failed > make[1]: *** [install-man] Error 1 > make[1]: Leaving directory > `/home/jose/tarballs/pacman/agar/src/agar-1.4.1/core' > make: *** [install-subdir] Error 1 > > [xxx] is \177 (Esc character). > > i already tried to locate the source of this problem but failed :-( > > cheers, > > jose
i found out that the problem only manifests itself when /bin/sh points to /bin/bash >= v4.2. as soon as dash (or older bash is used) is installed and /bin/sh is relinked, make install works fine. jose _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
