Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2000 17:31:48 +0000
From:      Gustavo Vieira Goncalves Coelho Rios <gustavo@ifour.com.br>
To:        vns@delta.odessa.ua, questions@freebsd.org
Subject:   FreeBSD Pike Port
Message-ID:  <3A44E184.A633DE1@ifour.com.br>

next in thread | raw e-mail | index | archive | help
Dear gentleman,

I respectfully request your help in order to get a problem i am facing
after installing pike via ports colletion under a freebsd box.

I am installing it the usual way (cd /usr/ports/lang/pike; make
install). The installation process goes perfectly, but when i try ro tun
a single program, say:

#!/usr/local/bin/pike

int
main()
{
        write("Welcome to the Very Simple WWW Browser!\n");
        return 0;
}

I get the following error message:

grios@etosha$ ls
single.pike
grios@etosha$ ./single.pike 
No error recovery context!
Couldn't load master program. (/usr/local/pike/7.0.78/lib/master.pike)
grios@etosha$ 


I would like to know if you could send a bug fix for that ?

And if i try to deinstall it, i get:
etosha# make deinstall
===>  Deinstalling for pike-7.0.78
pkg_delete: unable to completely remove directory
'/usr/local/lib/pike/modules/Sql.pmod'
pkg_delete: unable to completely remove directory
'/usr/local/lib/pike/modules'
pkg_delete: unable to completely remove directory '/usr/local/lib/pike'
pkg_delete: couldn't entirely delete package (perhaps the packing list
is
incorrectly specified?)
etosha#


Is it very strange i cannot completelly remove tha package?
Any suggest about why such an error occurs?

Thanks a lot for your time and cooperation.

best regards.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A44E184.A633DE1>