Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97498 - Log-Agent works on AMD64
Summary: Log-Agent works on AMD64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: TESTED
Depends on:
Blocks:
 
Reported: 2005-06-30 08:06 UTC by Kagon
Modified: 2005-08-14 11:10 UTC (History)
0 users

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 Kagon 2005-06-30 08:06:04 UTC
None of the ebuilds for Log-Agent have an '~amd64' or 'amd64' keyword.

dev-perl/Log-Agent

---

dev-perl/Log-Agent/Log-Agent-0.306.ebuild

compiles and runs on AMD64.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 AJ Armstrong 2005-08-13 21:14:59 UTC
Tested version dev-perl/Log-Agent-0.306 for ~amd64.

Builds fine, works with the admittedly trivial test script:

use Log::Agent;                   
require Log::Agent::Driver::File;  
logconfig(-driver =>
	  Log::Agent::Driver::File->make(
					 -prefix      => $0,
					 -showpid     => 1,
					 -channels    => {
					     'error'  => "$0.err",
					     'output' => "$0.out",
					     'debug'  => "$0.dbg",
					 },
					 )
	  );

logerr "error";
logsay "message1";
logsay "message2";
logdie "log and die";


Portage 2.0.51.22-r2 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.0_pre5
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -fweb -ftracer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /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/lib64/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe -fweb -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/etc/portage/overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa avi berkdb bitmap-fonts cddb cdr crypt cups curl directfb dts
dv dvd dvdr dvdread eds emacs encode esd fam fame fbcon ffmpeg firefox
foomaticdb gcj gdbm gif gpm gstreamer gtk gtk2 ieee1394 imagemagick imlib ipv6
java jikes jpeg junit ldap libwww lirc live lzw lzw-tiff mad mjpeg mozilla mp3
mpeg mysql ncurses nls nptl nptlonly nvidia ogg oggvorbis opengl pam pdflib perl
png python qt quicktime readline real rtc ruby sdl spell ssl tcpd tetex theora
tiff truetype-fonts type1-fonts unicode usb userlocales v4l v4l2 vorbis xine
xml2 xmms xpm xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 2 Luis Medinas (RETIRED) gentoo-dev 2005-08-14 11:10:03 UTC
Marked Testing on AMD64.
In CVS Thanks both