* [Buildroot] [autobuild.buildroot.net] Your build results for 2018-12-14 [not found] <20181215070019.5B30D20CE3@mail.bootlin.com> @ 2018-12-15 21:29 ` Bartosz Golaszewski 2018-12-16 4:22 ` Baruch Siach 0 siblings, 1 reply; 3+ messages in thread From: Bartosz Golaszewski @ 2018-12-15 21:29 UTC (permalink / raw) To: buildroot sob., 15 gru 2018 o 08:00 Thomas Petazzoni <thomas.petazzoni@bootlin.com> napisa?(a): > > Hello, > > This is the list of Buildroot build failures that occured on > 2018-12-14, and for which you are a registered architecture developer > or package developer. Please help us improving the quality of > Buildroot by investigating those build failures and sending patches to > fix them. Thanks! > > Results for the 'master' branch > =============================== > > Build failures related to your packages: > > arm | pulseview-0.4.1 | http://autobuild.buildroot.net/results/71c46fac3bd30c7d30ac89ce43e411a9772665bb > > -- > http://autobuild.buildroot.net This is a different issue than the one I fixed before but I'm getting the following error when trying to build with the provided config: Makefile.legacy:9: *** "You have legacy configuration in your .config! Please check your configuration.". Stop. Makefile:84: recipe for target '_all' failed make: *** [_all] Error 2 Bart ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Your build results for 2018-12-14 2018-12-15 21:29 ` [Buildroot] [autobuild.buildroot.net] Your build results for 2018-12-14 Bartosz Golaszewski @ 2018-12-16 4:22 ` Baruch Siach 2018-12-16 8:17 ` Thomas Petazzoni 0 siblings, 1 reply; 3+ messages in thread From: Baruch Siach @ 2018-12-16 4:22 UTC (permalink / raw) To: buildroot Hi Bartosz, Bartosz Golaszewski writes: > sob., 15 gru 2018 o 08:00 Thomas Petazzoni > <thomas.petazzoni@bootlin.com> napisa?(a): >> >> Hello, >> >> This is the list of Buildroot build failures that occured on >> 2018-12-14, and for which you are a registered architecture developer >> or package developer. Please help us improving the quality of >> Buildroot by investigating those build failures and sending patches to >> fix them. Thanks! >> >> Results for the 'master' branch >> =============================== >> >> Build failures related to your packages: >> >> arm | pulseview-0.4.1 | http://autobuild.buildroot.net/results/71c46fac3bd30c7d30ac89ce43e411a9772665bb >> >> -- >> http://autobuild.buildroot.net > > This is a different issue than the one I fixed before but I'm getting > the following error when trying to build with the provided config: > > Makefile.legacy:9: *** "You have legacy configuration in your .config! > Please check your configuration.". Stop. > Makefile:84: recipe for target '_all' failed > make: *** [_all] Error 2 This is most likely because of the BR2_TARGET_GENERIC_PASSWD_MD5 symbol that has recently been added to Config.in.legacy. You can use the defconfig instead. Here is what I usually do: wget -O .config http://autobuild.buildroot.net/results/71c46fac3bd30c7d30ac89ce43e411a9772665bb/defconfig make olddefconfig baruch -- http://baruch.siach.name/blog/ ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il - ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Your build results for 2018-12-14 2018-12-16 4:22 ` Baruch Siach @ 2018-12-16 8:17 ` Thomas Petazzoni 0 siblings, 0 replies; 3+ messages in thread From: Thomas Petazzoni @ 2018-12-16 8:17 UTC (permalink / raw) To: buildroot Hello, On Sun, 16 Dec 2018 06:22:55 +0200, Baruch Siach wrote: > > Makefile.legacy:9: *** "You have legacy configuration in your .config! > > Please check your configuration.". Stop. > > Makefile:84: recipe for target '_all' failed > > make: *** [_all] Error 2 > > This is most likely because of the BR2_TARGET_GENERIC_PASSWD_MD5 symbol > that has recently been added to Config.in.legacy. You can use the > defconfig instead. Here is what I usually do: > > wget -O .config http://autobuild.buildroot.net/results/71c46fac3bd30c7d30ac89ce43e411a9772665bb/defconfig > make olddefconfig Also, to reproduce a build failure, one can use the following script: http://git.buildroot.net/buildroot-test/plain/utils/br-reproduce-build Like this: ./br-reproduce-build 71c46fac3bd30c7d30ac89ce43e411a9772665bb It makes sure to checkout the right Buildroot commit, on which the build failure occurred. Best regards, Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-12-16 8:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20181215070019.5B30D20CE3@mail.bootlin.com>
2018-12-15 21:29 ` [Buildroot] [autobuild.buildroot.net] Your build results for 2018-12-14 Bartosz Golaszewski
2018-12-16 4:22 ` Baruch Siach
2018-12-16 8:17 ` Thomas Petazzoni
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.