Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172936 - x11-misc/klineakconfig-0.9.0_pre2 fails to compile
Summary: x11-misc/klineakconfig-0.9.0_pre2 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-31 22:32 UTC by Jakub Moc (RETIRED)
Modified: 2007-04-06 01:41 UTC (History)
2 users (show)

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 Jakub Moc (RETIRED) gentoo-dev 2007-03-31 22:32:15 UTC
This plain doesn't work...

*** Creating configure
configure.in:69: error: possibly undefined macro: AC_LINEAK_CHECK_INCLUDES
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:70: error: possibly undefined macro: AC_LINEAK_CHECK_LIBS
configure.in:71: error: possibly undefined macro: AC_LINEAK_FIND_PLUGINDIR
configure.in:72: error: possibly undefined macro: AC_LINEAK_CHECK_LINEAKKB_DEF
make: *** [cvs] Error 1

...

./configure: line 32916: AC_LINEAK_CHECK_INCLUDES: command not found
./configure: line 32917: AC_LINEAK_CHECK_LIBS: command not found
./configure: line 32918: AC_LINEAK_FIND_PLUGINDIR: command not found
./configure: line 32919: AC_LINEAK_CHECK_LINEAKKB_DEF: command not found

...

i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  -I/usr/kde/3.5/include -I. -I..  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=athlon-xp -O2 -pipe -fomit-frame-pointer -fforce-addr -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -c -o klineak.o klineak.cpp
In file included from klineakdef.cpp:21:
klineakdef.h:38:26: error: klineakdefui.h: No such file or directory
klineak.cpp:104:23: error: klineak.moc: No such file or directory
klineakdef.h:57: error: expected class-name before ‘{’ token
klineakdef.cpp: In constructor ‘KlineakDef::KlineakDef(QWidget*, const char*)’:
klineakdef.cpp:42: error: class ‘KlineakDef’ does not have any field named ‘KlineakDefUI’
klineakdef.cpp:43: error: ‘lcdKeycode’ was not declared in this scope
klineakdef.cpp:46: error: ‘btnSubmit’ was not declared in this scope
klineakdef.cpp:47: error: ‘btnApply’ was not declared in this scope
klineakdef.cpp: In member function ‘bool KlineakDef::x11Event(XEvent*)’:
klineakdef.cpp:58: error: ‘class KlineakDef’ has no member named ‘isVisible’
klineakdef.cpp:64: error: ‘lcdKeycode’ was not declared in this scope
klineakdef.cpp:66: error: ‘statusLabel’ was not declared in this scope
klineakdef.cpp:66: error: ‘txtKeyName’ was not declared in this scope
klineakdef.cpp:68: error: ‘lstKeyList’ was not declared in this scope
klineakdef.cpp:73: error: ‘btnApply’ was not declared in this scope
klineakdef.cpp:74: error: ‘btnSubmit’ was not declared in this scope
klineakdef.cpp: In member function ‘virtual void KlineakDef::onQuitButtonClicked()’:
klineakdef.cpp:138: error: ‘hide’ was not declared in this scope
klineakdef.cpp: In member function ‘virtual QString KlineakDef::saveDefFile()’:
klineakdef.cpp:186: error: no matching function for call to ‘QMessageBox::warning(KlineakDef* const, const char [8], QString, QString, QString, int, int, int)’
/usr/qt/3/include/qmessagebox.h:99: note: candidates are: static int QMessageBox::warning(QWidget*, const QString&, const QString&, int, int, int)
/usr/qt/3/include/qmessagebox.h:106: note:                 static int QMessageBox::warning(QWidget*, const QString&, const QString&, const QString&, const QString&, const QString&, int, int)
klineakdef.cpp: In member function ‘virtual void KlineakDef::updateKeyinfo(const QString&)’:
klineakdef.cpp:224: error: ‘txtKeyName’ was not declared in this scope
klineakdef.cpp:225: error: ‘lcdKeycode’ was not declared in this scope
klineakdef.cpp:227: error: ‘statusLabel’ was not declared in this scope
klineakdef.cpp: In member function ‘virtual void KlineakDef::updateBrand(const QString&)’:
klineakdef.cpp:235: error: ‘btnApply’ was not declared in this scope
klineakdef.cpp: In member function ‘virtual void KlineakDef::updateModel(const QString&)’:
klineakdef.cpp:249: error: ‘btnApply’ was not declared in this scope
klineakdef.cpp: In member function ‘virtual void KlineakDef::onClearKeyButtonClicked()’:
klineakdef.cpp:256: error: ‘txtKeyName’ was not declared in this scope
klineakdef.cpp:257: error: ‘lcdKeycode’ was not declared in this scope
klineakdef.cpp:259: error: ‘statusLabel’ was not declared in this scope
klineakdef.cpp:260: error: ‘lstKeyList’ was not declared in this scope
klineakdef.cpp: In member function ‘virtual void KlineakDef::onClearAllButtonClicked()’:
klineakdef.cpp:272: error: ‘txtKeyName’ was not declared in this scope
klineakdef.cpp:273: error: ‘lcdKeycode’ was not declared in this scope
klineakdef.cpp:275: error: ‘statusLabel’ was not declared in this scope
klineakdef.cpp:276: error: ‘lstKeyList’ was not declared in this scope
klineakdef.cpp: In member function ‘void KlineakDef::parseUserDef()’:
klineakdef.cpp:351: error: ‘txtBrand’ was not declared in this scope
klineakdef.cpp:353: error: ‘txtModel’ was not declared in this scope
klineakdef.cpp:365: error: ‘lstKeyList’ was not declared in this scope
klineakdef.cpp:372: error: ‘btnApply’ was not declared in this scope
klineakdef.cpp:373: error: ‘btnSubmit’ was not declared in this scope
make[2]: *** [klineakdef.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [klineak.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-misc/klineakconfig-0.9.0_pre2/work/klineakconfig-0.9.0-pre2/klineakconfig'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-misc/klineakconfig-0.9.0_pre2/work/klineakconfig-0.9.0-pre2'
make: *** [all] Error 2

!!! ERROR: x11-misc/klineakconfig-0.9.0_pre2 failed.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-31 22:32:32 UTC
[ebuild   R   ] x11-misc/lineakd-0.9.0_pre1  0 kB 

Total: 1 package (1 reinstall), Size of downloads: 0 kB
notorcomp klineakconfig # emerge --info lineakd
Portage 2.1.2.3 (default-linux/x86/2006.1/desktop, gcc-4.1.2, glibc-2.5-r1, 2.6.19-gentoo-r7 i686)
=================================================================
                        System Settings
=================================================================
System uname: 2.6.19-gentoo-r7 i686 AMD Athlon(tm) XP 1600+
Gentoo Base System version 1.13.0_alpha12
Timestamp of tree: Sat, 31 Mar 2007 21:30:01 +0000
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.31-r5
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17, 2.17.50.0.12, 2.17.50.0.13, 2.17.50.0.14
sys-devel/gcc-config: 1.3.15-r1
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.19.2-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -fforce-addr"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo /usr/share/X11/xkb"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -fforce-addr"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--alphabetical --with-bdeps=y"
FEATURES="ccache collision-protect distlocks metadata-transfer parallel-fetch sandbox sfperms splitdebug strict userfetch userpriv usersandbox"
GENTOO_MIRRORS="ftp://ftp.fi.muni.cz/pub/linux/gentoo/ http://gentoo.osuosl.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common"
LINGUAS="cs en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_EXTRA_OPTS="--progress --prune-empty-dirs"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/overlays/beryl /usr/local/overlays/enlightenment"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext 7zip X X509 a52 aac aalib acl acpi alsa amr ao asf audiofile bash-completion berkdb bluetooth bzip2 cairo caps cddb cdparanoia cdr chroot cli cpudetection cracklib crypt cscope css cups curl curlwrappers daap dbus dbx dga directfb dri dts dv dvb dvd dvdr dvdread encode exif expat fam fame fbcon ffmpeg fftw firefox flac flash flatfile foomaticdb fuse gd gdbm ggi gif gimp glibc-omitfp glitz glut gmp gpg2-experimental gpm graphviz gs gstreamer gtk ical iconv icq idn imagemagick imap imlib inifile ipv6 irda jack javascript jbig joystick jpeg jpeg2k kdeenablefinal kdehiddenvisibility kipi lame lcms libcaca libg++ libnotify libsamplerate lirc live lm_sensors logrotate lzo mad maildir matroska midi mikmod mime mjpeg mmap mmx mng modplug moznopango mp3 mp4 mpeg multiuser musepack musicbrainz ncurses network nfs nls no-old-linux nodrm nptl nptlonly nsplugin nvidia offensive ogg openal opengl pam pcre pdf perl png portaudio ppds python qt3 quicktime rar readline real reflection rle ruby samba sdl sdl-image session skey sms sndfile speex spell spl sqlite sqlite3 sse ssl startup-notification subtitles svg symlink syslog tcpd theora threads threadsafe thumbnail tiff truetype unicode urandom usb v4l v4l2 vcd vim-syntax vim-with-x vorbis wavpack win32codecs wmf x264 x86 xattr xcomposite xine xinerama xinetd xml xmlrpc xorg xosd xpm xv xvid xvmc zip zlib" ALSA_CARDS="emu10k1 bt87x" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="joystick keyboard mouse vmmouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="cs en" LIRC_DEVICES="cph06x" USERLAND="GNU" VIDEO_CARDS="fbdev nv nvidia v4l vesa vmware"
Unset:  CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2007-04-06 01:21:21 UTC
I think no one uses it and I dont care it doesnt compile. Treecleaners please take care of it.
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2007-04-06 01:41:08 UTC
removed