Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81765 - maketest while emerging coreutils-5.2.1-r4 fails, on sparc
Summary: maketest while emerging coreutils-5.2.1-r4 fails, on sparc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Sparc Linux
: High normal (vote)
Assignee: Sparc Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-12 11:38 UTC by gentoo
Modified: 2005-09-20 18:43 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 gentoo 2005-02-12 11:38:59 UTC
stty fails its test.  I tried this twice: the first time when running the emerge from within screen over ssh, the second time running just over ssh.  It's also interesting to note that it requests that I email bug-coreutils@gnu.org about it.

make[2]: Entering directory `/var/tmp/portage/coreutils-5.2.1-r4/work/coreutils-5.2.1/tests/stty'
make  check-TESTS
make[3]: Entering directory `/var/tmp/portage/coreutils-5.2.1-r4/work/coreutils-5.2.1/tests/stty'
PASS: row-col-1
stty: standard input: unable to perform all requested operations
                                                                -icanon
                                                                       FAIL: basic-1
======================================
1 of 2 tests failed
Please report to bug-coreutils@gnu.org
======================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/var/tmp/portage/coreutils-5.2.1-r4/work/coreutils-5.2.1/tests/stty'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/coreutils-5.2.1-r4/work/coreutils-5.2.1/tests/stty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/coreutils-5.2.1-r4/work/coreutils-5.2.1/tests'
make: *** [check-recursive] Error 1

!!! ERROR: sys-apps/coreutils-5.2.1-r4 failed.
!!! Function src_test, Line 114, Exitcode 2
!!! make check failed
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1. emerge coreutils-5.2.1-r4  (with maketest)




Portage 2.0.51-r15 (default-linux/sparc/sparc64/2004.3, gcc-3.3.5,
glibc-2.3.3.20040420-r2, 2.4.28-sparc-r6 sparc64)
=================================================================
System uname: 2.4.28-sparc-r6 sparc64 sun4u
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Oct 19 2004, 22:37:53)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.4_p6, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.4.23
ACCEPT_KEYWORDS="sparc"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=ultrasparc"
CHOST="sparc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=ultrasparc"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect distlocks fixpackages
maketest sandbox test userpriv usersandbox"
GENTOO_MIRRORS="http://mirror.tucdemonic.org/gentoo/
ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="sparc X arts avi berkdb bitmap-fonts crypt cups dlloader encode esd f77
fbcon font-server foomaticdb fortran gcc64 gdbm gif gnome gpm gtk gtk2 imap
imlib jpeg kde libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam
pdflib perl png python qt readline sdl slang spell ssl tcpd tiff truetype
truetype-fonts type1-fonts xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 SpanKY gentoo-dev 2005-02-12 12:08:28 UTC
works fine for me on amd64/x86 ... sparc, please advise
Comment 2 Gustavo Zacarias (RETIRED) gentoo-dev 2005-02-12 15:13:55 UTC
I'm not quite sure the tests will pass with FEATURES="userpriv", be it sparc or any other arch.
There's also a comment about that in the ebuild.
Comment 3 SpanKY gentoo-dev 2005-02-12 16:32:53 UTC
src_test() should work with userpriv ... i thought i had tested that a bit ...
Comment 4 Gustavo Zacarias (RETIRED) gentoo-dev 2005-02-12 16:35:58 UTC
Then again it could be terminal-related, since i default to maketest on everything before going wild.
Comment 5 Gustavo Zacarias (RETIRED) gentoo-dev 2005-09-20 18:43:22 UTC
This is safe to close, couldn't reproduce it.