Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2002 16:11:28 -0700 (PDT)
From:      mike <mike@gyrate.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/38394: qt-2.3.1 does not build
Message-ID:  <200205212311.g4LNBS87067073@www.freebsd.org>

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

>Number:         38394
>Category:       ports
>Synopsis:       qt-2.3.1 does not build
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 21 16:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     mike
>Release:        4.5-release
>Organization:
>Environment:
FreeBSD mike.mikenet 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Thu May  9 22:38:44 EST 2002     root@mike.mikenet:/usr/src/sys/compile/CUSTOM  i386

>Description:
"cd /usr/ports/x11-toolkits/qt23 && make install" results in the following:

===>  Building for qt-2.3.1_2
(cd /usr/ports/x11-toolkits/qt23/work/qt-2.3.1; /usr/bin/env QTDIR=/usr/ports/x11-toolkits/qt23/work/qt-2.3.1 LD_LIBRARY_PATH=/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/lib PORTOBJFORMAT=elf PREFIX=/usr/X11R6 LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O -pipe " CXXFLAGS=" -O -pipe " BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 555"  BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555"  BSD_INSTALL_DATA="install -c -o root -g wheel -m 444"  BSD_INSTALL_MAN="install -c -o root -g wheel -m 444" gmake -f Makefile  all)
cd src/moc; gmake
gmake[1]: Entering directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src/moc'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src/moc'
rm -f  bin/moc2
cp src/moc/moc2 bin/moc2
gmake -f src-mt.mk
gmake[1]: Entering directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1'
cd src; gmake       'QT_THREAD_SUFFIX=-mt'          'QT_LFLAGS_MT=$(SYSCONF_LFLAGS_THREAD) $(SYSCONF_LIBS_THREAD)'          'QT_CXX_MT=$(SYSCONF_CXXFLAGS_THREAD) -DQT_THREAD_SUPPORT'      'QT_C_MT=$(SYSCONF_CFLAGS_THREAD) -DQT_THREAD_SUPPORT'
gmake[2]: Entering directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src'
c++ -pthread -D_THREAD_SAFE -DQT_THREAD_SUPPORT -c -I/usr/X11R6/include -I/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/include -pthread -D_THREAD_SAFE -I/usr/X11R6/include -DQT_PREFIX=\"/usr/X11R6\" -pipe -fno-exceptions  -O -pipe  -I/usr/include -D_PTH_H_ -D_PTH_PTHREAD_H_ -O -pipe  -fPIC -DQT_BUILTIN_GIF_READER=1 -fno-exceptions  -I/usr/local/include  -o kernel/qpsprinter.o kernel/qpsprinter.cpp
In file included from kernel/qapplication.h:42,
                 from kernel/qpsprinter.cpp:73:
kernel/qwidget.h:129: syntax error before `('
kernel/qwidget.h:417: `WId' was not declared in this scope
kernel/qwidget.h:489: `WId' was not declared in this scope
kernel/qwidget.h:489: syntax error before `='
kernel/qwidget.h:490: variable or field `create' declared void
kernel/qwidget.h:490: ANSI C++ forbids initialization of member `create'
kernel/qwidget.h:490: making `create' static
kernel/qwidget.h:490: ANSI C++ forbids in-class initialization of non-const static member `create'
kernel/qwidget.h:490: `create' declared as a `virtual' field
kernel/qwidget.h:520: `WId' was not declared in this scope
kernel/qwidget.h:520: variable or field `setWinId' declared void
kernel/qwidget.h:545: syntax error before `;'
kernel/qwidget.h:628: syntax error before `::'
cpp0: output pipe has been closed
gmake[2]: *** [kernel/qpsprinter.o] Error 1
gmake[2]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src'
gmake[1]: *** [src-mt] Error 2
gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1'
gmake: *** [src-mt] Error 2
*** Error code 2

Stop in /usr/ports/x11-toolkits/qt23.
>How-To-Repeat:
after updating ports, "cd /usr/ports/x11-toolkits/qt23 && make install"
>Fix:

>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?200205212311.g4LNBS87067073>