* [Buildroot] [Bug 15665] New: consider adding xfstests-dev
@ 2023-06-25 7:11 bugzilla
2023-06-25 7:59 ` [Buildroot] [Bug 15665] " bugzilla
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: bugzilla @ 2023-06-25 7:11 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15665
Bug ID: 15665
Summary: consider adding xfstests-dev
Product: buildroot
Version: 2023.05
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: stsp2@yandex.ru
CC: buildroot@uclibc.org
Target Milestone: ---
https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
These tests are used for CI-testing
of linux kernel at kernel.org.
Any changes to fs/* require updating
these tests.
Would it be possible to add this as
a package? It would really help to use
buildroot as a platform for making
kernel patches.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 15665] consider adding xfstests-dev
2023-06-25 7:11 [Buildroot] [Bug 15665] New: consider adding xfstests-dev bugzilla
@ 2023-06-25 7:59 ` bugzilla
2023-06-27 7:52 ` bugzilla
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla @ 2023-06-25 7:59 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15665
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yann.morin.1998@free.fr
--- Comment #1 from Yann E. MORIN <yann.morin.1998@free.fr> ---
stsp, all,
> Would it be possible to add [xfstests-dev] as a package?
Yes, please feel free to send a patch adding it. See the manual:
https://buildroot.org/downloads/manual/manual.html#adding-packages
Regards,
Yann E. MORIN.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 15665] consider adding xfstests-dev
2023-06-25 7:11 [Buildroot] [Bug 15665] New: consider adding xfstests-dev bugzilla
2023-06-25 7:59 ` [Buildroot] [Bug 15665] " bugzilla
@ 2023-06-27 7:52 ` bugzilla
2023-06-27 12:02 ` bugzilla
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla @ 2023-06-27 7:52 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15665
--- Comment #2 from stsp <stsp2@yandex.ru> ---
These tests use mkfs command.
which seems not provided under
buildroot. I have individual
mkfs.<fsname> commands, but the
mkfs frontend is missing.
How to "fix" that?
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 15665] consider adding xfstests-dev
2023-06-25 7:11 [Buildroot] [Bug 15665] New: consider adding xfstests-dev bugzilla
2023-06-25 7:59 ` [Buildroot] [Bug 15665] " bugzilla
2023-06-27 7:52 ` bugzilla
@ 2023-06-27 12:02 ` bugzilla
2023-06-27 15:04 ` bugzilla
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla @ 2023-06-27 12:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15665
--- Comment #3 from Andreas Ziegler <br015@umbiko.net> ---
Activate System tools -> util-linux -> basic set:
config BR2_PACKAGE_UTIL_LINUX_BINARIES
bool "basic set"
...
help
Install the basic set of util-linux binaries.
blkdiscard, blkid, blockdev, chcpu, choom, col, colcrt, colrm,
column, ctrlaltdel, dmesg, fdisk, fincore, findfs, findmnt,
flock, fsfreeze, fstrim, getopt, hexdump, ipcmk, isosize,
ldattach, look, lsblk, lscpu, lsipc, lslocks, lsns, mcookie,
mkfs, mkswap, namei, prlimit, readprofile, renice, rev,
rtcwake, script, scriptlive, scriptreplay, setarch, setsid,
sfdisk, swaplabel, swapoff, swapon, uuidgen, uuidparse,
whereis, wipefs
...
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 15665] consider adding xfstests-dev
2023-06-25 7:11 [Buildroot] [Bug 15665] New: consider adding xfstests-dev bugzilla
` (2 preceding siblings ...)
2023-06-27 12:02 ` bugzilla
@ 2023-06-27 15:04 ` bugzilla
2023-06-27 15:27 ` bugzilla
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla @ 2023-06-27 15:04 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15665
--- Comment #4 from stsp <stsp2@yandex.ru> ---
Thanks!
I had to do util-linux-dirclean first,
for this to take an effect, but it worked.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 15665] consider adding xfstests-dev
2023-06-25 7:11 [Buildroot] [Bug 15665] New: consider adding xfstests-dev bugzilla
` (3 preceding siblings ...)
2023-06-27 15:04 ` bugzilla
@ 2023-06-27 15:27 ` bugzilla
2023-06-27 17:49 ` bugzilla
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla @ 2023-06-27 15:27 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15665
--- Comment #5 from stsp <stsp2@yandex.ru> ---
Is there a similar trick to enable
native readlink? busybox's readlink
is not suitable.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 15665] consider adding xfstests-dev
2023-06-25 7:11 [Buildroot] [Bug 15665] New: consider adding xfstests-dev bugzilla
` (4 preceding siblings ...)
2023-06-27 15:27 ` bugzilla
@ 2023-06-27 17:49 ` bugzilla
2023-06-27 17:53 ` bugzilla
2023-06-27 20:02 ` bugzilla
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla @ 2023-06-27 17:49 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15665
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #6 from Yann E. MORIN <yann.morin.1998@free.fr> ---
stsp, All,
> Is there a similar trick to enable native readlink?
readlink is from coreutils.
Since this report is about adding a new package, I'm closing it. Discussion
about development of new features is to be had on the mailing list.
Regards,
Yann E. MORIN.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 15665] consider adding xfstests-dev
2023-06-25 7:11 [Buildroot] [Bug 15665] New: consider adding xfstests-dev bugzilla
` (5 preceding siblings ...)
2023-06-27 17:49 ` bugzilla
@ 2023-06-27 17:53 ` bugzilla
2023-06-27 20:02 ` bugzilla
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla @ 2023-06-27 17:53 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15665
stsp <stsp2@yandex.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|INVALID |FIXED
--- Comment #7 from stsp <stsp2@yandex.ru> ---
But isn't working out the dependencies
is a fundamental part of adding the package?
I was asking about readlink and mkfs
exactly because xfstests-dev uses them and
is unsatisfied with the ones from busybox.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 15665] consider adding xfstests-dev
2023-06-25 7:11 [Buildroot] [Bug 15665] New: consider adding xfstests-dev bugzilla
` (6 preceding siblings ...)
2023-06-27 17:53 ` bugzilla
@ 2023-06-27 20:02 ` bugzilla
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla @ 2023-06-27 20:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15665
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|yann.morin.1998@free.fr |
--- Comment #8 from Yann E. MORIN <yann.morin.1998@free.fr> ---
stsp, All,
> But isn't working out the dependencies is a fundamental part of adding
> the package?
Yes, but discussion about adding a new package, and about the issues while
doing so, are to be discussed on the mailing list, not in the bug tracker.
Regards,
Yann E. MORIN.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-06-27 20:02 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-25 7:11 [Buildroot] [Bug 15665] New: consider adding xfstests-dev bugzilla
2023-06-25 7:59 ` [Buildroot] [Bug 15665] " bugzilla
2023-06-27 7:52 ` bugzilla
2023-06-27 12:02 ` bugzilla
2023-06-27 15:04 ` bugzilla
2023-06-27 15:27 ` bugzilla
2023-06-27 17:49 ` bugzilla
2023-06-27 17:53 ` bugzilla
2023-06-27 20:02 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox