Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40624 - mkfs.ext2/3 gives a floating point exception error on largefile
Summary: mkfs.ext2/3 gives a floating point exception error on largefile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL: https://bugzilla.redhat.com/bugzilla/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-06 10:50 UTC by David Bryson (RETIRED)
Modified: 2004-03-28 00:19 UTC (History)
1 user (show)

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


Attachments
e2fsprogs-1.35.ebuild (e2fsprogs-1.35.ebuild,2.66 KB, patch)
2004-03-14 07:34 UTC, Nicolas Boichat
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Bryson (RETIRED) gentoo-dev 2004-02-06 10:50:40 UTC
it is a duplicate of this bug:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=113150

Reproducible: Always
Steps to Reproduce:
1.mkfs.ext2 -T largefile /dev/hdc1
2.
3.

Actual Results:  
bluetest2 root # mkfs.ext2 -T largefile4 /dev/hdc1
mke2fs 1.34 (25-Jul-2003)
Floating point exception


Expected Results:  
makes a filesystem.

Apparently it is resolved in the following RPM, I'm trying to get a patch out of
it:
http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/e2fsprogs-1.35-4.src.rpm

but the machine seems to have bandwidth problems.

Portage 2.0.49-r21 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.4.22-gentoo-r5)
=================================================================
System uname: 2.4.22-gentoo-r5 i686 VIA Nehemiah
Gentoo Base System version 1.4.3.10
distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=i486 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=i486 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache distcc sandbox"
GENTOO_MIRRORS="http://genthree/gentoo"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://genthree/gentoo-portage"
USE="apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm gtk2 imlib
java jpeg kde libg++ libwww mad mikmod mpeg ncurses nls oggvorbis opengl oss pam
pdflib perl png python qt quicktime readline sdl slang spell ssl svga tcpd
truetype x86 xml2 xmms xv zlib"
Comment 1 Nicolas Boichat 2004-03-14 07:34:47 UTC
Created attachment 27350 [details, diff]
e2fsprogs-1.35.ebuild

A new ebuild for e2fs-progs-1.35, which corrects this bug.
Changes :
 - Ebuild renamed
 - Removed reference to e2fsprogs-1.34-kernel-2.6-fix.patch which is merged in
1.35.
 - Removed reference to e2fsprogs-1.34-swap-symlink.patch, which is corrected
in 1.35 I think (but in a different way).
Comment 2 SpanKY gentoo-dev 2004-03-28 00:19:39 UTC
1.35 is now in portage, thanks for the ebuild