[Bug-report] [Lunar Linux 0000305]: Bug in qt-x11

bug-reports at lunar-linux.org bug-reports at lunar-linux.org
Wed Jun 18 17:45:13 GMT 2003


Un COMENTARIU a fost adaugat acestui bug.
=======================================================================
http://bugs.lunar-linux.org/view_bug_page.php?f_id=0000305
=======================================================================
Reporter:                   Wuss912
Tratat de:                  
=======================================================================
Proiect:                    Lunar Linux
ID bug:                     0000305
Categorie:                  base
Reproductibilitate:         totdeauna
Severitate:                 blocant
Prioritate:                 normala
Stare:                      nou
=======================================================================
Data Creatie:               2003-06-17 20:52 GMT
Modificat:                  2003-06-18 17:45 GMT
=======================================================================
Sumar:                      Bug in qt-x11
Descriere: 
it dosent install anything except the docs and man pages
there is no /opt/lunar/qt/2 dir created so anything that depends on qt-x11
fails
=======================================================================

-----------------------------------------------------------------------
 florin - 2003-06-18 17:45 GMT 
-----------------------------------------------------------------------
i have tried this BUILD file, and the install wo0rked just fine.

(

  export  QTDIR=$SOURCE_DIRECTORY
  export  QT2INSTALL=/opt/lunar/qt/2

  sedit "s/-O2/$CXXFLAGS/"  'configs/linux-g++-shared'  &&

  echo  "yes"  |  ./configure  -release            \
                               -shared             \
                               -thread             \
                               -gif                \
                               -system-libmng      \
                               -system-libpng      \
                               -system-jpeg        \
                               -system-zlib        \
                               -no-g++-exceptions  \
                               -no-xft             \
                               $OPTS               &&
  make                                             &&
  prepare_install                                  &&
  make install                                     &&                     
 <-- added that line
  mkdir  -p                $QT2INSTALL/include     &&
  cp         include/*     $QT2INSTALL/include     &&
  cp     -r  lib           $QT2INSTALL             &&
  cp     -r  bin           $QT2INSTALL             &&
  cp     -r  doc/man       $QT2INSTALL             &&
  mkdir  -p                $DOCUMENT_DIRECTORY/qt2 &&
  cp     -r  doc/html      $DOCUMENT_DIRECTORY/qt2

  if ! grep -q "/opt/lunar/qt/2/lib" /etc/ld.so.conf; then
    echo "/opt/lunar/qt/2/lib" >> /etc/ld.so.conf  
  fi

) > $C_FIFO 2>&1


More information about the Lunar-bugs mailing list