<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>132308</bug_id>
          
          <creation_ts>2006-05-04 19:52 0000</creation_ts>
          <short_desc>hddtemp uclibc issues</short_desc>
          <delta_ts>2007-07-29 21:29:52 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>aurelien.francillon@inrialpes.fr</reporter>
          <assigned_to>spock@gentoo.org</assigned_to>
          <cc>aurelien.francillon@inrialpes.fr</cc>
    
    <cc>calchan@gentoo.org</cc>
    
    <cc>embedded@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-05-04 19:52:54 0000</bug_when>
            <thetext>Hi, 
hddtemp fails to build on a uclibc/hardened host, the issues are relevant to uclibc / nls /iconv 
there is thre bugs:
1) 
backtrace.c:24:22: execinfo.h: No such file or directory
backtrace.c: In function `backtrace_handler&apos;:
backtrace.c:114: warning: implicit declaration of function `backtrace&apos;
backtrace.c:117: warning: implicit declaration of function `backtrace_symbols&apos;
backtrace.c:117: warning: assignment makes pointer from integer without a cast
backtrace.c:46: warning: unused variable `old_eip&apos;
backtrace.c:46: warning: unused variable `old_ebp&apos;

2)
utf8.c:27:19: iconv.h: No such file or directory
utf8.c: In function `iconv_from_utf8_to_locale&apos;:
utf8.c:40: error: `iconv_t&apos; undeclared (first use in this function)
utf8.c:40: error: (Each undeclared identifier is reported only once
utf8.c:40: error: for each function it appears in.)
utf8.c:40: error: syntax error before &quot;cd&quot;
utf8.c:58: error: `cd&apos; undeclared (first use in this function)
utf8.c:58: warning: implicit declaration of function `iconv_open&apos;
utf8.c:71: warning: implicit declaration of function `iconv&apos;
utf8.c:87: warning: implicit declaration of function `iconv_close&apos;

3)
hddtemp.c:254: warning: implicit declaration of function `bindtextdomain&apos;
hddtemp.c:255: warning: implicit declaration of function `textdomain&apos;
hddtemp-hddtemp.o: In function `main&apos;:
hddtemp.c:(.text+0x3d2): undefined reference to `bindtextdomain&apos;
hddtemp.c:(.text+0x3da): undefined reference to `textdomain&apos;
collect2: ld returned 1 exit status

I will provides the patches. I can&apos;t test it fully as my hd doesn&apos;t have a temperature sensor :(
But as far as i can test, it&apos;s ok, however some more testing might be good ..
thanks 
Aur</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-05-04 19:52:54 0000</bug_when>
            <thetext>Hi, 
hddtemp fails to build on a uclibc/hardened host, the issues are relevant to uclibc / nls /iconv 
there is thre bugs:
1) 
backtrace.c:24:22: execinfo.h: No such file or directory
backtrace.c: In function `backtrace_handler&apos;:
backtrace.c:114: warning: implicit declaration of function `backtrace&apos;
backtrace.c:117: warning: implicit declaration of function `backtrace_symbols&apos;
backtrace.c:117: warning: assignment makes pointer from integer without a cast
backtrace.c:46: warning: unused variable `old_eip&apos;
backtrace.c:46: warning: unused variable `old_ebp&apos;

2)
utf8.c:27:19: iconv.h: No such file or directory
utf8.c: In function `iconv_from_utf8_to_locale&apos;:
utf8.c:40: error: `iconv_t&apos; undeclared (first use in this function)
utf8.c:40: error: (Each undeclared identifier is reported only once
utf8.c:40: error: for each function it appears in.)
utf8.c:40: error: syntax error before &quot;cd&quot;
utf8.c:58: error: `cd&apos; undeclared (first use in this function)
utf8.c:58: warning: implicit declaration of function `iconv_open&apos;
utf8.c:71: warning: implicit declaration of function `iconv&apos;
utf8.c:87: warning: implicit declaration of function `iconv_close&apos;

3)
hddtemp.c:254: warning: implicit declaration of function `bindtextdomain&apos;
hddtemp.c:255: warning: implicit declaration of function `textdomain&apos;
hddtemp-hddtemp.o: In function `main&apos;:
hddtemp.c:(.text+0x3d2): undefined reference to `bindtextdomain&apos;
hddtemp.c:(.text+0x3da): undefined reference to `textdomain&apos;
collect2: ld returned 1 exit status

I will provides the patches. I can&apos;t test it fully as my hd doesn&apos;t have a temperature sensor :(
But as far as i can test, it&apos;s ok, however some more testing might be good ..
thanks 
Aurélien</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-05-04 19:53:35 0000</bug_when>
            <thetext>Created an attachment (id=86177)
iconv.h patch 

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-05-04 19:55:16 0000</bug_when>
            <thetext>Created an attachment (id=86178)
nls  patch 

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-05-04 19:55:50 0000</bug_when>
            <thetext>Created an attachment (id=86179)
uclibc patch 

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2006-05-04 23:31:06 0000</bug_when>
            <thetext>bug-wranglers@gentoo.org</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>solar@gentoo.org</who>
            <bug_when>2006-05-07 06:53:06 0000</bug_when>
            <thetext>+#if !defined(HAVE_CONFIG_H) || defined(HAVE_ICONV)
I don&apos;t understand the your logic used here. (otherwise thanks for the patches. it&apos;s exactly the right way to handle these problems)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>solar@gentoo.org</who>
            <bug_when>2006-05-07 06:54:49 0000</bug_when>
            <thetext>The setlocale() should really be wrapped in the ENABLE_NLS or the stub defs should 
be used.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-05-09 05:42:59 0000</bug_when>
            <thetext>(In reply to comment #5)
&gt; +#if !defined(HAVE_CONFIG_H) || defined(HAVE_ICONV)
&gt; I don&apos;t understand the your logic used here. 

My point is that if there is no config.h (i.e. compiling the code without configure ... ) i don&apos;t want to drop the iconv support ...
Ok this is maybe not relevant ...
Do you want me to update the patch witout this ?
Cheers 
Aur</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-05-09 05:42:59 0000</bug_when>
            <thetext>(In reply to comment #5)
&gt; +#if !defined(HAVE_CONFIG_H) || defined(HAVE_ICONV)
&gt; I don&apos;t understand the your logic used here. 

My point is that if there is no config.h (i.e. compiling the code without configure ... ) i don&apos;t want to drop the iconv support ...
Ok this is maybe not relevant ...
Do you want me to update the patch witout this ?
Cheers 
Aurélien</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-05-09 06:11:05 0000</bug_when>
            <thetext>Created an attachment (id=86475)
updated nls patch 

now includes setlocale inside the ENABLE_NLS
thanks for the comment 
Aur</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-05-09 06:11:05 0000</bug_when>
            <thetext>Created an attachment (id=86475)
updated nls patch 

now includes setlocale inside the ENABLE_NLS
thanks for the comment 
Aurélien
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>solar@gentoo.org</who>
            <bug_when>2006-05-25 15:06:01 0000</bug_when>
            <thetext>These patches look good to me.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-09-06 06:05:33 0000</bug_when>
            <thetext>Hi,
I sent a mail to the developer of hddtemp about one month ago, didn&apos;t receive any answer. Would you consider pushing these patches to portage?
Thanks
Aur</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-09-06 06:05:33 0000</bug_when>
            <thetext>Hi,
I sent a mail to the developer of hddtemp about one month ago, didn&apos;t receive any answer. Would you consider pushing these patches to portage?
Thanks
Aurélien
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2006-09-08 19:44:34 0000</bug_when>
            <thetext>the patch for src/backtrace.c should be a proper configure check ... only add support for that if the toolchain has the execinfo.h header</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-12-11 10:27:07 0000</bug_when>
            <thetext>Created an attachment (id=103817)
hddtemp-0.3-beta15_execinfo.patch

Hi,
I (finally) updated the patch according to your comments about execinfo.h
as it includes a patch of configure.in, autoconf needs to be executed after patching.
But it fails if launched with ./autogen.sh because aclocal can&apos;t find  AM_GNU_GETTEXT* macros. The script should use aclocal-1.9, previous ones returns the error code 1. Ok may not really matter... 

thanks 
Aur</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2006-12-11 10:27:07 0000</bug_when>
            <thetext>Created an attachment (id=103817)
hddtemp-0.3-beta15_execinfo.patch

Hi,
I (finally) updated the patch according to your comments about execinfo.h
as it includes a patch of configure.in, autoconf needs to be executed after patching.
But it fails if launched with ./autogen.sh because aclocal can&apos;t find  AM_GNU_GETTEXT* macros. The script should use aclocal-1.9, previous ones returns the error code 1. Ok may not really matter... 

thanks 
Aurélien</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2007-03-25 13:44:10 0000</bug_when>
            <thetext>thanks, that&apos;s something that should be sent upstream too :)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2007-03-26 08:53:59 0000</bug_when>
            <thetext>Created an attachment (id=114465)
hddtemp-0.3_beta15-iconv.patch

updated iconv patch to  hddtemp-0.3_beta15</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2007-03-26 15:57:35 0000</bug_when>
            <thetext>Created an attachment (id=114502)
hddtemp-0.3_beta15-nls.patch

updated nls patch to hddtemp-0.3_beta15</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2007-03-26 16:05:02 0000</bug_when>
            <thetext>Created an attachment (id=114504)
hddtemp-0.3_beta15-r1.ebuild.patch

Patch for the ebuild in order to apply previous patches and rerun autotools.

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2007-03-26 23:17:28 0000</bug_when>
            <thetext>i think the HAVE_CONFIG_H check is pointless as rarely should the code be compiled outside of configure

also, the iconv one is a little extensive ... that last hunk could simply read:
   free(src_buffer);			// free string
+#endif
+
   return strdup(fallback_string); 	// and return fallback string</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aurelien.francillon@inrialpes.fr</who>
            <bug_when>2007-03-27 07:42:54 0000</bug_when>
            <thetext>Created an attachment (id=114578)
hddtemp-0.3_beta15-iconv.patch

thanks for your comments spanky, updated patch, 
i have sent patches to hddtemp-dev mailing list
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>spock@gentoo.org</who>
            <bug_when>2007-07-29 21:29:52 0000</bug_when>
            <thetext>Thanks for the patches! They are included in hddtemp-0.3_beta15-r2.</thetext>
          </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>86177</attachid>
            <date>2006-05-04 19:53 0000</date>
            <desc>iconv.h patch </desc>
            <filename>hddtemp_iconv.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIHNyYy91dGY4LmMtb3JpZwkyMDA2LTA1LTA1IDAyOjM3OjA5ICswMDAwCisrKyBzcmMvdXRm
OC5jCTIwMDYtMDUtMDUgMDI6NDc6MTYgKzAwMDAKQEAgLTI0LDcgKzI0LDkgQEAKIAogLy8gU3Rh
bmRhcmQgaW5jbHVkZXMKICNpbmNsdWRlIDxzdGRsaWIuaD4KKyNpZiAgIWRlZmluZWQoSEFWRV9D
T05GSUdfSCkgfHwgZGVmaW5lZChIQVZFX0lDT05WKSAKICNpbmNsdWRlIDxpY29udi5oPgorI2Vu
ZGlmIAogI2luY2x1ZGUgPGxhbmdpbmZvLmg+CiAjaW5jbHVkZSA8bG9jYWxlLmg+CiAjaW5jbHVk
ZSA8c3RyaW5nLmg+CkBAIC0zNSw2ICszNyw3IEBACiAKIHN0YXRpYyBjaGFyICppY29udl9mcm9t
X3V0ZjhfdG9fbG9jYWxlKGNvbnN0IGNoYXIgKnN0cmluZywgY29uc3QgY2hhciogZmFsbGJhY2tf
c3RyaW5nKQogeworI2lmICFkZWZpbmVkKEhBVkVfQ09ORklHX0gpIHx8IGRlZmluZWQoSEFWRV9J
Q09OVikKICAgY29uc3Qgc2l6ZV90IGJ1ZmZlcl9pbmMgPSA4MDsJLy8gSW5jcmVtZW50IGJ1ZmZl
ciBzaXplIGluIDgwIGJ5dGVzIHN0ZXAKICAgY29uc3QgY2hhciAqY2hhcnNldDsKICAgaWNvbnZf
dCBjZDsKQEAgLTk1LDYgKzk4LDkgQEAKICAgICBmcmVlKGRlc3RfYnVmZmVyKTsgIAkJLy8gZnJl
ZSBidWZmZXIKICAgZnJlZShzcmNfYnVmZmVyKTsJCQkvLyBmcmVlIHN0cmluZwogICByZXR1cm4g
c3RyZHVwKGZhbGxiYWNrX3N0cmluZyk7IAkvLyBhbmQgcmV0dXJuIGZhbGxiYWNrIHN0cmluZwor
I2Vsc2UgLy8gTm8gaWNvbnYgYXZhaWxhYmxlCisgIHJldHVybiBzdHJkdXAoZmFsbGJhY2tfc3Ry
aW5nKTsgICAgICAgLy8gYW5kIHJldHVybiBmYWxsYmFjayBzdHJpbmcKKyNlbmRpZgogfQogCiBj
aGFyICpkZWdyZWVfc2lnbigpCg==
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>86178</attachid>
            <date>2006-05-04 19:55 0000</date>
            <desc>nls  patch </desc>
            <filename>hddtemp_nls.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIHNyYy9oZGR0ZW1wLmMtb3JpZwkyMDA2LTA1LTA1IDAyOjUyOjI4ICswMDAwCisrKyBzcmMv
aGRkdGVtcC5jCTIwMDYtMDUtMDUgMDI6NTI6NTAgKzAwMDAKQEAgLTI1MSw4ICsyNTEsMTAgQEAK
ICAgYmFja3RyYWNlX3NpZ2J1cygpOwogCiAgIHNldGxvY2FsZSAoTENfQUxMLCAiIik7CisjaWYg
RU5BQkxFX05MUwogICBiaW5kdGV4dGRvbWFpbiAoUEFDS0FHRSwgTE9DQUxFRElSKTsKICAgdGV4
dGRvbWFpbiAoUEFDS0FHRSk7CisjZW5kaWYKICAgCiAgIHNob3dfZGIgPSBkZWJ1ZyA9IG51bWVy
aWMgPSBxdWlldCA9IHdha2V1cCA9IGFmX2hpbnQgPSBzeXNsb2dfaW50ZXJ2YWwgPSAwOwogICBw
b3J0bnVtID0gUE9SVF9OVU1CRVI7Cg==
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>86179</attachid>
            <date>2006-05-04 19:55 0000</date>
            <desc>uclibc patch </desc>
            <filename>hddtemp_uclibc.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIHNyYy9iYWNrdHJhY2UuYy1vbGQJMjAwNi0wNS0wNSAwMjo0MTo1OSArMDAwMAorKysgc3Jj
L2JhY2t0cmFjZS5jCTIwMDYtMDUtMDUgMDI6NDI6MDkgKzAwMDAKQEAgLTE5LDcgKzE5LDcgQEAK
IAogI2luY2x1ZGUgPGZlYXR1cmVzLmg+CiAKLSNpZiBkZWZpbmVkKF9faTM4Nl9fKSAmJiBkZWZp
bmVkKF9fR0xJQkNfXykKKyNpZiBkZWZpbmVkKF9faTM4Nl9fKSAmJiBkZWZpbmVkKF9fR0xJQkNf
XykgJiYgIWRlZmluZWQoX19VQ0xJQkNfXykKIAogI2luY2x1ZGUgPGV4ZWNpbmZvLmg+CiAK
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>86475</attachid>
            <date>2006-05-09 06:11 0000</date>
            <desc>updated nls patch </desc>
            <filename>hddtemp_nls_0.2.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGhkZHRlbXAuYy1vcmlnCTIwMDYtMDUtMDkgMTM6MjE6MzAgKzAwMDAKKysrIGhkZHRlbXAu
YwkyMDA2LTA1LTA5IDEzOjIyOjIwICswMDAwCkBAIC0yNTAsOSArMjUwLDExIEBACiAgIGJhY2t0
cmFjZV9zaWdpbGwoKTsKICAgYmFja3RyYWNlX3NpZ2J1cygpOwogCisjaWYgRU5BQkxFX05MUwog
ICBzZXRsb2NhbGUgKExDX0FMTCwgIiIpOwogICBiaW5kdGV4dGRvbWFpbiAoUEFDS0FHRSwgTE9D
QUxFRElSKTsKICAgdGV4dGRvbWFpbiAoUEFDS0FHRSk7CisjZW5kaWYKICAgCiAgIHNob3dfZGIg
PSBkZWJ1ZyA9IG51bWVyaWMgPSBxdWlldCA9IHdha2V1cCA9IGFmX2hpbnQgPSBzeXNsb2dfaW50
ZXJ2YWwgPSAwOwogICBwb3J0bnVtID0gUE9SVF9OVU1CRVI7Cg==
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>103817</attachid>
            <date>2006-12-11 10:27 0000</date>
            <desc>hddtemp-0.3-beta15_execinfo.patch</desc>
            <filename>hddtemp-0.3-beta15_execinfo.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGhkZHRlbXAtMC4zLWJldGExNS9jb25maWd1cmUuaW5+CTIwMDUtMTAtMTcgMTk6MTQ6MTkg
KzAwMDAKKysrIGhkZHRlbXAtMC4zLWJldGExNS9jb25maWd1cmUuaW4JMjAwNi0xMi0xMSAxODoy
MzoyMiArMDAwMApAQCAtMTgsNiArMTgsNyBAQAogQUNfSEVBREVSX1NUREMKIEFDX0NIRUNLX0hF
QURFUlMoZmNudGwuaCkKIEFDX0NIRUNLX0hFQURFUlMobmV0aW5ldC9pbi5oKQorQUNfQ0hFQ0tf
SEVBREVSUyhleGVjaW5mby5oKQogQUNfQ0hFQ0tfVFlQRShpbl9hZGRyX3QsICxbQUNfREVGSU5F
X1VOUVVPVEVEKFtpbl9hZGRyX3RdLCBbdWludDMyX3RdLCBbRGVmaW5lIHRvICd1aW50MzJfdCcg
aWYgPG5ldGluZXQvaW4uaD4gZG9lcyBub3QgZGVmaW5lLl0pXSwgWyNpbmNsdWRlIDxuZXRpbmV0
L2luLmg+XSkKIAogIyBDaGVja3MgZm9yIHR5cGVkZWZzLCBzdHJ1Y3R1cmVzLCBhbmQgY29tcGls
ZXIgY2hhcmFjdGVyaXN0aWNzLgotLS0gaGRkdGVtcC0wLjMtYmV0YTE1L3NyYy9iYWNrdHJhY2Uu
Yy1vcmlnCTIwMDYtMTItMTEgMTg6MjA6NDEgKzAwMDAKKysrIGhkZHRlbXAtMC4zLWJldGExNS9z
cmMvYmFja3RyYWNlLmMJMjAwNi0xMi0xMSAxODoyMzoyOCArMDAwMApAQCAtMTgsNyArMTgsNyBA
QAogCiAjaW5jbHVkZSA8ZmVhdHVyZXMuaD4KIAotI2lmIGRlZmluZWQoX19pMzg2X18pICYmIGRl
ZmluZWQoX19HTElCQ19fKQorI2lmZGVmIEhBU19FWEVDSU5GT19ICiAKICNpbmNsdWRlIDxleGVj
aW5mby5oPgogCg==
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>114465</attachid>
            <date>2007-03-26 08:53 0000</date>
            <desc>hddtemp-0.3_beta15-iconv.patch</desc>
            <filename>hddtemp-0.3_beta15-iconv.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGhkZHRlbXAtMC4zLWJldGExNS9zcmMvdXRmOC5jfgkyMDA2LTA0LTE5IDAyOjM3OjAyICsw
MDAwCisrKyBoZGR0ZW1wLTAuMy1iZXRhMTUvc3JjL3V0ZjguYwkyMDA3LTAzLTI2IDA4OjAxOjU1
ICswMDAwCkBAIC0yMyw3ICsyMyw5IEBACiAKIC8vIFN0YW5kYXJkIGluY2x1ZGVzCiAjaW5jbHVk
ZSA8c3RkbGliLmg+CisjaWYgICFkZWZpbmVkKEhBVkVfQ09ORklHX0gpIHx8IGRlZmluZWQoSEFW
RV9JQ09OVikKICNpbmNsdWRlIDxpY29udi5oPgorI2VuZGlmCiAjaW5jbHVkZSA8bGFuZ2luZm8u
aD4KICNpbmNsdWRlIDxsb2NhbGUuaD4KICNpbmNsdWRlIDxzdHJpbmcuaD4KQEAgLTM0LDYgKzM2
LDcgQEAKIAogc3RhdGljIGNoYXIgKmljb252X2Zyb21fdXRmOF90b19sb2NhbGUoY29uc3QgY2hh
ciAqc3RyaW5nLCBjb25zdCBjaGFyKiBmYWxsYmFja19zdHJpbmcpCiB7CisjaWYgIWRlZmluZWQo
SEFWRV9DT05GSUdfSCkgfHwgZGVmaW5lZChIQVZFX0lDT05WKQogICBjb25zdCBzaXplX3QgYnVm
ZmVyX2luYyA9IDgwOwkvLyBJbmNyZW1lbnQgYnVmZmVyIHNpemUgaW4gODAgYnl0ZXMgc3RlcAog
ICBjb25zdCBjaGFyICpjaGFyc2V0OwogICBpY29udl90IGNkOwpAQCAtOTQsNiArOTcsMTEgQEAK
ICAgICBmcmVlKGRlc3RfYnVmZmVyKTsgIAkJLy8gZnJlZSBidWZmZXIKICAgZnJlZShzcmNfYnVm
ZmVyKTsJCQkvLyBmcmVlIHN0cmluZwogICByZXR1cm4gc3RyZHVwKGZhbGxiYWNrX3N0cmluZyk7
IAkvLyBhbmQgcmV0dXJuIGZhbGxiYWNrIHN0cmluZworCisjZWxzZSAvLyBObyBpY29udiBhdmFp
bGFibGUKKyAgcmV0dXJuIHN0cmR1cChmYWxsYmFja19zdHJpbmcpOyAgICAgICAvLyBhbmQgcmV0
dXJuIGZhbGxiYWNrIHN0cmluZworI2VuZGlmCisKIH0KIAogY2hhciAqZGVncmVlX3NpZ24oKQo=
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>114502</attachid>
            <date>2007-03-26 15:57 0000</date>
            <desc>hddtemp-0.3_beta15-nls.patch</desc>
            <filename>hddtemp-0.3_beta15-nls.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGhkZHRlbXAtMC4zLWJldGExNS9zcmMvaGRkdGVtcC5jfgkyMDA2LTA0LTE5IDAyOjM3OjM1
ICswMDAwCisrKyBoZGR0ZW1wLTAuMy1iZXRhMTUvc3JjL2hkZHRlbXAuYwkyMDA3LTAzLTI2IDA4
OjE0OjE3ICswMDAwCkBAIC0yNzUsOSArMjc1LDExIEBACiAgIGJhY2t0cmFjZV9zaWdpbGwoKTsK
ICAgYmFja3RyYWNlX3NpZ2J1cygpOwogCisjaWYgRU5BQkxFX05MUwogICBzZXRsb2NhbGUgKExD
X0FMTCwgIiIpOwogICBiaW5kdGV4dGRvbWFpbiAoUEFDS0FHRSwgTE9DQUxFRElSKTsKICAgdGV4
dGRvbWFpbiAoUEFDS0FHRSk7CisjZW5kaWYKICAgCiAgIHNob3dfZGIgPSBkZWJ1ZyA9IG51bWVy
aWMgPSBxdWlldCA9IHdha2V1cCA9IGFmX2hpbnQgPSBzeXNsb2dfaW50ZXJ2YWwgPSAwOwogICB1
bml0ID0gREVGQVVMVDsK
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>114504</attachid>
            <date>2007-03-26 16:05 0000</date>
            <desc>hddtemp-0.3_beta15-r1.ebuild.patch</desc>
            <filename>hddtemp-0.3_beta15-r1.ebuild.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIC91c3IvcG9ydGFnZS9hcHAtYWRtaW4vaGRkdGVtcC9oZGR0ZW1wLTAuM19iZXRhMTUtcjEu
ZWJ1aWxkCTIwMDctMDMtMjQgMjA6MDU6MjUuMDAwMDAwMDAwICswMTAwCisrKyBoZGR0ZW1wLTAu
M19iZXRhMTUtcjEuZWJ1aWxkCTIwMDctMDMtMjYgMTY6NDI6MzUuMDAwMDAwMDAwICswMjAwCkBA
IC0yMyw2ICsyMywxNiBAQAogCXVucGFjayAke0F9CiAJZXBhdGNoICR7RklMRVNESVJ9LyR7UH0t
c2F0YWNtZHMucGF0Y2gKIAllcGF0Y2ggJHtGSUxFU0RJUn0vJHtQfS1ieXRlc3dhcC5wYXRjaAor
CWVwYXRjaCAke0ZJTEVTRElSfS8ke1B9LWV4ZWNpbmZvLnBhdGNoCisJZXBhdGNoICR7RklMRVNE
SVJ9LyR7UH0taWNvbnYucGF0Y2gKKwllcGF0Y2ggJHtGSUxFU0RJUn0vJHtQfS1ubHMucGF0Y2gK
KworCSMgUmVydW4gYXV0b3Rvb2xzCisJY2QgJHtTfQorCWVpbmZvICJSZWdlbmVyYXRpbmcgYXV0
b3Rvb2xzIGZpbGVzLi4uIgorCWFjbG9jYWwgLUkgbTQgfHwgZGllICJhY2xvY2FsIGZhaWxlZCIK
KwlhdXRvY29uZiB8fCBkaWUgImF1dG9jb25mIGZhaWxlZCIKKwlhdXRvbWFrZSB8fCBkaWUgImF1
dG9tYWtlIGZhaWxlZCIKIH0KIAogc3JjX2NvbXBpbGUoKSB7Cg==
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>114578</attachid>
            <date>2007-03-27 07:42 0000</date>
            <desc>hddtemp-0.3_beta15-iconv.patch</desc>
            <filename>hddtemp-0.3_beta15-iconv.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGhkZHRlbXAtMC4zLWJldGExNS9zcmMvdXRmOC5jfgkyMDA3LTAzLTI3IDA5OjA5OjU5LjAw
MDAwMDAwMCArMDIwMAorKysgaGRkdGVtcC0wLjMtYmV0YTE1L3NyYy91dGY4LmMJMjAwNy0wMy0y
NyAwOToxMDowNi4wMDAwMDAwMDAgKzAyMDAKQEAgLTIzLDcgKzIzLDkgQEAKIAogLy8gU3RhbmRh
cmQgaW5jbHVkZXMKICNpbmNsdWRlIDxzdGRsaWIuaD4KKyNpZmRlZiBIQVZFX0lDT05WCiAjaW5j
bHVkZSA8aWNvbnYuaD4KKyNlbmRpZgogI2luY2x1ZGUgPGxhbmdpbmZvLmg+CiAjaW5jbHVkZSA8
bG9jYWxlLmg+CiAjaW5jbHVkZSA8c3RyaW5nLmg+CkBAIC0zNCw2ICszNiw3IEBACiAKIHN0YXRp
YyBjaGFyICppY29udl9mcm9tX3V0ZjhfdG9fbG9jYWxlKGNvbnN0IGNoYXIgKnN0cmluZywgY29u
c3QgY2hhciogZmFsbGJhY2tfc3RyaW5nKQogeworI2lmZGVmIEhBVkVfSUNPTlYKICAgY29uc3Qg
c2l6ZV90IGJ1ZmZlcl9pbmMgPSA4MDsJLy8gSW5jcmVtZW50IGJ1ZmZlciBzaXplIGluIDgwIGJ5
dGVzIHN0ZXAKICAgY29uc3QgY2hhciAqY2hhcnNldDsKICAgaWNvbnZfdCBjZDsKQEAgLTkzLDYg
Kzk2LDcgQEAKICAgaWYgKGRlc3RfYnVmZmVyICE9IE5VTEwpCiAgICAgZnJlZShkZXN0X2J1ZmZl
cik7ICAJCS8vIGZyZWUgYnVmZmVyCiAgIGZyZWUoc3JjX2J1ZmZlcik7CQkJLy8gZnJlZSBzdHJp
bmcKKyNlbmRpZiAvLyBIQVZFX0lDT05WCiAgIHJldHVybiBzdHJkdXAoZmFsbGJhY2tfc3RyaW5n
KTsgCS8vIGFuZCByZXR1cm4gZmFsbGJhY2sgc3RyaW5nCiB9CiAK
</data>        

          </attachment>
    </bug>

</bugzilla>