Click to See Complete Forum and Search --> : Can install pine under Progeny debian
Orion-X
05-03-2001, 03:55 AM
I pretty much followed the NHF on how to get pine and pico under Debian.
But I got to the point where you run "./debian/rules binary" and expect everything to work.
But towards the end, it always fails on this one part.
The error is something ike this:
install bin/pine debian/tmp/usr/bin
install: cannot stat 'bin/pine':No such file or directory
Why is that? I checked and it wan't there. Am I suppose to modify the script somehow, has anyone tried to install pine or pico?
Besides that, I saw no errors what so ever while the install was going.
What might have gone wrong?
Orion-X
05-03-2001, 04:28 AM
okay, so what I tried to do is I tried to pipe the output of running "./debian/rules binary" into an output file, so all the possible problems outputted through standard err wouldn't go in there, and this is what I came up with
news.c: In function `news_open':
news.c:345: warning: passing arg 3 of `scandir' from incompatible pointer type
mh.c: In function `mh_ping':
mh.c:655: warning: passing arg 3 of `scandir' from incompatible pointer type
mh.c: In function `mh_append':
mh.c:920: warning: passing arg 3 of `scandir' from incompatible pointer type
mx.c: In function `mx_ping':
mx.c:589: warning: passing arg 3 of `scandir' from incompatible pointer type
maildir.c: In function `maildir_ping_core':
maildir.c:357: warning: passing arg 3 of `scandir' from incompatible pointer type
maildir.c:357: warning: passing arg 4 of `scandir' from incompatible pointer type
maildir.c:420: warning: assignment makes pointer from integer without a cast
maildir.c: In function `maildir_flagmsg':
maildir.c:891: warning: assignment makes pointer from integer without a cast
mtest.o: In function `prompt':
/usr/src/pine4/pine4-4.21/imap/mtest/mtest.c:531: the `gets' function is dangerous and should not be used.
os.c: In function `fget_pos':
os.c:1122: conversion to non-scalar type requested
os.c:1123: invalid operands to binary ==
os.c: In function `fset_pos':
os.c:1133: incompatible type for argument 2 of `fseek'
make[1]: *** [os.o] Error 1
size: bin/pine: No such file or directory
install: cannot stat `bin/pine': No such file or directory
make[1]: *** [binaryPine] Error 1
make: *** [binary-arch] Error 2
It looks as if there is actually problems while it was compiling.
I did do a forum search and it seemed that most people that have problems in the past was related to curses. But my links to curses library are set up just fine.
So... any input on this?
thx