Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124354 - serlook 0.3 runs with debug info on
Summary: serlook 0.3 runs with debug info on
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL: http://serlook.sunsite.dk/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-27 21:31 UTC by Michael Studer
Modified: 2006-03-01 00:25 UTC (History)
1 user (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 Michael Studer 2006-02-27 21:31:30 UTC
Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.6.14
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg distlocks sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="ftp://192.168.1.96/ ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/ ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo ftp://mirror.iawnet.sandia.gov/pub/gentoo/ "
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X aalib alsa apache2 apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr crypt cscope cups curl divx4linux dts dvd dvdr dvdread eds emboss encode esd exif expat fam ffmpeg firefox foomaticdb fortran gd gdbm ggi gif glut gpm gstreamer gtk2 idn imlib ipv6 java jpeg kde lcms ldap libg++ libwww mad mikmod mmx mmxext mng motif mozilla mp3 mpeg mysql ncurses nls nvidia ogg oggvorbis opengl oss pam pcre pdflib perl pic png python qt quicktime readline real samba sdl slang smime spell sse sse2 ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts udev vorbis win32codecs xine xml2 xmms xv xvid xvmc zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY


Here is the type of debug spam I am getting:
~] $serlook
Debug: serlook.cpp:580 - reading options:
Debug: serlook.cpp:588 - restoring window size
Debug: serlook.cpp:594 - restoring window position
Debug: serlook.cpp:601 - restoring toolbar
Debug: serlook.cpp:607 - restoring status bar
Debug: serlook.cpp:621 - restoring toolbar posit
etc, etc...
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2006-02-28 15:48:22 UTC
I don't know the serlook sources, but you can generally turn a lot of debugging off with kdebugdialog.

However, you need to tell the serlook folks about your wish : http://serlook.sunsite.dk/
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2006-03-01 00:25:58 UTC
I did looked in serlook sources and saw that messages are generated by calls to qDebug function. These calls are not conditioned by some #ifdef.

I could be fixed by a big patch, but (in the event you make it) you should send it upstream.