Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43481 - kpasscard ctfilesystem2.h cterror.h: No such file or directory and gcc 3.3 issues
Summary: kpasscard ctfilesystem2.h cterror.h: No such file or directory and gcc 3.3 is...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-02 07:00 UTC by Hans-Christian Armingeon
Modified: 2005-01-11 11:16 UTC (History)
0 users

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


Attachments
kpasscard build log (kpasscard.build,18.82 KB, text/plain)
2004-03-02 07:04 UTC, Hans-Christian Armingeon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hans-Christian Armingeon 2004-03-02 07:00:26 UTC
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -O3 -march=athlon-xp -funroll-loops -pipe -fno-exceptions -fno-check-new -fexceptions  -c -o main.o `test -f main.cpp || echo './'`main.cpp
cc1plus: warning: "-Wbad-function-cast" is valid for C/ObjC but not for C++
cc1plus: warning: "-Wbad-function-cast" is valid for C/ObjC but not for C++
cc1plus: warning: "-Wbad-function-cast" is valid for C/ObjC but not for C++
cc1plus: warning: "-Wbad-function-cast" is valid for C/ObjC but not for C++
In file included from newpassdlg.h:18,
                 from newpassdlg.cpp:18:
kpasscard.h:31:27: ctfilesystem2.h: No such file or directory
kpasscard.h:32:21: cterror.h: No such file or directory
In file included from newcarddlg.h:18,
                 from newcarddlg.cpp:18:
kpasscard.h:31:27: ctfilesystem2.h: No such file or directory
kpasscard.h:32:21: cterror.h: No such file or directory
In file included from kpasscard.cpp:18:
kpasscard.h:31:27: ctfilesystem2.h: No such file or directory
kpasscard.h:32:21: cterror.h: No such file or directory
In file included from main.cpp:22:
kpasscard.h:31:27: ctfilesystem2.h: No such file or directory
kpasscard.h:32:21: cterror.h: No such file or directory
make[2]: *** [main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
newcarddlg.cpp: In member function `void NewCardDlg::createCard()':
newcarddlg.cpp:67: error: `CTCardFS' undeclared (first use this function)
newcarddlg.cpp:67: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
newcarddlg.cpp:67: error: template argument 1 is invalid
newcarddlg.cpp:67: error: ISO C++ forbids declaration of `cardFS' with no type
newcarddlg.cpp:67: error: parse error before `(' token
newcarddlg.cpp:70: error: request for member `ref' in `cardFS', which is of
   non-aggregate type `int'
newcarddlg.cpp:81: error: request for member `ref' in `cardFS', which is of
   non-aggregate type `int'
newcarddlg.cpp:90: error: `CTFile' undeclared (first use this function)
newcarddlg.cpp:90: error: template argument 1 is invalid
newcarddlg.cpp:90: error: ISO C++ forbids declaration of `cardFile' with no
   type
newcarddlg.cpp:90: error: parse error before `(' token
newcarddlg.cpp:92: error: request for member `ref' in `cardFile', which is of
   non-aggregate type `int'
newcarddlg.cpp:100: error: request for member `ref' in `cardFile', which is of
   non-aggregate type `int'
newcarddlg.cpp:101: error: request for member `ref' in `cardFile', which is of
   non-aggregate type `int'
newcarddlg.cpp:104: error: request for member `ref' in `cardFS', which is of
   non-aggregate type `int'
newcarddlg.cpp: In member function `NewCardDlg::NewCardDlg(QWidget*, const
   char*)':
newcarddlg.cpp:26: warning: unused parameter `QWidget*parent'
make[2]: *** [newcarddlg.o] Error 1
newpassdlg.cpp: In member function `void NewPassDlg::insertPassword()':
newpassdlg.cpp:82: error: `CTCardFS' undeclared (first use this function)
newpassdlg.cpp:82: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
newpassdlg.cpp:82: error: template argument 1 is invalid
newpassdlg.cpp:82: error: ISO C++ forbids declaration of `cardFS' with no type
newpassdlg.cpp:82: error: parse error before `(' token
newpassdlg.cpp:85: error: request for member `ref' in `cardFS', which is of
   non-aggregate type `int'
newpassdlg.cpp:94: error: `CTFile' undeclared (first use this function)
newpassdlg.cpp:94: error: template argument 1 is invalid
newpassdlg.cpp:94: error: ISO C++ forbids declaration of `cardFile' with no
   type
newpassdlg.cpp:94: error: parse error before `(' token
newpassdlg.cpp:96: error: request for member `ref' in `cardFile', which is of
   non-aggregate type `int'
newpassdlg.cpp:105: error: `CTDirEntry' undeclared (first use this function)
newpassdlg.cpp:105: error: parse error before `;' token
newpassdlg.cpp:106: error: request for member `ref' in `cardFile', which is of
   non-aggregate type `int'
newpassdlg.cpp:106: error: `fileInfo' undeclared (first use this function)
newpassdlg.cpp:109: error: request for member `ref' in `cardFile', which is of
   non-aggregate type `int'
newpassdlg.cpp:111: error: request for member `ref' in `cardFile', which is of
   non-aggregate type `int'
newpassdlg.cpp:119: error: request for member `ref' in `cardFile', which is of
   non-aggregate type `int'
newpassdlg.cpp:120: error: request for member `ref' in `cardFile', which is of
   non-aggregate type `int'
newpassdlg.cpp:123: error: request for member `ref' in `cardFS', which is of
   non-aggregate type `int'
newpassdlg.cpp: In member function `NewPassDlg::NewPassDlg(QWidget*, const
   char*)':
newpassdlg.cpp:28: warning: unused parameter `QWidget*parent'
make[2]: *** [newpassdlg.o] Error 1
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kpasscard-0.1.2/work/kpasscard-0.1.2'
make: *** [all] Error 2

!!! ERROR: x11-misc/kpasscard-0.1.2 failed.
!!! Function kde_src_compile, Line 128, Exitcode 2
!!! died running emake, kde_src_compile:make

Calculating dependencies  ...done!
>>> emerge (1 of 1) x11-misc/kpasscard-0.1.2 to /
>>> md5 src_uri ;-) kpasscard-0.1.2.tar.gz

Reproducible: Always
Steps to Reproduce:
1. emerge kpasscard
2.
3.

Actual Results:  
 

Expected Results:  
 

Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 
2.6.3-gentoo-r2) 
================================================================= 
System uname: 2.6.3-gentoo-r2 i686 mobile AMD Athlon(tm) XP 2500+ 
Gentoo Base System version 1.4.3.13p1 
distcc 2.12.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
ccache version 2.3 [enabled] 
Autoconf: sys-devel/autoconf-2.59-r3 
Automake: sys-devel/automake-1.8.2 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-O3 -march=athlon-xp -funroll-loops -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /lib/modules /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/alias /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws /etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O3 -march=athlon-xp -funroll-loops -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo 
http://www.ibiblio.org/pub/Linux/distributions/gentoo 
http://gentoo.oregonstate.edu" 
MAKEOPTS="-j4" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X Xaw3d aalib acl acpi afs alsa apache2 apm arts avi berkdb bonobo cdr 
crypt cscope cups curl dga directfb doc dvd emacs encode esd ethereal evo 
fbcon firebird flash foomaticdb freetds gb gd gdbm ggi gif gnome gphoto2 gpm 
gps gstreamer gtk gtk2 gtkhtml guile imap imlib informix innodb ipv6 jack java 
jikes joystick jpeg kde kerberos ladcca lcm ldap leim libg++ libgda libwww 
lirc mad maildir mbox mcal memlimit mikmod mmx motif mozilla mpeg mpi mule 
mysql nas ncurses nhc98 nls oci8 odbc oggvorbis opengl oss pam pcmcia pda 
pdflib perl plotutils png pnp postgres ppds prelude python qt quicktime 
readline ruby ruby18 samba sasl scanner sdl slang slp snmp socks5 spell ssl 
svga tcltk tcpd tetex tiff truetype usb wmf wxwindows x86 xface xinerama xml2 
xmms xosd xv zeo zlib"
Comment 1 Hans-Christian Armingeon 2004-03-02 07:04:08 UTC
Created attachment 26715 [details]
kpasscard build log
Comment 2 Hans-Christian Armingeon 2004-05-17 10:17:50 UTC
Hello, is there anyone out there?

The Problem is still there.

Johnny
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2004-12-27 03:53:37 UTC
It seems kpasscard does not work with current versions of libchipcard and
was not updated upstream in two years, I think the only thing we can do is 
remove it from portage.

kde team: agree?
Comment 4 Dan Armak (RETIRED) gentoo-dev 2004-12-27 09:13:36 UTC
Yep, looks dead AFAICS. Can't find a homesite and 90% of google results
are from portage tree mirrors.

Objections? Or it's dead.

BTW, kdelibs/base has an interesting 'ksmartcard' set of tools, but they're
still disabling it from compilation in 3.4alpha1...
Comment 5 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-11 11:16:45 UTC
kpasscard removed from portage.