<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>4326</bug_id>
          
          <creation_ts>2004-06-09 22:49:20 +0400</creation_ts>
          <short_desc>building shared libraries through qmake is broken</short_desc>
          <delta_ts>2006-12-17 16:22:29 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>libqt3-devel</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>3459</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Sergey Vlasov">vsu</reporter>
          <assigned_to name="Ivan A. Melnikov">iv</assigned_to>
          <cc>iv</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>14965</commentid>
    <comment_count>0</comment_count>
    <who name="Sergey Vlasov">vsu</who>
    <bug_when>2004-06-09 22:49:20 +0400</bug_when>
    <thetext>libqt3-devel-3.3.2-alt3

Создаём простейший libtest.pro:
=====
TEMPLATE = lib
TARGET = test
SOURCES = test.cpp
=====

а также пустой test.cpp.

$ $QTDIR/bin/qmake &amp;&amp; make
g++ -c -pipe -Wall -W -pipe -Wall -O2 -march=i586 -mcpu=i686 -DGLX_GLXEXT_LEGACY
-fno-exceptions -fPIC  -DQT_NO_DEBUG -I/usr/lib/qt3/mkspecs/default -I.
-I/usr/lib/qt3//include -o test.o test.cpp
rm -f libtest.so.1.0.0 libtest.so libtest.so.1 libtest.so.1.0
g++ -shared -Wl,-soname,libtest.so.1
-Wl,--version-script=/usr/lib/qt3//src/libqt_add.map -o libtest.so.1.0.0 test.o
  -L/usr/lib/qt3//lib -lqt-mt 
/usr/bin/ld: cannot open linker script file /usr/lib/qt3//src/libqt_add.map: No
such file or directory
collect2: ld returned 1 exit status
make: *** [libtest.so.1.0.0] Error 1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>14990</commentid>
    <comment_count>1</comment_count>
    <who name="Sergey V Turchin">zerg</who>
    <bug_when>2004-06-10 14:18:54 +0400</bug_when>
    <thetext>Ой, расфиксилось, сейчас исправлю. </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>15029</commentid>
    <comment_count>2</comment_count>
    <who name="Sergey V Turchin">zerg</who>
    <bug_when>2004-06-10 20:58:06 +0400</bug_when>
    <thetext>fixed in libqt3-3.3.2-alt4 </thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>