Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2002 15:32:54 -0700 (PDT)
From:      Vladimir Kushnir <vkushnir@Alfacom.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/38959: KDE3 - related ports are broken on -CURRENT
Message-ID:  <200206062232.g56MWs6n070155@www.freebsd.org>

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

>Number:         38959
>Category:       ports
>Synopsis:       KDE3 - related ports are broken on -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 06 15:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Kushnir
>Release:        FreeBSD-CURRENT
>Organization:
>Environment:
FreeBSD kushnir1.kiev.ua 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Jun  5 09:10:45 EEST 2002     root@kushnir1.kiev.ua:/usr/obj/usr/ncvs/src/sys/KUSHNIR  i386
    
>Description:
All the KDE3 (and, possibly, KDE2) related ports fail on -CURRENT at the configure stage due to "-I/usr/include" in QTCPPFLAGS.
>How-To-Repeat:
cd /usr/ports/audio/arts; make configure
Configure fails with no STL implementation found. Fragment from config.log:

      configure:17846: checking if STL implementation is SGI like
configure:17872: c++ -c -O2 -Os -pipe -march=pentiumpro  -fno-check-new -L/usr/local/lib -I/usr/include -I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include conftest.cc >&5
cc1plus: warning: changing search order for system directory "/usr/include"
cc1plus: warning:   as it has already been specified as a non-system directory
cc1plus: warning: changing search order for system directory "/usr/include"
cc1plus: warning:   as it has already been specified as a non-system directory
In file included from /usr/include/g++/cstdlib:52,
                 from /usr/include/g++/bits/stl_algobase.h:67,
                 from /usr/include/g++/memory:54,
                 from /usr/include/g++/string:48,
                 from configure:17855:
confdefs.h:5: previous declaration of `void exit(int)' with C++ linkage
/usr/include/stdlib.h:103: conflicts with new declaration with C linkage

The same repears again and again 
>Fix:
Remuve "-I/usr/include" from QTCPPFLAGS - it's searched anyway.      
>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?200206062232.g56MWs6n070155>