From impythefruit at gmail.com Tue Feb 7 09:28:01 2012 From: impythefruit at gmail.com (Marco) Date: Tue, 7 Feb 2012 10:28:01 +0100 Subject: [crux64] thttpd, md5 mismatch, and compiler warning Message-ID: <20120207102801.401343d5@rei> Hi I'm tring to install thttpd but obtain an error about md5. After update the md5, when compile there is some warning about cast from integer to pointer. I'm on crux-64 and don't known if is a platform specific problem. # prt-get depinst thttpd prt-get: installing /usr/ports/contrib/thttpd =======> Downloading 'http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz'. --2012-02-07 09:49:01-- http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz Resolving www.acme.com... 216.27.178.28 Connecting to www.acme.com|216.27.178.28|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 132275 (129K) [application/x-tar] Saving to: `/usr/ports/contrib/thttpd/thttpd-2.25b.tar.gz.partial' 100%[============================================================================================================================================>] 132,275 53.5K/s in 2.4s 2012-02-07 09:49:04 (53.5 KB/s) - `/usr/ports/contrib/thttpd/thttpd-2.25b.tar.gz.partial' saved [132275/132275] =======> ERROR: Md5sum mismatch found: MISSING a0e9cd87455d3a0ea11e5ea7e947adf6 thttpd-2.25b.tar.gz NEW 156b249b3b0bcd48b06badd2db0d56c5 thttpd-2.25b.tar.gz =======> ERROR: Building '/usr/ports/contrib/thttpd/thttpd#2.25b-5.pkg.tar.gz' failed. prt-get: error while install -- Packages where install failed thttpd htpasswd.c: In function 'add_password': htpasswd.c:125:13: warning: cast to pointer from integer of different size htpasswd.c:126:7: warning: cast to pointer from integer of different size From fredrik at rinnestam.se Tue Feb 7 13:07:54 2012 From: fredrik at rinnestam.se (Fredrik Rinnestam) Date: Tue, 7 Feb 2012 14:07:54 +0100 Subject: [crux64] thttpd, md5 mismatch, and compiler warning In-Reply-To: <20120207102801.401343d5@rei> References: <20120207102801.401343d5@rei> Message-ID: <20120207130753.GA10296@zoidberg.obra.se> On Tue, Feb 07, 2012 at 10:28:01AM +0100, Marco wrote: > Hi > > I'm tring to install thttpd but obtain an error about md5. > > After update the md5, when compile there is some warning about cast from integer to pointer. I'm on crux-64 and don't known if is a platform specific problem. Yes, upstream seems to have rolled a new tarball. Please contact the port maintainer directly via email. -- Fredrik Rinnestam From tek at serverop.de Tue Feb 7 16:00:23 2012 From: tek at serverop.de (Thomas Penteker) Date: Tue, 07 Feb 2012 17:00:23 +0100 Subject: [crux64] thttpd, md5 mismatch, and compiler warning In-Reply-To: <20120207130753.GA10296@zoidberg.obra.se> References: <20120207102801.401343d5@rei> <20120207130753.GA10296@zoidberg.obra.se> Message-ID: <4218852a53715ccb720229452c442825@serverop.de> On 07.02.2012 10:28, Marco wrote: Hi I'm tring to install thttpd but obtain an error about md5. That's because the author corrected some mailaddresses without rereleasing thttpd. I updated the md5sum to reflect this change, thanks. After update the md5, when compile there is some warning about cast from integer to pointer. I'm on crux-64 and don't known if is a platform specific problem. It shouldn't and it should not be a problem at all (although I did not look into the code itself). regards, Thomas