[Bug 518709] [NEW] Missing shared library for GHC-HDBC-Sqlite3

2010-02-08 Thread Federico Zenith
Public bug reported:

Sqlite3 interface for Haskell (HDBC) is not working due to missing file
(at least that's what GHCI says); steps to reproduce:

$ sudo aptitude install ghc6 libghc6-hdbc-sqlite3-dev
$ ghci
Prelude> :module Database.HDBC Database.HDBC.Sqlite3
Prelude> conn <- connectSqlite3 "test1.db"
[ ... lots of linking messages ... ]
Loading package HDBC-sqlite3-2.1.0.2 ... can't load .so/.DLL for: 
HSHDBC-sqlite3-2.1.0.2 (libHSHDBC-sqlite3-2.1.0.2.so: cannot open shared object 
file: No such file or directory)

Compiling the following file with GHC:

import Database.HDBC
import Database.HDBC.Sqlite3
main :: IO ()
main = do conn <- connectSqlite3 "test1.db"
  return ()

results in:

test.o: In function `s1pq_info':
(.text+0xc5): undefined reference to 
`HDBCzmsqlite3zm2zi1zi0zi2_DatabaseziHDBCziSqlite3ziConnection_connectSqlite3_closure'
test.o: In function `s1pq_info':
(.text+0x1df): undefined reference to `__stginit_HDBCzm2zi1zi0_DatabaseziHDBC_'
test.o: In function `s1pq_info':
(.text+0x1e9): undefined reference to 
`__stginit_HDBCzmsqlite3zm2zi1zi0zi2_DatabaseziHDBCziSqlite3_'
test.o: In function `s1pq_srt':
(.data+0x10): undefined reference to 
`HDBCzmsqlite3zm2zi1zi0zi2_DatabaseziHDBCziSqlite3ziConnection_connectSqlite3_closure'
collect2: ld returned 1 exit status

Ubuntu version: Kubuntu 9.10
Package versions: ghc6 6.10.4-1ubuntu2, libghc6-hdbc-sqlite3-dev 2.1.0.2-1

** Affects: hdbc-sqlite3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ghc haskell sqlite

-- 
Missing shared library for GHC-HDBC-Sqlite3
https://bugs.launchpad.net/bugs/518709
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 454898] Re: cryptsetup starts too early

2009-10-21 Thread Federico Zenith
I confirm the problem on a EEE 901A.
I use an encrypted SD card for my home folder, and even if /etc/crypttab is 
configured correctly I usually do not get a prompt at the splash screen.
However, I said "usually": sometimes I DO get the prompt as it should be, 
typically when starting encrypted partitions is delayed by some reason, such as 
a fsck of the root partition.
So if I have to guess it is really a timing issue.

-- 
cryptsetup starts too early
https://bugs.launchpad.net/bugs/454898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs