Emerge openoffice -NDu app-office/openoffice-2.0.4 Reproducible: Sometimes Steps to Reproduce: 1.Emerge openoffice 2. 3. Actual Results: blue output to console, e.g. ------------------------------ Making: ../../unxlngi6.pro/slo/impimage.obj ... ------------------------------ is blue Expected Results: white output to console <a href="http://pastebin.ca/411672"> /etc/make.conf </a> GCC (Gentoo 4.1.1-r3)
(In reply to comment #0) > <a href="http://pastebin.ca/411672"> > /etc/make.conf > </a> Err, this pastebin does only produce timeout; in general never refer to any pastebins whatsoever when reporting bugs. Reopen with emerge --info posted here.
Portage 2.1.2.2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.18-suspend2-r1 i686) ================================================================= System uname: 2.6.18-suspend2-r1 i686 Intel(R) Pentium(R) III Mobile CPU 1200MHz Gentoo Base System release 1.12.9 Timestamp of tree: Thu, 22 Mar 2007 13:20:01 +0000 ccache version 2.4 [enabled] dev-java/java-config: 1.3.7, 2.0.31 dev-lang/python: 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: 2.4-r6 sys-apps/sandbox: 1.2.17 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.16.1-r3 sys-devel/gcc-config: 1.3.14 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/php/apache1-php5/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distlocks metadata-transfer paralell-fetch sandbox sfperms strict" GENTOO_MIRRORS="ftp://ftp.gtlib.gatech.edu/pub/gentoo http://www.gtlib.gatech.edu/pub/gentoo " MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" 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" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X X11 acpi alsa apm berkdb bitmap-fonts cli cracklib crypt cups dbus doc dri en en-US examples firefox fortran freetype gdbm gpm i810 i830 iconv ipv6 isdnlog java libg++ lm_sensors midi ncurses nls nptl nptlonly nsplugin odk pam pcre perl ppds pppd python readline reflection session spl ssl tcpd truetype-fonts type1-fonts unicode x86 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="apm ark ati chips cirrus cyrix dummy fbdev glint i128 i740 i810 imstt mga neomagic nsc nv rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Reopened bug. Thanks!
Might I just ask: So what? What's the concrete problem resulting from that?
It is an annoying color. ;) I comment this in /usr/lib/portage/pym/portage.py to stop colouring text. 'mysettings["PORTAGE_COLORMAP"] = "\n".join(mycolors)' I wonder why there is a newline, which does this. Or why ooo-build does call 'env' or whatever that sets these variables. Or whatever... It should be fixed. It does what it should not. :) Though, still cosmetics.
Ah, I forgot, if there is an error it is unreadable and costs some time to paste into editor. ;)
Created attachment 116643 [details, diff] log Env to file instead of printing to stdout This patch is untested but should pipe Env to env.log instead of printing to stdout which misinterprets PORTAGE_COLORMAP value.
Created attachment 116757 [details, diff] completed and tested, pipe Env to file
(In reply to comment #6) > Ah, I forgot, if there is an error it is unreadable and costs some time to > paste into editor. ;) > That's indeed a very convincing argument ;) So I've added your patch, closing