[Bug 71276] [SNB] hang in bsd batch
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jan 3 09:54:47 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=71276
--- Comment #60 from tradefor2points at gmail.com ---
I attempted to compile your source code but ran into problems. Please review
the following:
1. Loaded libva 1.2.2 pre:
A. libva-1.2.2.pre1-959~73a11b3-ppa1~saucy
libva-intel-driver-1.2.2.pre2-1029~355ce94-ppa1~saucy
sudo add-apt-repository ppa:aap/intel-drivers
B. Installed / removed packages
removed: i965-va-driver libva-intel-vaapi-driver
Added: libva-intel-driver
Upgraded: libva1 libva-x11-1 libva-glx1
2. Reboot computer.
3. Used this previous guide for making the packages (also posted in comment
38):
https://help.ubuntu.com/community/CompilingEasyHowTo
sudo apt-get install build-essential checkinstall libva-dev libdrm-dev git
4. Use this guide to compile and install git source code for Building Vaapi
Intel Driver.
https://01.org/linuxgraphics/documentation/build-guide-0
A. Downloaded development tree:
cd ~/Downloads/intel-git-vaapi
git clone git://anongit.freedesktop.org/vaapi/intel-driver
B. The guide says to use these dependencies:
Install Build dependencies: libXfiles-devel, libXexet-devel, libva-devel,
libdrm-devel, libpciaccess-devel, mesa-libGL-devel
But they are vague and incorrect file names. This is what I was able to come
up with:
libxfixes-dev libxext-dev libva-dev libdrm-dev libpciaccess-dev
libgl1-mesa-dev
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
@CI5 ~/Downloads/intel-git-vaapi $ sudo export $MY_DISTRO_PREFIX=/usr
[sudo] password for x:
sudo: export: command not found
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
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140103/0ab70719/attachment.html>
More information about the intel-gfx-bugs
mailing list