<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - bootstrap.sh failure, Ubuntu 15.10"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90918">90918</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>bootstrap.sh failure, Ubuntu 15.10
</td>
</tr>
<tr>
<th>Product</th>
<td>PulseAudio
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>build-system
</td>
</tr>
<tr>
<th>Assignee</th>
<td>pulseaudio-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>nazar@mokrynskyi.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>pulseaudio-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>CC</th>
<td>lennart@poettering.net
</td>
</tr></table>
<p>
<div>
<pre>I'm trying to compile PulseAudio, but:
<span class="quote">> nazar-pc@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</span >
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:
<span class="quote">> nazar-pc@nazar-pc /m/D/pulseaudio> pkg-config --version
> 0.28</span >
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>