All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: Ira Cooper <ira@wakeful.net>
Cc: ceph-devel@vger.kernel.org, hch@lst.de
Subject: Re: --with-libxfs error on F23.
Date: Wed, 30 Mar 2016 17:37:22 +0200	[thread overview]
Message-ID: <20160330153722.GA19902@lst.de> (raw)
In-Reply-To: <87oa9xndeq.fsf@ira-t430.wakeful.net>

On Tue, Mar 29, 2016 at 06:10:37PM -0400, Ira Cooper wrote:
> ira@ira-t430:/usr/include/xfs
> [/dev/pts/1](1002/0)$ ag off64_t
> linux.h
> 145:typedef off64_t		xfs_off_t;
> 
> off64_t isn't there by default.

off64_t requires _LARGEFILE64_SOURCE on Linux/glibc which still likes
to make applications not handle large file offsets and inodes by default,
something which 4.4BSD solved 20 years ago.

We have no intent in supporting non-large file applications in
xfsprogs, so I think the right thing is to ensure that your configure
checks defines _LARGEFILE64_SOURCE.  I'm pretty sure the applications
actually already do that, and it's just the configure machinery that's
lazy.

      reply	other threads:[~2016-03-30 15:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-29 22:10 --with-libxfs error on F23 Ira Cooper
2016-03-30 15:37 ` Christoph Hellwig [this message]

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=20160330153722.GA19902@lst.de \
    --to=hch@lst.de \
    --cc=ceph-devel@vger.kernel.org \
    --cc=ira@wakeful.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.