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

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

    <bug>
          <bug_id>10957</bug_id>
          
          <creation_ts>2007-02-28 15:28:57 +0300</creation_ts>
          <short_desc>missed -DLIB_SUFFIX for cmake on x86_64</short_desc>
          <delta_ts>2007-04-09 14:11:34 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>kdesvn</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>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Peter V. Saveliev">peet</reporter>
          <assigned_to name="Andrey Cherepanov">cas</assigned_to>
          <cc>cas</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>45991</commentid>
    <comment_count>0</comment_count>
    <who name="Peter V. Saveliev">peet</who>
    <bug_when>2007-02-28 15:28:58 +0300</bug_when>
    <thetext>without -DLIB_SUFFIX=64, kdesvn can not be packaged successfully on x86_64. To 
fix this, one can use:

--- kdesvn.spec.orig    2006-12-17 16:19:25 +0300
+++ kdesvn.spec 2007-02-28 15:20:32 +0300
@@ -71,6 +71,9 @@ mkdir build
 cd build
 cmake ../ \
         -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` \
+%ifarch x86_64
+       -DLIB_SUFFIX=64 \
+%endif
        -DCMAKE_SKIP_RPATH=YES

 %build

Steps to Reproduce:
rpmbuild -ba path/to/kdesvn.spec</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>46920</commentid>
    <comment_count>1</comment_count>
    <who name="Andrey Rahmatullin">wrar</who>
    <bug_when>2007-03-19 19:44:06 +0300</bug_when>
    <thetext>0.11.1-alt1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>