<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/libbinio/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/libbinio/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 18 Apr 2010 14:05:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/libbinio/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>binsbase cuts off filestreams 1 byte to early. </title><link>https://sourceforge.net/p/libbinio/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;You shouldn't add the -1 to binsbase::seek(). End should put it past the last byte&lt;br /&gt;
&lt;a href="http://libbinio.cvs.sourceforge.net/viewvc/libbinio/libbinio/src/binstr.h?revision=1.1&amp;amp;view=markup"&gt;http://libbinio.cvs.sourceforge.net/viewvc/libbinio/libbinio/src/binstr.h?revision=1.1&amp;amp;view=markup&lt;/a&gt;&lt;br /&gt;
Line 38, 49 and 51 is affected by this.&lt;br /&gt;
Since i must use binisstream to send the data to adplug, the reported length i put in is 1 byte to small when adplug determines the filesize (through seek() + pos()).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 18 Apr 2010 14:05:17 -0000</pubDate><guid>https://sourceforge.netb1cb725a75d2e0460ee12c2e3cac077355d9754f</guid></item><item><title>pkg-config bug</title><link>https://sourceforge.net/p/libbinio/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This bug found by Ralf Corsepius from the Fedora Extras&lt;br /&gt;
review process, see&lt;br /&gt;
&lt;a href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168339" rel="nofollow"&gt;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168339&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3. The pkgconfig file is non-functional:&lt;br /&gt;
# pkg-config --libs libbinio&lt;br /&gt;
Unknown keyword 'URL' in '/usr/lib/pkgconfig/libbinio.pc'&lt;/p&gt;
&lt;p&gt;Further:&lt;br /&gt;
* IMO, this is questionable design:&lt;br /&gt;
# pkg-config --cflags libbinio&lt;br /&gt;
-I/usr/include/libbinio&lt;/p&gt;
&lt;p&gt;Is this really what upstream wants?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Linus Walleij</dc:creator><pubDate>Tue, 27 Sep 2005 13:36:10 -0000</pubDate><guid>https://sourceforge.net7f2c3a87f9c3fad02d30ef55a3646977826af84b</guid></item><item><title>Texinfo bug</title><link>https://sourceforge.net/p/libbinio/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This bug comes from the Fedora Extras review process,&lt;br /&gt;
and was found by Ralf Corsepius.&lt;br /&gt;
See&lt;br /&gt;
&lt;a href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168339" rel="nofollow"&gt;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168339&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;1. the /usr/share/info/dir entry being produced by the&lt;br /&gt;
*.texi is broken. &lt;br /&gt;
(Try "info libbinio" and try to enter the libbinio node).&lt;/p&gt;
&lt;p&gt;A fix to the sources would be this patch and to&lt;br /&gt;
regenerate the info files:&lt;/p&gt;
&lt;p&gt;diff -ur libbinio-1.4.orig/doc/libbinio.texi&lt;br /&gt;
libbinio-1.4/doc/libbinio.texi&lt;br /&gt;
--- libbinio-1.4.orig/doc/libbinio.texi 2004-08-18&lt;br /&gt;
21:49:11.000000000 +0200&lt;br /&gt;
+++ libbinio-1.4/doc/libbinio.texi      2005-09-27&lt;br /&gt;
14:43:23.000000000 +0200&lt;br /&gt;
@@ -27,7 +27,7 @@&lt;/p&gt;
&lt;p&gt;@dircategory Software Libraries&lt;br /&gt;
@direntry&lt;br /&gt;
-* libbinio: (libbinio)          Binary I/O stream&lt;br /&gt;
class library @value{VERSION}&lt;br /&gt;
+* libbinio: (libbinio).         Binary I/O stream&lt;br /&gt;
class library @value{VERSION}&lt;br /&gt;
@end direntry&lt;/p&gt;
&lt;p&gt;@titlepage&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Linus Walleij</dc:creator><pubDate>Tue, 27 Sep 2005 13:25:01 -0000</pubDate><guid>https://sourceforge.net6081a6f06ed410f753ea97c067b9b124b8d9c895</guid></item><item><title>Please create a /include/binio subdir</title><link>https://sourceforge.net/p/libbinio/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We have been packaging libbinio for the Fedora Extras&lt;br /&gt;
package&lt;br /&gt;
repository and had a long discussion about the downside of&lt;br /&gt;
putting the 4 header files directly in $prefix/include.&lt;br /&gt;
We have&lt;br /&gt;
prepared a package which relocates these to&lt;br /&gt;
$prefix/include/binio/*.h&lt;br /&gt;
and would kindly request you to do the same. You can&lt;br /&gt;
get a basic&lt;br /&gt;
background on the issue in this Fedora Extras bug page:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168339" rel="nofollow"&gt;http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168339&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If a switch seems problematic I offer my help in&lt;br /&gt;
resolving the&lt;br /&gt;
issue.&lt;/p&gt;
&lt;p&gt;Also the package configure script does not seem to&lt;br /&gt;
recognize the &lt;/p&gt;
&lt;p&gt;./configure --includedir=/include/binio&lt;/p&gt;
&lt;p&gt;command, perhaps because of an outdated autoconf version&lt;br /&gt;
being used, so we have manually (well, using "mv")&lt;br /&gt;
moved the&lt;br /&gt;
.h files.&lt;/p&gt;
&lt;p&gt;Thanks for your attention.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Linus Walleij</dc:creator><pubDate>Fri, 16 Sep 2005 19:39:12 -0000</pubDate><guid>https://sourceforge.net0f7f0abfced94d321e948c3ef09a0b2b375e903c</guid></item><item><title>invalid readString interface</title><link>https://sourceforge.net/p/libbinio/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A very small 'bug', in the binistream class(binio.h) :&lt;br /&gt;
std::string readString(char delim);&lt;br /&gt;
instead of&lt;br /&gt;
std::string readString(const char delim = '\0' );&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Florian Seydoux</dc:creator><pubDate>Mon, 13 Oct 2003 16:44:08 -0000</pubDate><guid>https://sourceforge.netbaf98a27270e84272d69a007fcf6e79048d41e95</guid></item></channel></rss>