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

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

    <bug>
          <bug_id>30587</bug_id>
          
          <creation_ts>2014-12-20 19:41:25 +0300</creation_ts>
          <short_desc>Отсутствует зависимость от libsqlite3-devel</short_desc>
          <delta_ts>2015-01-06 12:51:19 +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>ghc7.6.1-hdbc-sqlite3</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>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Eugine V. Kosenko">eugine.kosenko</reporter>
          <assigned_to name="Denis Smirnov">mithraen</assigned_to>
          
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>149395</commentid>
    <comment_count>0</comment_count>
    <who name="Eugine V. Kosenko">eugine.kosenko</who>
    <bug_when>2014-12-20 19:41:25 +0300</bug_when>
    <thetext>$ ghci
GHCi, version 7.6.1: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Prelude&gt; :module Database.HDBC Database.HDBC.Sqlite3 
Prelude Database.HDBC Database.HDBC.Sqlite3&gt; conn &lt;- connectSqlite3 &quot;test.db&quot;
Loading package array-0.4.0.1 ... linking ... done.
Loading package deepseq-1.3.0.1 ... linking ... done.
Loading package bytestring-0.10.0.0 ... linking ... done.
Loading package containers-0.5.0.0 ... linking ... done.
Loading package transformers-0.3.0.0 ... linking ... done.
Loading package mtl-2.1.2 ... linking ... done.
Loading package old-locale-1.0.0.5 ... linking ... done.
Loading package old-time-1.1.0.1 ... linking ... done.
Loading package text-0.11.2.3 ... linking ... done.
Loading package time-1.4.0.1 ... linking ... done.
Loading package convertible-1.0.11.1 ... linking ... done.
Loading package utf8-string-0.3.7 ... linking ... done.
Loading package HDBC-2.3.1.2 ... linking ... done.
Loading package HDBC-sqlite3-2.3.3.0 ... can&apos;t load .so/.DLL for: libsqlite3.so (libsqlite3.so: cannot open shared object file: No such file or directory)
Prelude Database.HDBC Database.HDBC.Sqlite3&gt; 

$ rpm -ql libsqlite3
/usr/lib/libsqlite3.so.0
/usr/lib/libsqlite3.so.0.8.6

Вполне возможно, что это также проблема libsqlite3. После ручной установки ссылки по типу

$ cd /usr/lib
$ sudo ln -s libsqlite3.so.0.8.6 libsqlite3.so

проблема решается. Даже не знаю, где это правильнее лечить...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>149416</commentid>
    <comment_count>1</comment_count>
    <who name="Denis Smirnov">mithraen</who>
    <bug_when>2014-12-23 03:58:54 +0300</bug_when>
    <thetext>Установка пакета libsqlite3-devel проблему должно решать.
Ошибка в том, что этот пакет не содержит соответствующей зависимости.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>149582</commentid>
    <comment_count>2</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2015-01-06 12:51:19 +0300</bug_when>
    <thetext>ghc7.6.1-hdbc-sqlite3-2.3.3.0-alt3 -&gt; sisyphus:

* Tue Jan 06 2015 Denis Smirnov &lt;mithraen@altlinux&gt; 2.3.3.0-alt3
- add requires to libsqlite3-devel (ALT #30587)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>