From kai@slowfox.cs.uni-dortmund.de  Fri Feb 11 09:51:16 2000
Return-Path: <kai@slowfox.cs.uni-dortmund.de>
Received: from slowfox.cs.uni-dortmund.de (dialin-116.HRZ.Uni-Dortmund.DE [129.217.131.116])
	by builder.freebsd.org (Postfix) with ESMTP id 98FF93D74
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Feb 2000 09:51:12 -0800 (PST)
Received: (from kai@localhost)
	by slowfox.cs.uni-dortmund.de (8.9.3/8.9.3) id SAA20171;
	Fri, 11 Feb 2000 18:50:50 +0100 (CET)
	(envelope-from kai)
Message-Id: <200002111750.SAA20171@slowfox.cs.uni-dortmund.de>
Date: Fri, 11 Feb 2000 18:50:50 +0100 (CET)
From: Kai.Grossjohann@cs.uni-dortmund.de
Sender: kai@slowfox.cs.uni-dortmund.de
Reply-To: Kai.Grossjohann@cs.uni-dortmund.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: [ports] net/pppload fails to compile
X-Send-Pr-Version: 3.2

>Number:         16651
>Category:       ports
>Synopsis:       [ports] net/pppload fails to compile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 11 10:00:01 PST 2000
>Closed-Date:    Sun Apr 30 12:10:15 PDT 2000
>Last-Modified:  Sun Apr 30 12:10:31 PDT 2000
>Originator:     Kai Grossjohann
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	
	I CVSuped everything a few minutes ago, but the last time
	I made the world has been a couple of days.

>Description:

	Building pppload with the new compiler fails -- maybe the
	new compiler is more picky about

>How-To-Repeat:

	
	# cd /usr/ports/net/pppload/
	# make clean
	===>  Cleaning for gmake-3.78.1
	===>  Cleaning for qt-1.42
	===>  Cleaning for gmake-3.78.1
	===>  Cleaning for Mesa-3.0
	===>  Cleaning for XFree86-3.3.6
	===>  Cleaning for XFree86-3.3.6
	===>  Cleaning for pppload-1.0
	# make
	===>  Extracting for pppload-1.0
	>> Checksum OK for pppload-1.0.tar.gz.
	===>   pppload-1.0 depends on executable: gmake - found
	===>   pppload-1.0 depends on shared library: qt.2 - 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 -O -pipe -I/usr/X11R6/include/X11/qt pppload.C
	g++ -c -O -pipe -I/usr/X11R6/include/X11/qt PPPStats.C
	g++ -c -O -pipe -I/usr/X11R6/include/X11/qt MainWindow.C
	g++ -c -O -pipe -I/usr/X11R6/include/X11/qt Options.C
	Options.C: In method `Options::Options(int, char **)':
	Options.C:28: incompatible types in assignment of `const char[4]' to `char[4]'
	gmake: *** [Options.o] Error 1
	*** Error code 2

	Stop in /home/bsd/ports/net/pppload.
	*** Error code 1

	Stop in /home/bsd/ports/net/pppload.
	*** Error code 1

	Stop in /home/bsd/ports/net/pppload.


>Fix:

	
	I have just removed the offending argument _device("tun") from
	the line mentioned and got a running executable.  (I'm not sure
	if the failure of that executable to be swallowed into the Gnome
	panel is pertinent.  May be a pilot error.)


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-ports 
Responsible-Changed-By: jedgar 
Responsible-Changed-When: Fri Feb 11 13:12:37 PST 2000 
Responsible-Changed-Why:  
Misfiled PR 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Apr 30 12:10:15 PDT 2000 
State-Changed-Why:  
This problem was fixed recently. 
>Unformatted:
