On Mon, 2020-12-21 at 14:03 +0100, Andrey Zhizhikin wrote: > Hello Tanu, > > On Sun, Dec 20, 2020 at 5:09 PM Khem Raj <raj.k...@gmail.com> wrote: > > On Sun, Dec 20, 2020 at 6:26 AM Tanu Kaskinen <ta...@iki.fi> wrote: > > > On Sat, 2020-12-19 at 12:36 -0800, Khem Raj wrote: > > > > On Sat, Dec 19, 2020 at 9:24 AM Khem Raj <raj.k...@gmail.com> wrote: > > > > > On Thu, Dec 17, 2020 at 11:28 AM Tanu Kaskinen <ta...@iki.fi> wrote: > > > > > > The PulseAudio project plans to drop Autotools support in 15.0, so > > > > > > let's > > > > > > switch to Meson. The first patch removes OE_LT_RPATH_ALLOW, which is > > > > > > some old cruft that sounds like it has something to do Libtool, so > > > > > > it's > > > > > > perhaps relevant for the goal of dropping Autotools. The next two > > > > > > patches disable features that aren't available with Meson. The last > > > > > > patch does the build system switch. > > > > > > > > > > > > Tanu Kaskinen (4): > > > > > > pulseaudio: Remove OE_LT_RPATH_ALLOW > > > > > > pulseaudio: disable EsounD support > > > > > > pulseaudio: disable GConf support > > > > > > pulseaudio: switch build system from Autotools to Meson > > I'm seeing a build failure after this upgrade, thought you might > advise here what could be wrong. > > Following is produced at the end of do_compile taks: > > > sed: can't read src/client.conf: No such file or directory > > WARNING: exit code 2 from a shell command. > > > ERROR: Task > (/development/yocto-master/yocto-build-appliance/meta/recipes-multimedia/pulseaudio/pulseaudio_14.0.bb:do_compile) > failed with exit code '1' > > Have you experienced the same error, and what can be missing here?
I can reproduce the error when enabling the autospawn-for-root PACKAGECONFIG. client.conf is generated from client.conf.in, and the generated file's location has changed. Replacing "src/client.conf" with "src/pulse/client.conf" in pulseaudio.inc seems to fix this issue. -- Tanu
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#146016): https://lists.openembedded.org/g/openembedded-core/message/146016 Mute This Topic: https://lists.openembedded.org/mt/79044755/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-