<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.djb.cdb">
    <title>gmane.comp.djb.cdb</title>
    <link>http://blog.gmane.org/gmane.comp.djb.cdb</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.djb.cdb/212"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.djb.cdb/202"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.djb.cdb/200"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.djb.cdb/212">
    <title>cdb does not compile on Fedora 14 linux</title>
    <link>http://comments.gmane.org/gmane.comp.djb.cdb/212</link>
    <description>&lt;pre&gt;kbriggs&amp;lt; at &amp;gt;gold:~/Download/cdb-0.75&amp;gt; make
( cat warn-auto.sh; \
echo 'main="$1"; shift'; \
echo exec "`head -1 conf-ld`" \
'-o "$main" "$main".o ${1+"$&amp;lt; at &amp;gt;"}' \
) &amp;gt; load
chmod 755 load
( cat warn-auto.sh; \
echo exec "`head -1 conf-cc`" '-c ${1+"$&amp;lt; at &amp;gt;"}' \
) &amp;gt; compile
chmod 755 compile
( ( ./compile tryulong32.c &amp;amp;&amp;amp; ./load tryulong32 &amp;amp;&amp;amp; \
./tryulong32 ) &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 \
&amp;amp;&amp;amp; cat uint32.h2 || cat uint32.h1 ) &amp;gt; uint32.h
rm -f tryulong32.o tryulong32
./compile cdbget.c
( cat warn-auto.sh; \
echo CC=\'`head -1 conf-cc`\'; \
echo LD=\'`head -1 conf-ld`\'; \
cat find-systype.sh; \
) | sh &amp;gt; systype
( cat warn-auto.sh; \
echo 'main="$1"; shift'; \
echo 'rm -f "$main"'; \
echo 'ar cr "$main" ${1+"$&amp;lt; at &amp;gt;"}'; \
case "`cat systype`" in \
sunos-5.*) ;; \
unix_sv*) ;; \
irix64-*) ;; \
irix-*) ;; \
dgux-*) ;; \
hp-ux-*) ;; \
sco*) ;; \
*) echo 'ranlib "$main"' ;; \
esac \
) &amp;gt; makelib
chmod 755 makelib
./compile cdb.c
./compile cdb_hash.c
./compile cdb_make.c
./makelib cdb.a cdb.o cdb_hash.o cdb_make.o
./compile strerr_sys.c
./compile buffer.c
./compile buffer_put.c
./compile buffer_2.c
./compile strerr_die.c
./compile buffer_get.c
./compile buffer_copy.c
./compile buffer_1.c
./compile buffer_0.c
./compile buffer_1s.c
./makelib buffer.a strerr_sys.o buffer.o buffer_put.o \
buffer_2.o strerr_die.o buffer_get.o buffer_copy.o \
buffer_1.o buffer_0.o buffer_1s.o
./compile error.c
./compile open_read.c
./compile open_trunc.c
./compile error_str.c
./compile seek_set.c
./compile seek_cur.c
./makelib unix.a error.o open_read.o open_trunc.o \
error_str.o seek_set.o seek_cur.o
./compile byte_copy.c
./compile byte_cr.c
./compile str_len.c
./compile fmt_ulong.c
./compile uint32_unpack.c
./compile byte_diff.c
./compile uint32_pack.c
./compile scan_ulong.c
./makelib byte.a byte_copy.o byte_cr.o str_len.o \
fmt_ulong.o uint32_unpack.o byte_diff.o uint32_pack.o \
scan_ulong.o
./load cdbget cdb.a buffer.a unix.a byte.a 
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in cdb.a(cdb.o)
/lib/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [cdbget] Error 1

kbriggs&amp;lt; at &amp;gt;gold:~/Download/cdb-0.75&amp;gt; cat SYSDEPS 
VERSION
systype
uint32.h


Keith
&lt;/pre&gt;</description>
    <dc:creator>keith.briggs&lt; at &gt;bt.com</dc:creator>
    <dc:date>2011-07-18T08:57:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.djb.cdb/202">
    <title>64-bit CDB</title>
    <link>http://comments.gmane.org/gmane.comp.djb.cdb/202</link>
    <description>&lt;pre&gt;Hi, I've written a Python implementation of the CDB algorithm as part of 
a project. I'd like to convert it to use 64-bit disk offsets to get 
around the 4-GB limit, but I don't understand how the 
hash-to-disk-offset lookup process works and what depends on 32-bit-ness 
well enough to do it with confidence.

Has anyone done this already or can anyone point out what I'd need to 
change in the algorithm to get it to work?

Thanks very much!

Matt

&lt;/pre&gt;</description>
    <dc:creator>Matt Chaput</dc:creator>
    <dc:date>2010-03-19T00:00:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.djb.cdb/200">
    <title>latest version for cdb ?</title>
    <link>http://comments.gmane.org/gmane.comp.djb.cdb/200</link>
    <description>&lt;pre&gt;hello,
i would like to know what is the latest version of cdb software. I got cdb
0.75 from the web page http://cr.yp.to/cdb.html
Is it the latest or there are enhancements done over it?

regards,
nik
&lt;/pre&gt;</description>
    <dc:creator>nikhil sharma</dc:creator>
    <dc:date>2009-10-20T11:37:42</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.djb.cdb">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.djb.cdb</link>
  </textinput>
</rdf:RDF>
