Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 12326] New: network-manager build fails with missing glib error
@ 2019-11-18 19:06 bugzilla at busybox.net
  2019-11-18 19:07 ` [Buildroot] [Bug 12326] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2019-11-18 19:06 UTC (permalink / raw)
  To: buildroot

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

            Bug ID: 12326
           Summary: network-manager build fails with missing glib error
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: christian at paral.in
                CC: buildroot at uclibc.org
  Target Milestone: ---

Buildroot 2019.11-rc1
Network Manager 1.20.4
Ubuntu 16.04.6 LTS Virtual Machine (on DigitalOcean)

Build fails on network manager with:

configure: error: Package requirements (gio-unix-2.0 >= 2.40 gmodule-2.0) were
not met:

Package 'gio-unix-2.0', required by 'virtual:world', not found
Package 'gmodule-2.0', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Reproduced on a colleague's desktop Ubuntu setup as well. Issue does not occur
on earlier versions of Buildroot.

Defconfig:

BR2_x86_64=y
BR2_x86_corei7=y
BR2_CCACHE=y
BR2_OPTIMIZE_2=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_KERNEL_HEADERS_5_3=y
BR2_BINUTILS_VERSION_2_32_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_GCC_ENABLE_LTO=y
BR2_GCC_ENABLE_GRAPHITE=y
BR2_INIT_SYSTEMD=y
BR2_SYSTEM_BIN_SH_BASH=y
BR2_ENABLE_LOCALE_WHITELIST="C en_US en_US.UTF-8"
BR2_GENERATE_LOCALE="en_US.UTF-8"
BR2_PACKAGE_NETWORK_MANAGER=y

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 12326] network-manager build fails with missing glib error
  2019-11-18 19:06 [Buildroot] [Bug 12326] New: network-manager build fails with missing glib error bugzilla at busybox.net
@ 2019-11-18 19:07 ` bugzilla at busybox.net
  2019-11-18 19:20 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2019-11-18 19:07 UTC (permalink / raw)
  To: buildroot

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

Christian Stewart <christian@paral.in> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Host|                            |Ubuntu 16.04.6 LTS
             Target|                            |x86

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 12326] network-manager build fails with missing glib error
  2019-11-18 19:06 [Buildroot] [Bug 12326] New: network-manager build fails with missing glib error bugzilla at busybox.net
  2019-11-18 19:07 ` [Buildroot] [Bug 12326] " bugzilla at busybox.net
@ 2019-11-18 19:20 ` bugzilla at busybox.net
  2019-11-28 18:56 ` bugzilla at busybox.net
  2019-12-01 21:34 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2019-11-18 19:20 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from Christian Stewart <christian@paral.in> ---
I can confirm that this is fixed by reverting commit:

  package/network-manager: drop obsolete dependencies
  7643ab05de860011e749aa720c92d5de150bee0a

The commit incorrectly drops some dependencies that NetworkManager requires,
particularly glib. If I knew specifically which dependencies were required, I
would / will submit a patch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 12326] network-manager build fails with missing glib error
  2019-11-18 19:06 [Buildroot] [Bug 12326] New: network-manager build fails with missing glib error bugzilla at busybox.net
  2019-11-18 19:07 ` [Buildroot] [Bug 12326] " bugzilla at busybox.net
  2019-11-18 19:20 ` bugzilla at busybox.net
@ 2019-11-28 18:56 ` bugzilla at busybox.net
  2019-12-01 21:34 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2019-11-28 18:56 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
I have submitted http://patchwork.ozlabs.org/patch/1201823/ to fix this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 12326] network-manager build fails with missing glib error
  2019-11-18 19:06 [Buildroot] [Bug 12326] New: network-manager build fails with missing glib error bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2019-11-28 18:56 ` bugzilla at busybox.net
@ 2019-12-01 21:34 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2019-12-01 21:34 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> ---
Merged for 2019.11, thanks

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-01 21:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-18 19:06 [Buildroot] [Bug 12326] New: network-manager build fails with missing glib error bugzilla at busybox.net
2019-11-18 19:07 ` [Buildroot] [Bug 12326] " bugzilla at busybox.net
2019-11-18 19:20 ` bugzilla at busybox.net
2019-11-28 18:56 ` bugzilla at busybox.net
2019-12-01 21:34 ` bugzilla at busybox.net

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