Skip site navigation (1)Skip section navigation (2)
Date:      15 Feb 1998 21:22:15 -0800
From:      scole <scole@aracnet.com>
To:        Steve Price <steve@FreeBSD.ORG>
Cc:        steve@hub.freebsd.org, freebsd-ports@hub.freebsd.org
Subject:   Re: ports/5617
Message-ID:  <87btw8t988.fsf@goofy.bangkok.thai>
In-Reply-To: Steve Price's message of "Sun, 15 Feb 1998 18:31:56 -0800 (PST)"
References:  <199802160231.SAA07894@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Steve Price <steve@FreeBSD.ORG> writes:

> Synopsis: new port for FreeBSD called pppload
> 
> State-Changed-From-To: open-closed
> State-Changed-By: steve
> State-Changed-When: Sun Feb 15 18:31:23 PST 1998
> State-Changed-Why: 
> New port created.  Thanks!

I tested the new port of pppload and there seems to be some sort of
problem, at least on my system. It fails to install the man page and
exits.  I could not figure out for the life of me why it is trying
to install the man page in

/usr/local/man//man1 instead of
/usr/local/man/man1.

Here is what happens when I type make install:

>> pppload-1.0.tar.gz doesn't seem to exist on this system.
>> Attempting to fetch from http://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/.
Receiving pppload-1.0.tar.gz (15000 bytes): 100%
15000 bytes transfered in 4.2 seconds  (3.47 Kbytes/s)
>> Checksum OK for pppload-1.0.tar.gz.
===>  Extracting for pppload-1.0
===>  pppload-1.0 depends on executable: moc - found
===>  pppload-1.0 depends on executable: gmake - found
===>  pppload-1.0 depends on shared library: qt - found
===>  Patching for pppload-1.0
===>  Applying FreeBSD patches for pppload-1.0
===>  Configuring for pppload-1.0
===>  Building for pppload-1.0
g++ -c -pipe -O2 -Wall -I/usr/X11R6/include/X11/qt       pppload.C
g++ -c -pipe -O2 -Wall -I/usr/X11R6/include/X11/qt       PPPStats.C
g++ -c -pipe -O2 -Wall -I/usr/X11R6/include/X11/qt       MainWindow.C
g++ -c -pipe -O2 -Wall -I/usr/X11R6/include/X11/qt       Options.C
moc -o mPPPStats.C PPPStats.H
g++ -c -pipe -O2 -Wall -I/usr/X11R6/include/X11/qt       mPPPStats.C
moc -o mMainWindow.C MainWindow.H
g++ -c -pipe -O2 -Wall -I/usr/X11R6/include/X11/qt       mMainWindow.C
g++ pppload.o PPPStats.o MainWindow.o Options.o mPPPStats.o mMainWindow.o -o pppload -L/usr/X11R6/lib                    -lqt 
===>  Installing for pppload-1.0
===>  pppload-1.0 depends on shared library: qt - found
gmake: Nothing to be done for `install'.
===>   Compressing manual pages for pppload-1.0
/usr/local/man//man1/pppload.1: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.


Sorry I couldn't fix this myself.

Sean Cole
scole@aracnet.com



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87btw8t988.fsf>