<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED --- - [SNB] hang in bsd batch"
href="https://bugs.freedesktop.org/show_bug.cgi?id=71276#c61">Comment # 61</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED --- - [SNB] hang in bsd batch"
href="https://bugs.freedesktop.org/show_bug.cgi?id=71276">bug 71276</a>
from <span class="vcard"><a class="email" href="mailto:haihao.xiang@intel.com" title="haihao <haihao.xiang@intel.com>"> <span class="fn">haihao</span></a>
</span></b>
<pre>
First sorry for bring you any inconvenience. You listed some commands in
<a href="show_bug.cgi?id=71276#c38">comment 38</a>, so I thought you were aware all commands needed for building
package from source code.
<span class="quote">> C. Setup directories:
> export $MY_DISTRO_PREFIX=/usr
> export $MY_DISTRO_LIBDIR=/usr/lib/x86_64-linux-gnu
> I tried this but ran into problems:
> @CI5 ~/Downloads/intel-git-vaapi $ export $MY_DISTRO_PREFIX=/usr
> bash: export: `=/usr': not a valid identifier</span >
The right command should be
export MY_DISTRO_PREFIX=/usr
export MY_DISTRO_LIBDIR=/usr/lib/x86_64-linux-gnu
<span class="quote">> @CI5 ~/Downloads/intel-git-vaapi $ sudo export $MY_DISTRO_PREFIX=/usr
> [sudo] password for x:
> sudo: export: command not found</span >
export is a buildin command in your shell, so you can't run it with sudo.
<span class="quote">> I decided to just bypass the variables and use:
> ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu
> D. cd ~/Downloads/intel-git-vaapi/intel-driver
> ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu
> I ran into issues here and had to stop:
> @CI5 ~/Downloads/intel-git-vaapi/intel-driver $ ./autogen.sh
> --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu
> ./autogen.sh: 3: ./autogen.sh: autoreconf: not found
> ./autogen.sh: 6: ./autogen.sh: ./configure: not found</span >
You should install autoconf automake etc first.
$> sudo apt-get install autoconf automake
BTW autoreconf is a command, you can use some APT tools such as apt-file to
find the package which includes this command.
<span class="quote">>
> I am again requesting that you not treat me as a programmer, I am a novice
> and will do what I can to help out. I just spent over six hours trying to
> complete your request but failed due to lack of knowledge. From this point
> forward please give full detailed instructions on how to complete your
> tasks. If that can not be accomplished on your part then please redirect me
> to someone who can. I have been very patient during this 2 month period
> which has not resulted in any real progress up to this point. I have spent
> many hours of my time in trying to resolve the gpu issue. If what I have
> requested can not be met I will further my efforts to have the cpu replaced
> by Intel since I purchased a product that was promoted to perform as such
> but has not to date.</span ></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>