Menu

Ubuntu 5.10

Help
2006-02-27
2013-04-30
  • Nobody/Anonymous

    ./configure

    checking build system type... Invalid configuration `i686-pc-linux-': machine `i686-pc-linux' not recognized
    configure: error: /bin/sh ./config.sub i686-pc-linux- failed

    ? Please Help me install Qingy.

     
    • Noberasco Michele

      I'll have a look at this. At first glance I would say you miss some package on your machine...

       
      • Noberasco Michele

        You simply need to install some more packages. I just added an
        Ubuntu-specific section at
        http://qingy.sourceforge.net/faq.php

         
    • Nobody/Anonymous

      Hi there,

      Would love to try out Qingy, which looks like a pretty, lightweight Xdm replacement.  Right now, on Ubuntu 6.06, I'm unable to compile Qingy.  When running ./configure, I get the following error:

      checking for pkg-config... no
      checking for DIRECTFB... configure: error:
                  *** DirectFB 0.9.18 or newer is required. The latest version
                  *** of DirectFB is available from http://www.directfb.org/.

      I do have version 0.9.22 of all available directfb packages installed:

      qingy-0.9.1$ aptitude search directfb
      i   libdirectfb-0.9-22              - frame buffer graphics library            
      i   libdirectfb-bin                 - binaries for libdirectfb                 
      i   libdirectfb-dev                 - frame buffer graphics library, development
      i   libdirectfb-extra               - extra image/video providers for libdirectf

      qingy-0.9.1$ aptitude show libdirectfb-0.9-22
      Package: libdirectfb-0.9-22
      New: yes
      State: installed
      Automatically installed: no
      Version: 0.9.22-8ubuntu2

      BTW, here are the additional packages I needed to install from Ubuntu's repos to get this far:

      -libncurses5-dev
      -libssl-dev
      -openssl-dev
      -libx11-dev
      -x11proto-scrnsaver-dev
      -libxss-dev
      -libdirectfb-bin             
      -libdirectfb-dev
      -libdirectfb-extra

       
    • Nobody/Anonymous

      Scrub that - I just installed pkg-config and now ./configure runs properly.

      So... if you would be happy to update your FAQ section and add a heading for Ubuntu 6.06, the required packages (for full capability) are:

      -build-essential
      -pkg-config
      -libncurses5-dev
      -libssl-dev
      -openssl-dev
      -libx11-dev
      -x11proto-scrnsaver-dev
      -libxss-dev
      -libdirectfb-bin 
      -libdirectfb-dev
      -libdirectfb-extra

       
      • Noberasco Michele

        Done, thanks for the info!

         
    • Nobody/Anonymous

      Me again! :-)

      Eek...  two problems with the above list:

      1. openssl-dev doesn't exist (no idea where I got that from)

      2. only libdirectfb-dev is required of the directfb packages (it auto-installs the current version of libdirectfb as a dependency and the -bin and -extra packages are not required at all)

      Many thanks for putting this up, BTW :-)

       
      • Noberasco Michele

        Updated info, thank you...

         
    • Nobody/Anonymous

      I am not 100% sure, but one may need libdirectfb-extra if the theme makes use of true type font.

      Checked (on a Debian box) by temporary moving the libidirectfbfont_ft2.so file (qingy-directFB could not start), that is shipped for Ubuntu in the libdirectfb-extra package according to Ubuntu web site:

      http://packages.ubuntu.com/cgi-bin/search_contents.pl?searchmode=filelist&word=libdirectfb-extra&version=dapper&arch=i386

       
      • Noberasco Michele

        updated info again :-)

         

Log in to post a comment.