[pulseaudio-tickets] [Bug 90918] New: bootstrap.sh failure, Ubuntu 15.10

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 9 19:58:35 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90918

            Bug ID: 90918
           Summary: bootstrap.sh failure, Ubuntu 15.10
           Product: PulseAudio
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: build-system
          Assignee: pulseaudio-bugs at lists.freedesktop.org
          Reporter: nazar at mokrynskyi.com
        QA Contact: pulseaudio-bugs at lists.freedesktop.org
                CC: lennart at poettering.net

I'm trying to compile PulseAudio, but:
> nazar-pc at nazar-pc /m/D/pulseaudio> sh bootstrap.sh
> bootstrap.sh: 46: bootstrap.sh: intltoolize: not found
> pkg-config is required to bootstrap this program
> 0.28
Indeed, in Ubuntu 15.10 "intltoolize" is not in "pkg-config" package, but in
"intltool" (which I thought was an error).
Also pkg-config is installed indeed:
> nazar-pc at nazar-pc /m/D/pulseaudio> pkg-config --version
> 0.28
If this is distro-specific, there is a need to mention that or fix it somehow
otherwise.

It seems that " &>/dev/null" is wrong here because it works fine without it
(although, output is thrown directly into terminal).
I guess, something like "whereis pkg-config | grep /" might be more reliable,
or even check for "/usr/bin/pkg-config" file presence if it doesn't depend on
distro.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20150610/46cf2b67/attachment.html>


More information about the pulseaudio-bugs mailing list