Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266886 - Strange debug/error messages when running Apache2 or Subversion
Summary: Strange debug/error messages when running Apache2 or Subversion
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-20 19:55 UTC by Marcus Harrison
Modified: 2009-04-21 15:04 UTC (History)
1 user (show)

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


Attachments
Subversion debug messages. (SVN errors.asc,143.45 KB, text/plain)
2009-04-20 19:56 UTC, Marcus Harrison
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Harrison 2009-04-20 19:55:52 UTC
I'm attaching the output I receive when running subversion (or anything that relates to it).

I get very similar output when trying to start apache, either directly or with the init script: http://dpaste.com/36021/ (I didn't include it here, because it's over 5,000 lines long!). Although it doesn't seem to make either program fail, it heavily increases the amount of time the programs take to finish (especially, `svn co [something]`), and if the program fails the error output is simply lost in these messages.

Reproducible: Always




This happens regardless of what other programs I have running in the background. Things I've tried to rectify it:
emerge -auDNv world;
Taking debugging symbols out of the kernel config, recompiling and re-installing it;
revdep-rebuild;
removing the debug flag and re-compiling.

My make.conf looks like this:

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -march=i686 -pipe -ggdb"
CXXFLAGS="${CFLAGS}"
FEATURES="nostrip metadata-transfer"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"

# Speed up the compile process (Why didn't I set this before?)
MAKEOPTS="-j2"

# Packages to compile against, pull in dependancies for etc.
# Basically, configure my packages for me.
USE="-minimal -gnome -gtk -raptor qt3 qt4 kde kde4 hal X opengl dbus dvd cdr xine webkit soprano xext xsync xcomposite nsplugin ogg oss pdf php javascript xcb glitz v4l v4l2 msn wifi spell quicktime dvdread imap pop imagemagic jpeg gif png alsa nsplugin plasma samba sysvipc tiff videoscddb bzip2 css cups svg dri ffmpeg mpeg xvid encode cdinstall a52 aac accessibility bash-completion strigi sdl mysql dv firefox mime apache2 ruby perl unicode xcb semantic-desktop usb win32codecs vorbis mad oss nvidia openmp fluxbox qt3support ldap java spamassassin mng kdeprefix mp3 mp4 bittorrent libwww laptop debug xscreensaver addressbook geolocation htmlhandbook bluetooth cupsddk ppds foomaticdb nfs network rss google-gadgets snmp mono embedded print printer scanner disk-partition monolithic grub xinerama wma truetype akonadi"

# All the device drivers I want Xorg to use
INPUT_DEVICES="evdev keyboard mouse synaptics"
# ... and the video cards
VIDEO_CARDS="nvidia v4l"

# Pull in correct language packages
LINGUAS="en_GB en de"

# Sync from a closer (faster) mirror
## GENTOO_MIRRORS="ftp://gentoo.inode.at/source/"


I don't have any overlays installed, but am using ~x86.
The only GCC version I have installed is, "[1] i686-pc-linux-gnu-4.3.3 *".
Comment 1 Marcus Harrison 2009-04-20 19:56:52 UTC
Created attachment 188988 [details]
Subversion debug messages.
Comment 2 David Sveningsson 2009-04-21 10:27:49 UTC
If I recall correctly you need to build dev-libs/apr without the debug use-flag.
Comment 3 Marcus Harrison 2009-04-21 15:04:18 UTC
Excelent! That fixed it. Thank you very much. I'm going to do some research into what dev-libs/apr actually does.

Marking as, "WORKSFORME".