Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2002 18:29:08 +1030 (CST)
From:      "Greg 'groggy' Lehey" <grog@lemis.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45867: aspell port does not build under -CURRENT
Message-ID:  <20021130075908.3621751917@wantadilla.lemis.com>

next in thread | raw e-mail | index | archive | help

>Number:         45867
>Category:       ports
>Synopsis:       aspell port does not build under -CURRENT
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 30 00:00:09 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Greg 'groggy' Lehey
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
LEMIS (SA) Pty Ltd
>Environment:
System: FreeBSD sydney.worldwide.lemis.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Nov 29 13:11:05 CST 2002     grog@sydney.worldwide.lemis.com:/usr/obj/src/FreeBSD/5-CURRENT-SYDNEY/src/sys/SYDNEY  i386


>Description:
	Build of textproc/aspell fails with the following message:


	c++ -DHAVE_CONFIG_H -I. -I. -I../../../common -I../../../common -O -pipe -mcpu=pentiumpro -MT split.lo -MD -MP -MF .deps/split.Tpo -c split.cpp  -fPIC -DPIC -o .libs/split.lo
	split.cpp: In function `std::vector<acommon::String, 
	   std::allocator<acommon::String> > aspeller::split(const acommon::String&)':
	split.cpp:13: no match for `istrstream& >> acommon::String&' operator
	/usr/include/g++/iostream.h:200: candidates are: istream& 
	   istream::operator>>(char*)
	/usr/include/g++/iostream.h:201:                 istream& 
	   istream::operator>>(unsigned char*)
	/usr/include/g++/iostream.h:202:                 istream& 
	   istream::operator>>(signed char*)
	/usr/include/g++/iostream.h:203:                 istream& 
	   istream::operator>>(char&)
	/usr/include/g++/iostream.h:204:                 istream& 
	   istream::operator>>(unsigned char&)
	/usr/include/g++/iostream.h:205:                 istream& 
	   istream::operator>>(signed char&)
	/usr/include/g++/iostream.h:206:                 istream& 
	   istream::operator>>(int&)
	/usr/include/g++/iostream.h:207:                 istream& 
	   istream::operator>>(long int&)
	/usr/include/g++/iostream.h:209:                 istream& 
	   istream::operator>>(long long int&)
	/usr/include/g++/iostream.h:210:                 istream& 
	   istream::operator>>(long long unsigned int&)
	/usr/include/g++/iostream.h:212:                 istream& 
	   istream::operator>>(short int&)
	/usr/include/g++/iostream.h:213:                 istream& 
	   istream::operator>>(unsigned int&)
	/usr/include/g++/iostream.h:214:                 istream& 
	   istream::operator>>(long unsigned int&)
	/usr/include/g++/iostream.h:215:                 istream& 
	   istream::operator>>(short unsigned int&)
	/usr/include/g++/iostream.h:217:                 istream& 
	   istream::operator>>(bool&)
	/usr/include/g++/iostream.h:219:                 istream& 
	   istream::operator>>(float&)
	/usr/include/g++/iostream.h:220:                 istream& 
	   istream::operator>>(double&)
	/usr/include/g++/iostream.h:221:                 istream& 
	   istream::operator>>(long double&)
	/usr/include/g++/iostream.h:222:                 istream& 
	   istream::operator>>(ios&(*)(ios&))
	/usr/include/g++/iostream.h:223:                 istream& 
	   istream::operator>>(istream&(*)(istream&))
	/usr/include/g++/iostream.h:224:                 istream& 
	   istream::operator>>(streambuf*)
	gmake[3]: *** [split.lo] Error 1
	gmake[3]: Leaving directory `/src/FreeBSD/ports/textproc/aspell/work/aspell-0.50.3/modules/speller/default'
	gmake[2]: *** [all-recursive] Error 1
	gmake[2]: Leaving directory `/src/FreeBSD/ports/textproc/aspell/work/aspell-0.50.3/modules/speller'
	gmake[1]: *** [all-recursive] Error 1
	gmake[1]: Leaving directory `/src/FreeBSD/ports/textproc/aspell/work/aspell-0.50.3/modules'
	gmake: *** [all-recursive] Error 1
	*** Error code 2

>How-To-Repeat:
	Try to build.
>Fix:
	Not investigated.
>Release-Note:
>Audit-Trail:
>Unformatted:

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?20021130075908.3621751917>