From: Miquel Raynal via buildroot <buildroot@buildroot.org>
To: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Cc: "MTD Mailing List" <linux-mtd@lists.infradead.org>,
"Buildroot Mailing List" <buildroot@busybox.net>,
"Josh Boyer (Fedora)" <mtd-utils-maintainers@fedoraproject.org>,
"Bastian Germann (Debian)" <bage@debian.org>,
a.proklov@rosalinux.ru, "Embedded Gentoo" <embedded@gentoo.org>,
"Robin H. Johnson" <robbat2@gentoo.org>,
"John (OpenWRT)" <john@phrozen.org>,
"Michael Tross (T2 SDE)" <michael@tross.org>,
"Oliver Schinagl (Alpine)" <oliver@schinagl.nl>,
"Orphaned (Void Linux)" <orphan@voidlinux.org>,
"Sergey Bolshakov (ALT Linux)" <sbolshakov@altlinux.org>,
"Silvan Calarco (openmamba)" <silvan.calarco@mambasoft.it>,
"Viric (nixpkgs)" <viric@viric.name>,
"Pascal Bleser (SUSE)" <pascal.bleser@opensuse.org>,
"Levente Polyak (Arch)" <anthraxx@archlinux.org>,
"Lluís Batlle i Rossell" <shaba@altlinux.org>,
"Richard Weinberger" <richard@nod.at>,
"Zhihao Cheng" <chengzhihao1@huawei.com>
Subject: Re: [Buildroot] [ANNOUNCE] mtd-utils-2.3.0 is released
Date: Thu, 20 Feb 2025 14:58:13 +0100 [thread overview]
Message-ID: <87zfigk9ai.fsf@bootlin.com> (raw)
In-Reply-To: <1b7a55a6-1c5b-4e86-8006-e2010e54367e@sigma-star.at> (David Oberhollenzer's message of "Sat, 15 Feb 2025 17:05:53 +0100")
Hello David,
+Zhihao
On 15/02/2025 at 17:05:53 +01, David Oberhollenzer <david.oberhollenzer@sigma-star.at> wrote:
> Hi,
>
> mtd-utils-2.3.0 is released.
Thanks a lot for this new release! I wanted to bump the package version
in Buildroot but I got issues, perhaps you can help.
A regular `./configure --host=<arm> && make` works well when cloning the
Git repository, however Buildroot used to download the tarball, which in
practice does not contain all the .gz files:
https://git.infraroot.at/mtd-utils.git/tree/tests/ubifs_tools-tests/images
This of course leads to a build failure:
make[1]: *** No rule to make target 'tests/ubifs_tools-tests/images/good.gz', needed by 'all-am'. Stop.
The commits from Zhihao actually list these .gz files in the .am files,
and they also appear in the Makefile.in as
@BUILD_TESTS_TRUE@am__append_22
yet they are not part of the final distributed tarball. Any idea how to
fix that properly?
Thanks!
Miquèl
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Cc: "MTD Mailing List" <linux-mtd@lists.infradead.org>,
"Buildroot Mailing List" <buildroot@busybox.net>,
"Josh Boyer (Fedora)" <mtd-utils-maintainers@fedoraproject.org>,
"Bastian Germann (Debian)" <bage@debian.org>,
a.proklov@rosalinux.ru, "Embedded Gentoo" <embedded@gentoo.org>,
"Robin H. Johnson" <robbat2@gentoo.org>,
"John (OpenWRT)" <john@phrozen.org>,
"Michael Tross (T2 SDE)" <michael@tross.org>,
"Oliver Schinagl (Alpine)" <oliver@schinagl.nl>,
"Orphaned (Void Linux)" <orphan@voidlinux.org>,
"Sergey Bolshakov (ALT Linux)" <sbolshakov@altlinux.org>,
"Silvan Calarco (openmamba)" <silvan.calarco@mambasoft.it>,
"Viric (nixpkgs)" <viric@viric.name>,
"Pascal Bleser (SUSE)" <pascal.bleser@opensuse.org>,
"Levente Polyak (Arch)" <anthraxx@archlinux.org>,
"Lluís Batlle i Rossell" <shaba@altlinux.org>,
"Richard Weinberger" <richard@nod.at>,
"Zhihao Cheng" <chengzhihao1@huawei.com>
Subject: Re: [ANNOUNCE] mtd-utils-2.3.0 is released
Date: Thu, 20 Feb 2025 14:58:13 +0100 [thread overview]
Message-ID: <87zfigk9ai.fsf@bootlin.com> (raw)
In-Reply-To: <1b7a55a6-1c5b-4e86-8006-e2010e54367e@sigma-star.at> (David Oberhollenzer's message of "Sat, 15 Feb 2025 17:05:53 +0100")
Hello David,
+Zhihao
On 15/02/2025 at 17:05:53 +01, David Oberhollenzer <david.oberhollenzer@sigma-star.at> wrote:
> Hi,
>
> mtd-utils-2.3.0 is released.
Thanks a lot for this new release! I wanted to bump the package version
in Buildroot but I got issues, perhaps you can help.
A regular `./configure --host=<arm> && make` works well when cloning the
Git repository, however Buildroot used to download the tarball, which in
practice does not contain all the .gz files:
https://git.infraroot.at/mtd-utils.git/tree/tests/ubifs_tools-tests/images
This of course leads to a build failure:
make[1]: *** No rule to make target 'tests/ubifs_tools-tests/images/good.gz', needed by 'all-am'. Stop.
The commits from Zhihao actually list these .gz files in the .am files,
and they also appear in the Makefile.in as
@BUILD_TESTS_TRUE@am__append_22
yet they are not part of the final distributed tarball. Any idea how to
fix that properly?
Thanks!
Miquèl
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next prev parent reply other threads:[~2025-02-20 14:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-15 16:05 [Buildroot] [ANNOUNCE] mtd-utils-2.3.0 is released David Oberhollenzer
2025-02-15 16:05 ` David Oberhollenzer
2025-02-20 13:58 ` Miquel Raynal via buildroot [this message]
2025-02-20 13:58 ` Miquel Raynal
2025-02-20 14:04 ` Zhihao Cheng
2025-02-20 14:58 ` [Buildroot] " Miquel Raynal via buildroot
2025-02-20 14:58 ` Miquel Raynal
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=87zfigk9ai.fsf@bootlin.com \
--to=buildroot@buildroot.org \
--cc=a.proklov@rosalinux.ru \
--cc=anthraxx@archlinux.org \
--cc=bage@debian.org \
--cc=buildroot@busybox.net \
--cc=chengzhihao1@huawei.com \
--cc=david.oberhollenzer@sigma-star.at \
--cc=embedded@gentoo.org \
--cc=john@phrozen.org \
--cc=linux-mtd@lists.infradead.org \
--cc=michael@tross.org \
--cc=miquel.raynal@bootlin.com \
--cc=mtd-utils-maintainers@fedoraproject.org \
--cc=oliver@schinagl.nl \
--cc=orphan@voidlinux.org \
--cc=pascal.bleser@opensuse.org \
--cc=richard@nod.at \
--cc=robbat2@gentoo.org \
--cc=sbolshakov@altlinux.org \
--cc=shaba@altlinux.org \
--cc=silvan.calarco@mambasoft.it \
--cc=viric@viric.name \
/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.