All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Romain Naour <romain.naour@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2, 1/1] package/qemu: fix fuse-lseek on uclibc-ng and musl
Date: Sun, 12 Sep 2021 21:46:11 +0200	[thread overview]
Message-ID: <878s0137cs.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20210827220531.273104-1-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Sat, 28 Aug 2021 00:05:31 +0200")

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fix the following build failure on uclibc-ng raised since bump to
 > version 6.0.0 in commit 6b86c9335fc3ff381878156c6243454d4b688df9:

 > ../block/export/fuse.c: In function 'fuse_lseek':
 > ../block/export/fuse.c:641:19: error: 'SEEK_HOLE' undeclared (first use in this function)
 >   641 |     if (whence != SEEK_HOLE && whence != SEEK_DATA) {
 >       |                   ^~~~~~~~~
 > ../block/export/fuse.c:641:19: note: each undeclared identifier is
 > reported only once for each function it appears in
 > ../block/export/fuse.c:641:42: error: 'SEEK_DATA' undeclared (first
 > use in this function); did you mean 'SEEK_SET'?
 >   641 |     if (whence != SEEK_HOLE && whence != SEEK_DATA) {
 >       |                                          ^~~~~~~~~
 >       |                                          SEEK_SET

 > Fixes:
 >  - http://autobuild.buildroot.org/results/33c90ebf04997f4d3557cfa66abc9cf9a3076137

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 > Changes v1 -> v2 (after review of Yann E. Morin):
 >  - Fix build instead of disabling fuse-lseek on uclibc-ng and musl

Committed to 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      parent reply	other threads:[~2021-09-12 19:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-27 22:05 [Buildroot] [PATCH v2, 1/1] package/qemu: fix fuse-lseek on uclibc-ng and musl Fabrice Fontaine
2021-09-11 13:00 ` Arnout Vandecappelle
2021-09-12 19:46 ` Peter Korsgaard [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=878s0137cs.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    --cc=romain.naour@gmail.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 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.