Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30186 - emerging of app-misc/krusader-1.25_beta1 failed during compilation (syntax error)
Summary: emerging of app-misc/krusader-1.25_beta1 failed during compilation (syntax er...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-02 11:55 UTC by Andrej Kacian (RETIRED)
Modified: 2003-10-02 12:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Kacian (RETIRED) gentoo-dev 2003-10-02 11:55:22 UTC
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
-Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O2 -mcpu=i686 -pipe
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new
-fno-common  -c -o krpreviewpopup.o `test -f 'krpreviewpopup.cpp' || echo
'./'`krpreviewpopup.cpp
listpanel.cpp:101:34: missing terminating " character
listpanel.cpp: In constructor `ListPanel::ListPanel(QWidget*, bool, const 
   char*)':
listpanel.cpp:102: error: parse error before `of'
listpanel.cpp:102:24: missing terminating " character
make[3]: *** [listpanel.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory
`/var/tmp/portage/krusader-1.25_beta1/work/krusader-1.25-beta1/krusader/Panel'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/krusader-1.25_beta1/work/krusader-1.25-beta1/krusader'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/krusader-1.25_beta1/work/krusader-1.25-beta1'
make: *** [all] Error 2

!!! ERROR: app-misc/krusader-1.25_beta1 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src_compile:make


Reproducible: Always
Steps to Reproduce:
1. emerge krusader
2. watch

Actual Results:  
emerging failed with a syntax error

Expected Results:  
install krusader, perhaps?

Portage 2.0.49-r7 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r1, 2.4.22thelair)
=================================================================
System uname: 2.4.22thelair i686 Intel(R) Celeron(R) CPU 2.20GHz
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm avi encode foomaticdb gif jpeg libg++ mad mikmod mmx mpeg
ncurses nls pdflib png quicktime truetype xml2 xmms xv zlib gdbm berkdb slang
readline arts tetex svga tcltk java X sdl gpm tcpd pam libwww perl python esd
imlib oggvorbis opengl mozilla -gnome gtk gtk2 kde qt crypt ssl -cups tiff
-spell -motif alsa doc aalib samba threads"
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-10-02 12:07:39 UTC
This is due to it being a multi-line string, and that is deprecated in gcc
3.3.  Please file a report with the krusader folks so that they know to fix
this.