[Bug 71276] [SNB] hang in bsd batch

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jan 6 18:51:15 PST 2014


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

--- Comment #61 from haihao <haihao.xiang at intel.com> ---

First sorry for bring you any inconvenience. You listed some commands in
comment 38, so  I thought you were aware all commands needed for building
package from source code.

> 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

The right command should be
 export MY_DISTRO_PREFIX=/usr 
 export MY_DISTRO_LIBDIR=/usr/lib/x86_64-linux-gnu

>    @CI5 ~/Downloads/intel-git-vaapi $ sudo export $MY_DISTRO_PREFIX=/usr
>    [sudo] password for x: 
>    sudo: export: command not found

export is a buildin command in your shell, so you can't run it with sudo.

>    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

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.

> 
> 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/20140107/f80ea106/attachment-0001.html>


More information about the intel-gfx-bugs mailing list