Mailinglist Archive: zypp-devel (58 mails)

< Previous Next >
[zypp-devel] rpmdb2solv fails in Fedora 10
  • From: "Rashmi Ranjan Mohanty" <mrashmiranjan@xxxxxxxxxx>
  • Date: Fri, 16 Jan 2009 12:18:32 -0700
  • Message-id: <49707B180200004E0003E79B@xxxxxxxxxxxxxxxxxxxxxxx>
Hi,

I compiled libsatsolver in Fedora 10, but while running rpmdb2solv it fails.

[root@Fedora10 ~]# rpmdb2solv >sys.solv
dbenv open: Success
[root@Fedora10 ~]# echo $?
1
[root@Fedora10 ~]# ls -l sys.solv
-rw-r--r-- 1 root root 0 2009-01-16 11:45 sys.solv

Seems to be failing here
#ifdef FEDORA
if (dbenv->open(dbenv, dbpath, DB_CREATE|DB_INIT_CDB|DB_INIT_MPOOL, 0))
#else
if (dbenv->open(dbenv, dbpath, DB_CREATE|DB_PRIVATE|DB_INIT_MPOOL, 0))
#endif
{
perror("dbenv open");
exit(1);
}

If anyone is interested in having a look, I have a fedora 10 system with build
env set.
Do let me know. I can give the system access details.

Thanks
Rashmi

--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages