public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
From: Ulrich Drepper <drepper@redhat.com>
To: Christopher Faylor <cgf@redhat.com>
Cc: Matthew Galgoci <mgalgoci@redhat.com>,
	Hans-Peter Nilsson <hp@bitrange.com>,
	overseers@sources.redhat.com
Subject: Re: last days of htdig
Date: Sat, 27 Sep 2003 22:29:00 -0000	[thread overview]
Message-ID: <3F760F29.6070901@redhat.com> (raw)
In-Reply-To: <20030927222123.GB20973@redhat.com>

Christopher Faylor wrote:

> I guess I was assuming that the newer glibc would deal better with
> larger file sizes, which may have been an incorrect assumption.  Perhaps
> the old glibc worked fine, too.  Regardless, I certainly know that it is
> possible to manipulate files over 2GB on linux without rebuilding glibc.

I think the LFS support predates 1999.  The problem probably is that the
application isn't compiled with -D_FILE_OFFSET_BITS=64 and it also
doesn't use the *64 functions (e.g., fopen64 instead of fopen).  The
latter is an alternative.  If you want to replace something I'd put the
highest priority on the program itself.  Maybe look at the build process
and add, if necessary -D_FILE_OFFSET_BITS=64.

-- 
--------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------

  reply	other threads:[~2003-09-27 22:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-27  7:18 Hans-Peter Nilsson
2003-09-27 15:21 ` Christopher Faylor
2003-09-27 15:54   ` Hans-Peter Nilsson
2003-09-27 16:03     ` Christopher Faylor
2003-09-27 16:06     ` Joseph S. Myers
2003-09-27 16:16       ` Hans-Peter Nilsson
2003-09-27 16:24         ` Joseph S. Myers
2003-09-27 19:45   ` Matthew Galgoci
2003-09-27 21:50     ` Christopher Faylor
2003-09-27 22:05       ` Ulrich Drepper
2003-09-27 22:21         ` Christopher Faylor
2003-09-27 22:29           ` Ulrich Drepper [this message]
2003-09-27 22:36           ` Hans-Peter Nilsson
2003-09-28 22:40 ` Hans-Peter Nilsson
2003-09-29 22:04   ` Gerald Pfeifer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F760F29.6070901@redhat.com \
    --to=drepper@redhat.com \
    --cc=cgf@redhat.com \
    --cc=hp@bitrange.com \
    --cc=mgalgoci@redhat.com \
    --cc=overseers@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).