Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 8156] New: pkg-kconfig infra broken for *-update-{config, defconfig}
@ 2015-06-03  1:05 bugzilla at busybox.net
  2015-06-03 18:02 ` [Buildroot] [Bug 8156] " bugzilla at busybox.net
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: bugzilla at busybox.net @ 2015-06-03  1:05 UTC (permalink / raw)
  To: buildroot

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

           Summary: pkg-kconfig infra broken for
                    *-update-{config,defconfig}
           Product: buildroot
           Version: 2015.05
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: thomas.petazzoni at free-electrons.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


The pkg-kconfig infrastructure seems to be broken in its implementation of the
*-update-{config,defconfig}, for example linux-update-config and
linux-update-defconfig.

Here is a scenario with the kernel that shows the problem:

 1/ Run "make menuconfig"

 2/ Use ARM, enable the Linux kernel, say version 4.0, and use omap2plus as the
defconfig.

 3/ Run "make linux-menuconfig", enable some random option.

 4/ Go back to "make menuconfig", and switch from using the omap2plus defconfig
to a custom config file, say "linux.config"

 5/ Now run "make linux-update-config"

The expected behavior is that Buildroot should copy
output/build/linux-4.0/.config to linux.config.

However, Buildroot tries to do the opposite: it tries to copy linux.config to
output/build/linux-4.0/.config:

thomas at skate:~/projets/buildroot (master)$ LANG=C make linux-update-config
/usr/bin/install -m 0644 linux.config
/home/thomas/projets/buildroot/output/build/linux-4.0/.config
/usr/bin/install: cannot stat 'linux.config': No such file or directory

This is probably a bug in the recent changes of the pkg-config infrastructure.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

end of thread, other threads:[~2015-07-07 15:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03  1:05 [Buildroot] [Bug 8156] New: pkg-kconfig infra broken for *-update-{config, defconfig} bugzilla at busybox.net
2015-06-03 18:02 ` [Buildroot] [Bug 8156] " bugzilla at busybox.net
2015-06-03 19:54 ` bugzilla at busybox.net
2015-06-04 15:10 ` bugzilla at busybox.net
2015-06-04 17:12 ` bugzilla at busybox.net
2015-06-04 17:30 ` bugzilla at busybox.net
2015-06-04 18:07 ` bugzilla at busybox.net
2015-06-04 21:21 ` bugzilla at busybox.net
2015-06-04 22:07 ` bugzilla at busybox.net
2015-06-04 22:08 ` bugzilla at busybox.net
2015-06-04 22:20 ` bugzilla at busybox.net
2015-06-04 22:37 ` bugzilla at busybox.net
2015-06-04 22:45 ` bugzilla at busybox.net
2015-06-06 10:09 ` bugzilla at busybox.net
2015-06-06 11:58 ` bugzilla at busybox.net
2015-07-07 15:46 ` 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