<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 12-05-11 01:12 PM, oxy wrote:
    <blockquote
cite="mid:CAO4+0dEv-7VSxihy-TjUzqDQwu0f5dhWnE0EsMb4OL4AJdf8dw@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi,
i wanna install xf86driproto-2.1.1:</pre>
    </blockquote>
    I have extracted this tarball, ran ./configure and 'make install'.<br>
    I have commented your output.<br>
    <blockquote
cite="mid:CAO4+0dEv-7VSxihy-TjUzqDQwu0f5dhWnE0EsMb4OL4AJdf8dw@mail.gmail.com"
      type="cite">
      <pre wrap="">

    cd xf86driproto-2.1.1
    ./autogen.sh</pre>
    </blockquote>
    This script should not be invoked from a tarball, it isn't supplied.
    Usually no harm done.<br>
    Have you somehow supressed terminal output?<br>
    <blockquote
cite="mid:CAO4+0dEv-7VSxihy-TjUzqDQwu0f5dhWnE0EsMb4OL4AJdf8dw@mail.gmail.com"
      type="cite">
      <pre wrap="">
    ./configure</pre>
    </blockquote>
    The package is configured using the default prefix "/usr/local". See
    './configure --help' for the location of the various installation
    directories.<br>
    <blockquote
cite="mid:CAO4+0dEv-7VSxihy-TjUzqDQwu0f5dhWnE0EsMb4OL4AJdf8dw@mail.gmail.com"
      type="cite">
      <pre wrap="">
    make install

         make[1]: Entering directory `/home/me/tmp/xf86driproto-2.1.1'
         make[1]: Nothing to be done for `install-exec-am'.</pre>
    </blockquote>
    This is the default make target which is a prereq to the 'install'
    target. Given this is a protcol header, nothing gets compiled and
    linked.<br>
    <blockquote
cite="mid:CAO4+0dEv-7VSxihy-TjUzqDQwu0f5dhWnE0EsMb4OL4AJdf8dw@mail.gmail.com"
      type="cite">
      <pre wrap="">
         test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p\
                     "/usr/local/lib/pkgconfig"
         /usr/bin/install -c -m 644 xf86driproto.pc '/usr/local/lib/pkgconfig'</pre>
    </blockquote>
    This step has installed the xf86driproto.pc file in /usr/local/lib.
    If the env variables are set correctly, you should invoke this
    command and have no error messages:<br>
    <blockquote><tt></tt>pkg-config --print-errors xf86driproto<br>
    </blockquote>
    <blockquote
cite="mid:CAO4+0dEv-7VSxihy-TjUzqDQwu0f5dhWnE0EsMb4OL4AJdf8dw@mail.gmail.com"
      type="cite">
      <pre wrap="">
         test -z "/usr/local/include/X11/dri" || /bin/mkdir -p\
                     "/usr/local/include/X11/dri"
          /usr/bin/install -c -m 644 xf86dri.h xf86dristr.h\
                      xf86driproto.h '/usr/local/include/X11/dri'</pre>
    </blockquote>
    This steps install the header file. You should see it in
    /usr/local/include/X11/dri<br>
    <blockquote
cite="mid:CAO4+0dEv-7VSxihy-TjUzqDQwu0f5dhWnE0EsMb4OL4AJdf8dw@mail.gmail.com"
      type="cite">
      <pre wrap="">
          make[1]: Leaving directory `/home/me/tmp/xf86driproto-2.1.1'

... it skips install silently  :-/</pre>
    </blockquote>
    Do you have write permission in /usr/local? If you have somehow
    supressed terminal output or somehow disabled "stop on error", you
    will not be informed that files cannot be installed at the location
    you specified when you don't have permissions to do so.<br>
    <br>
    You should be something like this:<br>
    <br>
    /usr/bin/install: cannot create regular file
    `/usr/local/lib/pkgconfig/xf86driproto.pc': Permission denied<br>
    <br>
    <blockquote
cite="mid:CAO4+0dEv-7VSxihy-TjUzqDQwu0f5dhWnE0EsMb4OL4AJdf8dw@mail.gmail.com"
      type="cite">
      <pre wrap="">
Any help?
thxs a lot...

ubu 12.04
_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:xorg@lists.x.org">xorg@lists.x.org</a>: X.Org support
Archives: <a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/archives/xorg">http://lists.freedesktop.org/archives/xorg</a>
Info: <a class="moz-txt-link-freetext" href="http://lists.x.org/mailman/listinfo/xorg">http://lists.x.org/mailman/listinfo/xorg</a>
Your subscription address: <a class="moz-txt-link-abbreviated" href="mailto:memsize@videotron.ca">memsize@videotron.ca</a>

</pre>
    </blockquote>
    <br>
  </body>
</html>