Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98135 - dev-perl/HTML-FillInForm-1.05 works on amd64
Summary: dev-perl/HTML-FillInForm-1.05 works on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: TESTED
Depends on:
Blocks:
 
Reported: 2005-07-06 09:24 UTC by Chisel Wright
Modified: 2005-08-16 12:14 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 Chisel Wright 2005-07-06 09:24:09 UTC
Please add ~amd64 (or preferably amd64!) to dev-perl/HTML-FillInForm-1.05

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 AJ Armstrong 2005-08-14 17:58:40 UTC
Tested version dev-perl/HTML-FillInForm-1.05 for ~amd64.  Built fine, and
appeared to work properly once dev-perl/HTML-Parser-3.45 was also emerged
(should that be an RDepend?)

Test was with a pretty trivial script:

use CGI;
use HTML::FillInForm;
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",
					 },
					 )
	  );

my $html = "<form><input type='text' name='name' /></form>";
my $q = new CGI;
$q->param("name","John Smith");
my $fif = new HTML::FillInForm;
my $output = $fif->fill(scalarref => \$html,fobject => $q);
logsay $output;

So, this should not be marked stable until there is evidence of proper use in a
real environment.

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
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 Simon Stelling (RETIRED) gentoo-dev 2005-08-16 12:14:44 UTC
marked testing, thanks