Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 15176] New: udisks-2.9.4 build fails with per-package
@ 2022-12-16  8:19 bugzilla
  2022-12-16 12:42 ` [Buildroot] [Bug 15176] " bugzilla
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla @ 2022-12-16  8:19 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=15176

            Bug ID: 15176
           Summary: udisks-2.9.4 build fails with per-package
           Product: buildroot
           Version: 2022.11
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: buildroot@heine.tech
                CC: buildroot@uclibc.org
  Target Milestone: ---

When using per-package build the build of udisks fails with the following error
msg:


cp org.freedesktop.UDisks2.conf.in org.freedesktop.UDisks2.conf
  GEN      org.freedesktop.UDisks2.policy
/build/buildroot/build/per-package/udisks/host/bin/msgfmt: cannot locate ITS
rules for org.freedesktop.UDisks2.policy.in
make[5]: *** [Makefile:924: org.freedesktop.UDisks2.policy] Error 1
make[4]: *** [Makefile:632: all-recursive] Error 1
make[3]: *** [Makefile:514: all-recursive] Error 1
make[2]: *** [Makefile:446: all] Error 2
make[1]: *** [package/pkg-generic.mk:293:
/build/buildroot/build/build/udisks-2.9.4/.stamp_built] Error 2
make: *** [Makefile:23: _all] Error 2

I tried to figure out what dependency might be missing but wasn't successful.
Any hints welcome!

-- 
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] 4+ messages in thread

* [Buildroot] [Bug 15176] udisks-2.9.4 build fails with per-package
  2022-12-16  8:19 [Buildroot] [Bug 15176] New: udisks-2.9.4 build fails with per-package bugzilla
@ 2022-12-16 12:42 ` bugzilla
  2023-01-28 21:28 ` bugzilla
  2024-06-15 15:04 ` bugzilla
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla @ 2022-12-16 12:42 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=15176

--- Comment #1 from Michael Nosthoff <buildroot@heine.tech> ---
I just realized the same is happening with gvfs for which some extra handlings
is alread in the polkit.mk file.

[88/263] Generating daemon/org.gtk.vfs.file-operations.policy with a custom
command
FAILED: daemon/org.gtk.vfs.file-operations.policy
/build/buildroot/build/per-package/gvfs/host/bin/meson --internal msgfmthelper
--msgfmt=/build/buildroot/build/per-package/gvfs/host/bin/msgfmt
daemon/org.gtk.vfs.file-operations.policy.in
daemon/org.gtk.vfs.file-operations.policy xml
/build/buildroot/build/build/gvfs-1.48.1/po
/build/buildroot/build/per-package/gvfs/host/bin/msgfmt: cannot locate ITS
rules for daemon/org.gtk.vfs.file-operations.policy.in
[113/263] Compiling C object
common/libgvfscommon.so.p/meson-generated_.._gvfsdbus.c.o
ninja: build stopped: subcommand failed.

-- 
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] 4+ messages in thread

* [Buildroot] [Bug 15176] udisks-2.9.4 build fails with per-package
  2022-12-16  8:19 [Buildroot] [Bug 15176] New: udisks-2.9.4 build fails with per-package bugzilla
  2022-12-16 12:42 ` [Buildroot] [Bug 15176] " bugzilla
@ 2023-01-28 21:28 ` bugzilla
  2024-06-15 15:04 ` bugzilla
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla @ 2023-01-28 21:28 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=15176

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@bootlin.com> ---
I can't reproduce the udisks issue, I've successfully built the following
configuration:

BR2_arm=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_PER_PACKAGE_DIRECTORIES=y
BR2_INIT_NONE=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_SYSTEM_BIN_SH_NONE=y
# BR2_PACKAGE_BUSYBOX is not set
BR2_PACKAGE_UDISKS=y
# BR2_TARGET_ROOTFS_TAR is not set

Could you provide a defconfig that reproduces the issue?

-- 
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] 4+ messages in thread

* [Buildroot] [Bug 15176] udisks-2.9.4 build fails with per-package
  2022-12-16  8:19 [Buildroot] [Bug 15176] New: udisks-2.9.4 build fails with per-package bugzilla
  2022-12-16 12:42 ` [Buildroot] [Bug 15176] " bugzilla
  2023-01-28 21:28 ` bugzilla
@ 2024-06-15 15:04 ` bugzilla
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla @ 2024-06-15 15:04 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=15176

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|NEW                         |RESOLVED
                 CC|                            |yann.morin.1998@free.fr

--- Comment #3 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Thank you for your report.

The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
    https://gitlab.com/buildroot.org/buildroot/-/issues

We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.

Thank you!

-- 
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] 4+ messages in thread

end of thread, other threads:[~2024-06-15 15:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-16  8:19 [Buildroot] [Bug 15176] New: udisks-2.9.4 build fails with per-package bugzilla
2022-12-16 12:42 ` [Buildroot] [Bug 15176] " bugzilla
2023-01-28 21:28 ` bugzilla
2024-06-15 15:04 ` bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox