<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/gpass/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/gpass/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/gpass/bugs/</id><updated>2005-01-21T15:13:18Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>failed to allocate 180388626433 bytes</title><link href="https://sourceforge.net/p/gpass/bugs/5/" rel="alternate"/><published>2005-01-21T15:13:18Z</published><updated>2005-01-21T15:13:18Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net9d746e72d019e4ba309dc2334df2ddef6f3480c2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'm using AMD64 architecture with Gentoo linux.  I&lt;br /&gt;
cannot open gpass.dat file again once I create it and&lt;br /&gt;
exit the application.  Here is the output from gpass:&lt;/p&gt;
&lt;p&gt;trustin@pure .gpass $ gpass&lt;/p&gt;
&lt;p&gt;GLib-ERROR **: gmem.c:140: failed to allocate&lt;br /&gt;
180388626433 bytes&lt;br /&gt;
aborting...&lt;br /&gt;
trustin@pure .gpass $&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>`gpass` cannot handle UTF-8 locale correctly.</title><link href="https://sourceforge.net/p/gpass/bugs/4/" rel="alternate"/><published>2004-09-06T01:57:54Z</published><updated>2004-09-06T01:57:54Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net71cee3bcdaf26790446e355871f1c3d99b65bbda</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When `gpass` start with Japanese translation I made,&lt;br /&gt;
several errors are appeared;&lt;br /&gt;
"Invalid UTF8 string passed to pango_layout_set_text"&lt;/p&gt;
&lt;p&gt;This means, calling 'bind_textdomain_codeset()' does&lt;br /&gt;
not handle &lt;br /&gt;
UTF-8 encoding. It should be fix with:&lt;br /&gt;
bind_textdomain_codeset (PACKAGE, "UTF-8");&lt;br /&gt;
instead of&lt;br /&gt;
bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR);&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>compile error 0.4.2 undef ref to EVP_MD_CTX_init</title><link href="https://sourceforge.net/p/gpass/bugs/3/" rel="alternate"/><published>2004-06-02T16:25:49Z</published><updated>2004-06-02T16:25:49Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net3ae91cbd6d035b37caaf9894ca566772d0e20171</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;building on a debian/testing system, with all gnome stuff at 2.6.1. gnome built via garnome.&lt;/p&gt;
&lt;p&gt;gpass-encstream.o(.text+0x77): In function `encstream_open':&lt;br /&gt;
/tmp/gpass-0.4.2/src/encstream.c:58: undefined reference to `EVP_MD_CTX_init'&lt;br /&gt;
gpass-encstream.o(.text+0x7c):/tmp/gpass-0.4.2/src/encstream.c:59: undefined reference to `EVP_sha1'&lt;br /&gt;
gpass-encstream.o(.text+0x8e):/tmp/gpass-0.4.2/src/encstream.c:59: undefined reference to `EVP_DigestInit_ex'&lt;br /&gt;
gpass-encstream.o(.text+0xa9):/tmp/gpass-0.4.2/src/encstream.c:60: undefined reference to `EVP_DigestUpdate'&lt;br /&gt;
gpass-encstream.o(.text+0xbc):/tmp/gpass-0.4.2/src/encstream.c:61: undefined reference to `EVP_DigestFinal_ex'&lt;br /&gt;
gpass-encstream.o(.text+0xc7):/tmp/gpass-0.4.2/src/encstream.c:62: undefined reference to `EVP_MD_CTX_cleanup'&lt;br /&gt;
gpass-encstream.o(.text+0xcf):/tmp/gpass-0.4.2/src/encstream.c:65: undefined reference to `EVP_CIPHER_CTX_init'&lt;br /&gt;
gpass-encstream.o(.text+0xd4):/tmp/gpass-0.4.2/src/encstream.c:66: undefined reference to `EVP_bf_cbc'&lt;br /&gt;
gpass-encstream.o(.text+0xf9):/tmp/gpass-0.4.2/src/encstream.c:66: undefined reference to `EVP_CipherInit_ex'&lt;br /&gt;
gpass-encstream.o(.text+0x108):/tmp/gpass-0.4.2/src/encstream.c:67: undefined reference to `EVP_CIPHER_CTX_set_key_length'&lt;br /&gt;
gpass-encstream.o(.text+0x12e):/tmp/gpass-0.4.2/src/encstream.c:68: undefined reference to `EVP_CipherInit_ex'&lt;br /&gt;
gpass-encstream.o(.text+0x17d): In function `encstream_close':&lt;br /&gt;
/tmp/gpass-0.4.2/src/encstream.c:80: undefined reference to `EVP_CipherFinal_ex'&lt;br /&gt;
gpass-encstream.o(.text+0x1a4):/tmp/gpass-0.4.2/src/encstream.c:81: undefined reference to `EVP_CIPHER_CTX_cleanup'gpass-encstream.o(.text+0x2b1): In function `encstream_gets':&lt;br /&gt;
/tmp/gpass-0.4.2/src/encstream.c:134: undefined reference to `EVP_CipherFinal_ex'&lt;br /&gt;
gpass-encstream.o(.text+0x303):/tmp/gpass-0.4.2/src/encstream.c:141: undefined reference to `EVP_CipherUpdate'&lt;br /&gt;
gpass-encstream.o(.text+0x475): In function `encstream_read':&lt;br /&gt;
/tmp/gpass-0.4.2/src/encstream.c:185: undefined reference to `EVP_CipherFinal_ex'&lt;br /&gt;
gpass-encstream.o(.text+0x4c3):/tmp/gpass-0.4.2/src/encstream.c:192: undefined reference to `EVP_CipherUpdate'&lt;br /&gt;
gpass-encstream.o(.text+0x610): In function `encstream_write':&lt;br /&gt;
/tmp/gpass-0.4.2/src/encstream.c:230: undefined reference to `EVP_CipherUpdate'&lt;br /&gt;
collect2: ld returned 1 exit status&lt;br /&gt;
make[2]: *** [gpass] Error 1&lt;br /&gt;
make[2]: Leaving directory `/tmp/gpass-0.4.2/src'&lt;br /&gt;
make[1]: *** [all-recursive] Error 1&lt;br /&gt;
make[1]: Leaving directory `/tmp/gpass-0.4.2'&lt;br /&gt;
make: *** [all] Error 2&lt;/p&gt;
&lt;p&gt;configure picks up everyting correctly, esp. the libssl-dev packages of debian.&lt;/p&gt;
&lt;p&gt;regards&lt;br /&gt;
Frank&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>won't build on RedHat 8.0</title><link href="https://sourceforge.net/p/gpass/bugs/2/" rel="alternate"/><published>2004-05-03T14:19:53Z</published><updated>2004-05-03T14:19:53Z</updated><author><name>Moritz Barsnick</name><uri>https://sourceforge.net/u/barsnick/</uri></author><id>https://sourceforge.net428e7c38b4612f2ee2f60918782fd19f75189712</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;at work, I work on a set of RedHat 8.0 machines. They &lt;br /&gt;
do have Gnome2 and Gtk+2 (also the devel packages), &lt;br /&gt;
but can nevertheless not build. Apart from the OpenSSL &lt;br /&gt;
problem reported in a different bug report, the &lt;br /&gt;
compilation also fails on these:&lt;/p&gt;
&lt;p&gt;g_set_application_name is not found&lt;br /&gt;
gtk_tree_model_filter_new&lt;br /&gt;
gtk_tree_model_filter_set_visible_func&lt;br /&gt;
gtk_tree_model_filter_refilter&lt;br /&gt;
gtk_tree_model_filter_convert_iter_to_child_iter&lt;br /&gt;
GTK_TREE_MODEL_FILTER&lt;/p&gt;
&lt;p&gt;I'm not sure in which Gtk+ version these were introduced, &lt;br /&gt;
but you may find a way to program this app without &lt;br /&gt;
these, and get a much larger user base.&lt;/p&gt;
&lt;p&gt;Thanks for listening,&lt;br /&gt;
best regards,&lt;br /&gt;
Moritz&lt;/p&gt;
&lt;p&gt;P.S.:&lt;br /&gt;
PROMPT&amp;gt; rpm -qa | egrep "^(gnome-libs|gtk2-)" | sort&lt;br /&gt;
gnome-libs-1.4.1.2.90-22&lt;br /&gt;
gnome-libs-devel-1.4.1.2.90-22&lt;br /&gt;
gtk2-2.0.6-8&lt;br /&gt;
gtk2-devel-2.0.6-8&lt;br /&gt;
gtk2-engines-1.9.0-4&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>won't build against OpenSSL 0.9.6b</title><link href="https://sourceforge.net/p/gpass/bugs/1/" rel="alternate"/><published>2004-05-03T14:13:49Z</published><updated>2004-05-03T14:13:49Z</updated><author><name>Moritz Barsnick</name><uri>https://sourceforge.net/u/barsnick/</uri></author><id>https://sourceforge.net885be01138d44da4747b2761ad95bf42e9bd2bcb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm running RedHat 8.0 at work (can't update, no choice &lt;br /&gt;
here ;-&amp;gt;), and can't build gpass. First root cause: It &lt;br /&gt;
can't find some symbols which seem to be from newer &lt;br /&gt;
OpenSSL versions.&lt;/p&gt;
&lt;p&gt;If I add a workaround for the first seen error:&lt;br /&gt;
+/* workaround for OpenSSL without &lt;br /&gt;
EVP_MAX_BLOCK_LENGTH */&lt;br /&gt;
+#ifndef EVP_MAX_BLOCK_LENGTH&lt;br /&gt;
+  #define EVP_MAX_BLOCK_LENGTH 32&lt;br /&gt;
+#endif&lt;br /&gt;
+&lt;/p&gt;
&lt;p&gt;, it will choke further down:&lt;br /&gt;
encstream.c: In function `encstream_open':&lt;br /&gt;
encstream.c:58: warning: implicit declaration of function &lt;br /&gt;
`EVP_MD_CTX_init'&lt;br /&gt;
encstream.c:59: warning: implicit declaration of function &lt;br /&gt;
`EVP_DigestInit_ex'&lt;br /&gt;
encstream.c:61: warning: implicit declaration of function &lt;br /&gt;
`EVP_DigestFinal_ex'&lt;br /&gt;
encstream.c:62: warning: implicit declaration of function &lt;br /&gt;
`EVP_MD_CTX_cleanup'&lt;br /&gt;
encstream.c:66: warning: implicit declaration of function &lt;br /&gt;
`EVP_CipherInit_ex'&lt;br /&gt;
encstream.c: In function `encstream_close':&lt;br /&gt;
encstream.c:80: warning: implicit declaration of function &lt;br /&gt;
`EVP_CipherFinal_ex'&lt;br /&gt;
encstream.c: In function `encstream_write':&lt;br /&gt;
encstream.c:230: warning: passing arg 4 of &lt;br /&gt;
`EVP_CipherUpdate' discards qualifiers from pointer target &lt;br /&gt;
type&lt;/p&gt;
&lt;p&gt;I'll post another bug about the other problems.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Moritz&lt;/p&gt;
&lt;p&gt;(P.S.: I will check on my very much newer Fedora system &lt;br /&gt;
at home next.)&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>