Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: Matt Weber <matthew.weber@collins.com>,
	buildroot <buildroot@buildroot.org>
Subject: Re: [Buildroot] [PATCH 1/1] package/aufs: don't set invalid AUFS_SITE if version is unset
Date: Tue, 5 Apr 2022 23:12:50 +0200	[thread overview]
Message-ID: <20220405211250.GJ2354230@scaer> (raw)
In-Reply-To: <CADvTj4pJFiWHQszKZ=ULCtAiS1MbmDS6sdsoV81DTGbn9cBEnQ@mail.gmail.com>

James, All,

On 2022-04-05 14:09 -0600, James Hilliard spake thusly:
> On Tue, Apr 5, 2022 at 11:19 AM Arnout Vandecappelle <arnout@mind.be> wrote:
> > On 05/04/2022 04:50, James Hilliard wrote:
> > > Fixes:
> > > package/aufs/aufs.mk:24: *** AUFS_SITE (https://github.com/sfjro/aufs4-standalone/archive/) cannot have a trailing slash.  Stop.
> > > make: *** [Makefile:84: _all] Error 2
> >   How do you get this? I've tried a number of configurations, but I always get
> > package/aufs/aufs.mk:21: *** No aufs version specified.  Stop.
> > make: *** [Makefile:84: _all] Error 2
> >   I could only reproduce with `make source`, but that's a bit a special case.
> 
> Something like this seems to hit it:
> BR2_LINUX_KERNEL_EXT_AUFS=y
> # BR2_LINUX_KERNEL_EXT_AUFS_SERIES_3 is not set
> BR2_LINUX_KERNEL_EXT_AUFS_SERIES_4=y
> # BR2_LINUX_KERNEL_EXT_AUFS_SERIES_5 is not set
> BR2_LINUX_KERNEL_EXT_AUFS_SERIES=4
> BR2_LINUX_KERNEL_EXT_AUFS_VERSION=""
> BR2_PACKAGE_AUFS=y
> BR2_PACKAGE_AUFS_SERIES=4
> BR2_PACKAGE_AUFS_VERSION=""
> # BR2_PACKAGE_AUFS_UTIL is not set

This still produces the expected error that Arnout reported:

    $ make qemu_m68k_q800_defconfig  # just for a config with a kernel

    $ cat <<_EOF_ >>.config
    BR2_LINUX_KERNEL_EXT_AUFS=y
    # BR2_LINUX_KERNEL_EXT_AUFS_SERIES_3 is not set
    BR2_LINUX_KERNEL_EXT_AUFS_SERIES_4=y
    # BR2_LINUX_KERNEL_EXT_AUFS_SERIES_5 is not set
    BR2_LINUX_KERNEL_EXT_AUFS_SERIES=4
    BR2_LINUX_KERNEL_EXT_AUFS_VERSION=""
    BR2_PACKAGE_AUFS=y
    BR2_PACKAGE_AUFS_SERIES=4
    BR2_PACKAGE_AUFS_VERSION=""
    # BR2_PACKAGE_AUFS_UTIL is not set
    _EOF_

    $ make olddefconfig

    $ grep AUFS .config
    BR2_LINUX_KERNEL_EXT_AUFS=y
    # BR2_LINUX_KERNEL_EXT_AUFS_SERIES_3 is not set
    BR2_LINUX_KERNEL_EXT_AUFS_SERIES_4=y
    # BR2_LINUX_KERNEL_EXT_AUFS_SERIES_5 is not set
    BR2_LINUX_KERNEL_EXT_AUFS_SERIES=4
    BR2_LINUX_KERNEL_EXT_AUFS_VERSION=""
    BR2_PACKAGE_AUFS=y
    BR2_PACKAGE_AUFS_SERIES=4
    BR2_PACKAGE_AUFS_VERSION=""
    # BR2_PACKAGE_AUFS_UTIL is not set

    $ make
    package/aufs/aufs.mk:21: *** No aufs version specified.  Stop.
    make: *** [Makefile:23: _all] Error 2

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-04-05 21:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-05  2:50 [Buildroot] [PATCH 1/1] package/aufs: don't set invalid AUFS_SITE if version is unset James Hilliard
2022-04-05 17:19 ` Arnout Vandecappelle
2022-04-05 20:09   ` James Hilliard
2022-04-05 21:12     ` Yann E. MORIN [this message]
2022-04-08 23:56       ` James Hilliard
2022-04-09  8:40         ` Yann E. MORIN

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=20220405211250.GJ2354230@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=james.hilliard1@gmail.com \
    --cc=matthew.weber@collins.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