[Fink-users] redland build fails

2009-04-15 Thread James Howse
On a Mac Pro Intel running Leopard 10.5.6 the build for redland fails
with the following message.  Any ideas what the problem is?
James



/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/opt/fink/lib/system-openssl/include -I/opt/fink/include  
-I/opt/fink/include -I/opt/fink/include/rasqal -I/opt/fink/include 
-DPKGDATADIR=\/opt/fink/share/redland\
-I/opt/fink/lib/system-openssl/include 
-I/opt/fink/lib/system-openssl/include -I/opt/fink/include  
-I/opt/fink/include -I/opt/fink/include/rasqal -I/opt/fink/include   
-DLIBRDF_INTERNAL=1 -g -O2 -c -o rdf_hash_bdb.lo rdf_hash_bdb.c
 gcc -DHAVE_CONFIG_H -I. -I/opt/fink/lib/system-openssl/include
-I/opt/fink/include -I/opt/fink/include -I/opt/fink/include/rasqal
-I/opt/fink/include -DPKGDATADIR=\/opt/fink/share/redland\
-I/opt/fink/lib/system-openssl/include
-I/opt/fink/lib/system-openssl/include -I/opt/fink/include
-I/opt/fink/include -I/opt/fink/include/rasqal -I/opt/fink/include
-DLIBRDF_INTERNAL=1 -g -O2 -c rdf_hash_bdb.c  -fno-common -DPIC -o
.libs/rdf_hash_bdb.o
rdf_hash_bdb.c: In function 'librdf_hash_bdb_open':
rdf_hash_bdb.c:188: error: 'DB_CREATE' undeclared (first use in this
function)
rdf_hash_bdb.c:188: error: (Each undeclared identifier is reported only once
rdf_hash_bdb.c:188: error: for each function it appears in.)
rdf_hash_bdb.c:188: error: 'DB_RDONLY' undeclared (first use in this
function)
rdf_hash_bdb.c:190: error: 'DB_TRUNCATE' undeclared (first use in this
function)
rdf_hash_bdb.c:246: error: 'O_RDWR' undeclared (first use in this function)
rdf_hash_bdb.c:246: error: 'O_CREAT' undeclared (first use in this function)
rdf_hash_bdb.c:248: error: 'O_RDONLY' undeclared (first use in this
function)
rdf_hash_bdb.c:248: error: syntax error before 'flags'
rdf_hash_bdb.c: In function 'librdf_hash_bdb_exists':
rdf_hash_bdb.c:824: error: 'bdb' undeclared (first use in this function)
rdf_hash_bdb.c:841: error: 'dbc' undeclared (first use in this function)
make[3]: *** [rdf_hash_bdb.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
### execution of make failed, exit code 2


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] redland build fails

2009-04-15 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

James Howse wrote:
 On a Mac Pro Intel running Leopard 10.5.6 the build for redland fails
 with the following message.  Any ideas what the problem is?

Looks like a missing builddep; I'll take a look.


- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development

Blog: http://www.raccoonfink.com/
Music: http://music.raccoonfink.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ5frLUu+jZtP2Zf4RAj5OAJ980WMVNriIneVQAgKy9u47vHYWvwCcCa6Y
rqT8qobXFlz7eJOXVjj7OjM=
=Jd3z
-END PGP SIGNATURE-

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] redland build fails

2009-04-15 Thread Daniel Johnson


On Apr 15, 2009, at 11:18 AM, Benjamin Reed wrote:


James Howse wrote:

On a Mac Pro Intel running Leopard 10.5.6 the build for redland fails
with the following message.  Any ideas what the problem is?


Looks like a missing builddep; I'll take a look.


This type of error is usually caused by having BDB installed in /usr/ 
local which is a different version from Fink's. What do you get for  
ls -l /usr/local/include/db*? If you get anything, try renaming /usr/ 
local temporarily, then rebuilding redland.


Daniel



smime.p7s
Description: S/MIME cryptographic signature
--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] redland build fails

2009-04-15 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Daniel Johnson wrote:
 
 On Apr 15, 2009, at 11:18 AM, Benjamin Reed wrote:
 
 James Howse wrote:
 On a Mac Pro Intel running Leopard 10.5.6 the build for redland fails
 with the following message.  Any ideas what the problem is?

 Looks like a missing builddep; I'll take a look.
 
 This type of error is usually caused by having BDB installed in
 /usr/local which is a different version from Fink's. What do you get for
 ls -l /usr/local/include/db*? If you get anything, try renaming
 /usr/local temporarily, then rebuilding redland.

Ah, ok, 'cause I couldn't find anything wrong in the package (couldn't
reproduce the error here...)

Hope that fixes it, 'cause I've got nuthin'.  :)


- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development

Blog: http://www.raccoonfink.com/
Music: http://music.raccoonfink.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ5gXLUu+jZtP2Zf4RAt9OAJ9cfJllV6tcLtKkgCx7zkHFBUn43gCgmVbi
bx3fTO94c1u3y4ZYXnV2leA=
=h+Mr
-END PGP SIGNATURE-

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] redland build fails

2009-04-15 Thread James Howse
The command ls -l /usr/local/include/db* returns nothing on my system. 
However I tried renaming /usr/local and then rebuilding anyway.  The
result is the same error message as before.
James

 On Apr 15, 2009, at 11:18 AM, Benjamin Reed wrote:

 James Howse wrote:
 On a Mac Pro Intel running Leopard 10.5.6 the build for redland fails
 with the following message.  Any ideas what the problem is?

 Looks like a missing builddep; I'll take a look.

 This type of error is usually caused by having BDB installed in
 /usr/local which is a different version from Fink's. What do you get
 for ls -l /usr/local/include/db*? If you get anything, try renaming
 /usr/local temporarily, then rebuilding redland.

 Daniel



--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] redland build fails

2009-04-15 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

James Howse wrote:
 The command ls -l /usr/local/include/db* returns nothing on my system. 
 However I tried renaming /usr/local and then rebuilding anyway.  The
 result is the same error message as before.

Dang.

What do these commands print?

dpkg -S /sw/include/db4
find /sw/include/db4

- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development

Blog: http://www.raccoonfink.com/
Music: http://music.raccoonfink.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ5gbYUu+jZtP2Zf4RAh9CAJ9mluOdkCTcO7fvN3E0caFkht9UZgCfZGBZ
6BAD9a+OQ/zYdWss37NBSto=
=/cKK
-END PGP SIGNATURE-

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] redland build fails

2009-04-15 Thread James Howse
dpkg -S /opt/fink/include/db4
db47-aes: /opt/fink/include/db4

find /opt/fink/include/db4
/opt/fink/include/db4
/opt/fink/include/db4/db.h
/opt/fink/include/db4/db_185.h
/opt/fink/include/db4/db_cxx.h

The following db4* libraries are listed as installed by fink on my system.
db41-shlibs
db41-ssl-shlibs
db42-shlibs
db42-ssl-shlibs
db44-aes-shlibs
db47-aes
db47-aes-shlibs
Could these libraries be interfering with one another?  Should I try
removing db47-aes and installing db47?
James
 James Howse wrote:
  The command ls -l /usr/local/include/db* returns nothing on my system.
  However I tried renaming /usr/local and then rebuilding anyway.  The
  result is the same error message as before.

 Dang.

 What do these commands print?

 dpkg -S /sw/include/db4
 find /sw/include/db4



--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] redland build fails

2009-04-15 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

James Howse wrote:
 The command ls -l /usr/local/include/db* returns nothing on my system. 
 However I tried renaming /usr/local and then rebuilding anyway.  The
 result is the same error message as before.

Actually, I found one thing that needs updating anyways; and I have an
idea of something that might help.

Try a selfupdate in 15 minutes or so, I've put out a redland 1.0.8-4
release, see if that helps.


- --
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development

Blog: http://www.raccoonfink.com/
Music: http://music.raccoonfink.com/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ5gk8Uu+jZtP2Zf4RAi2bAJ40vtrBcMDTz7J4YKRBgyM9b7VaXACfQk7q
p25YEKFZGSgVEhMovAIZkNs=
=8Qu7
-END PGP SIGNATURE-

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users