Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2012 17:03:32 GMT
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174610: textproc/qt4-clucene: ../../../../src/3rdparty/clucene/src/CLucene/index/SegmentMerger.cpp:267:22: error: redefinition of 'reader'
Message-ID:  <201212211703.qBLH3WPS041321@red.freebsd.org>
Resent-Message-ID: <201212211710.qBLHA0VU057370@freefall.freebsd.org>

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

>Number:         174610
>Category:       ports
>Synopsis:       textproc/qt4-clucene: ../../../../src/3rdparty/clucene/src/CLucene/index/SegmentMerger.cpp:267:22: error: redefinition of 'reader'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 21 17:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     O. Hartmann
>Release:        FreeBSD 10.0-CURRENT #3 r244114M: Tue Dec 11 10:55:39 CET 2012 amd64
>Organization:
FU Berlin
>Environment:
>Description:
Following ports/UPDATING, which instructs me:

20121218:
  AFFECTS: users of icu
  AUTHOR bapt@FreeBSD.org

  icu has been updated to 50.1. Please rebuild all ports that depends on it:

  If you use portmaster:
        portmaster -w -r icu


ends up in the follwoing error on ALL FreeBSD 10.0 CURRENT boxes.

[...]
clang++ -c -O3 -pipe -fno-strict-aliasing -march=native -march=native -O2 -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -DQT_SHARED -DQHELP_LIB -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -D_BUILD_FOR_QT_ -DLUCENE_DISABLE_MEMTRACKING -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I../../../../include/QtCore -I../../../../include -I/usr/ports/textproc/qt4-clucene/work/qt-everywhere-opensource-src-4.8.2/include/QtCLucene -I.rcc/release-shared -I. -I.. -I../../../../src/3rdparty/clucene/src/CLucene -I../../../../src/3rdparty/clucene/src -I../../../../src/3rdparty/clucene/src/CLucene/analysis -I../../../../src/3rdparty/clucene/src/CLucene/analysis/standard -I../../../../src/3rdparty/clucene/src/CL
 ucene/config -I../../../../src/3rdparty/clucene/src/CLucene/debug -I../../../../src/3rdparty/clucene/src/CLucene/document -I../../../../src/3rdparty/clucene/src/CLucene/index -I../../../../src/3rdparty/clucene/src/CLucene/queryParser -I../../../../src/3rdparty/clucene/src/CLucene/search -I../../../../src/3rdparty/clucene/src/CLucene/store -I../../../../src/3rdparty/clucene/src/CLucene/util -I.moc/release-shared -I/usr/local/include/qt4 -I/usr/local/include -o .obj/release-shared/SegmentMerger.o ../../../../src/3rdparty/clucene/src/CLucene/index/SegmentMerger.cpp
./../../../src/3rdparty/clucene/src/CLucene/index/SegmentMerger.cpp:267:22: error: redefinition of 'reader'
        IndexReader* reader = NULL;
                     ^
./../../../src/3rdparty/clucene/src/CLucene/index/SegmentMerger.cpp:209:18: note: previous definition is here
    IndexReader* reader = NULL;
                 ^
1 error generated.
*** [.obj/release-shared/SegmentMerger.o] Error code 1

Stop in /usr/ports/textproc/qt4-clucene/work/qt-everywhere-opensource-src-4.8.2/tools/assistant/lib/fulltextsearch.
*** [do-build] Error code 1

Stop in /usr/ports/textproc/qt4-clucene.

===>>> make failed for textproc/qt4-clucene
===>>> Aborting update

Terminated

===>>> You can restart from the point of failure with this command line:
       portmaster <flags> textproc/qt4-clucene 

>How-To-Repeat:
Update ports and install/update textproc/qt4-clucene.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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