apr-util-1.3.4: checksum error when trying to install

2009-06-25 Thread Panu Korpela
Hi! I tried to install subversion port and it requires apr-util-1.3.4. However the latter one refuses to install: --- Verifying checksum(s) for apr-util Error: Checksum (md5) mismatch for apr-util-1.3.4.tar.bz2 Error: Checksum (sha1) mismatch for apr-util-1.3.4.tar.bz2 Error: Checksum

Re: MacPorts and x86_64?

2009-06-25 Thread Michael Crawford
It's likely that some software either won't build as 64-bit, or if it builds it won't work right. It's not in MacPorts (yet), but ZooLib won't build as 64-bit, because it has a header file that sets up macros to identity the target platform and processor, and we just haven't implemented 64-bit

PHP upgrade to v5.2.10

2009-06-25 Thread Peter Oakley
Last night I was upgrading my web server to PHP v5.2.10 (from v5.2.8) and everything seemed to go ok, no warnings or major gotchas. But once I began using it, I could see there were some real problems with the time() and date() functions. It's possible that I'm just using these two

Re: PHP upgrade to v5.2.10

2009-06-25 Thread Bradley Giesbrecht
On Jun 25, 2009, at 7:09 AM, Peter Oakley wrote: Last night I was upgrading my web server to PHP v5.2.10 (from v5.2.8) and everything seemed to go ok, no warnings or major gotchas. But once I began using it, I could see there were some real problems with the time() and date() functions.

Re: apr-util-1.3.4: checksum error when trying to install

2009-06-25 Thread Frank Schima
On Jun 25, 2009, at 2:41 AM, Panu Korpela wrote: I tried to install subversion port and it requires apr-util-1.3.4. However the latter one refuses to install: --- Verifying checksum(s) for apr-util Error: Checksum (md5) mismatch for apr-util-1.3.4.tar.bz2 Error: Checksum (sha1) mismatch for

Re: PHP upgrade to v5.2.10

2009-06-25 Thread Peter Oakley
Here is an example usage of the date() and time() functions: snippetStart - - - - - - $timestamp = time(); //echo $timestamp; $thisYear = date('Y', $timestamp); echo $thisYear; - - - - - - snippetEnd After the PHP upgrade to v5.2.10, this yields for $thisYear. Prior to the upgrade,

Re: PHP upgrade to v5.2.10

2009-06-25 Thread David Evans
Peter Oakley wrote: Here is an example usage of the date() and time() functions: snippetStart - - - - - - $timestamp = time(); //echo $timestamp; $thisYear = date('Y', $timestamp); echo $thisYear; - - - - - - snippetEnd After the PHP upgrade to v5.2.10, this yields for $thisYear. Prior

Re: PHP upgrade to v5.2.10

2009-06-25 Thread Chris Janton
On 2009-06-25 , at 07:43 , Peter Oakley wrote: snippetStart - - - - - - $timestamp = time(); //echo $timestamp; $thisYear = date('Y', $timestamp); echo $thisYear; - - - - - - snippetEnd After the PHP upgrade to v5.2.10, this yields for $thisYear. Prior to the upgrade, $thisYear would

Re: PHP upgrade to v5.2.10

2009-06-25 Thread Bradley Giesbrecht
On Jun 25, 2009, at 7:43 AM, Peter Oakley wrote: Here is an example usage of the date() and time() functions: snippetStart - - - - - - $timestamp = time(); //echo $timestamp; $thisYear = date('Y', $timestamp); echo $thisYear; - - - - - - snippetEnd After the PHP upgrade to v5.2.10, this

Re: PHP upgrade to v5.2.10

2009-06-25 Thread Peter Oakley
Bradley, and Chris, you've both suggested some good ways to determine whether these two PHP functions are working right via command line -- thanks. My web server is running Mac OS X v10.4.11 with all available Software Updates installed. I am now beginning the process of setting up a

Re: PHP upgrade to v5.2.10

2009-06-25 Thread Peter Oakley
Looks like this problem with the date('Y') function was a PHP bug. It showed up on Mac OS X (my system) and on Mac OS X Server, both v10.4.11, when upgrading from PHP v5.2.8 or v5.2.9 to v5.2.10, and the bug also existed in v5.3.0 RC2. Similar problem with the DateTime () function. The

Re: PHP upgrade to v5.2.10

2009-06-25 Thread Ryan Schmidt
On Jun 25, 2009, at 17:10, Peter Oakley wrote: Looks like this problem with the date('Y') function was a PHP bug. It showed up on Mac OS X (my system) and on Mac OS X Server, both v10.4.11, when upgrading from PHP v5.2.8 or v5.2.9 to v5.2.10, and the bug also existed in v5.3.0 RC2. Similar

Re: PHP upgrade to v5.2.10

2009-06-25 Thread Chris Janton
On 2009-06-25 , at 07:43 , Peter Oakley wrote: After the PHP upgrade to v5.2.10, this yields for $thisYear. Prior to the upgrade, $thisYear would be set to 2009. I also tried using the time function directly within the date function: $thisYear = date('Y', time()); Same result. One

Yet Another Problem Installing Amarok

2009-06-25 Thread Hal Vaughan
My last problem is cleared now -- it froze on installing kdebase4- runtime. When I got it all working (as in rebooted and updated some stuff from Apple), I ran sudo port install amarok and it went through a lot of stuff, then I'm stuck with this: --- Fetching taglib-devel Error: Target

Re: PHP upgrade to v5.2.10

2009-06-25 Thread Ryan Schmidt
On Jun 25, 2009, at 17:55, Chris Janton wrote: On 2009-06-25 , at 07:43 , Peter Oakley wrote: After the PHP upgrade to v5.2.10, this yields for $thisYear. Prior to the upgrade, $thisYear would be set to 2009. I also tried using the time function directly within the date function:

Re: Yet Another Problem Installing Amarok

2009-06-25 Thread Ryan Schmidt
On Jun 25, 2009, at 19:24, Hal Vaughan wrote: My last problem is cleared now -- it froze on installing kdebase4- runtime. When I got it all working (as in rebooted and updated some stuff from Apple), I ran sudo port install amarok and it went through a lot of stuff, then I'm stuck with

Re: Yet Another Problem Installing Amarok

2009-06-25 Thread Ryan Schmidt
On Jun 25, 2009, at 19:52, Ryan Schmidt wrote: On Jun 25, 2009, at 19:24, Hal Vaughan wrote: My last problem is cleared now -- it froze on installing kdebase4- runtime. When I got it all working (as in rebooted and updated some stuff from Apple), I ran sudo port install amarok and it

Re: Yet Another Problem Installing Amarok

2009-06-25 Thread Hal Vaughan
On Jun 25, 2009, at 8:59 PM, Ryan Schmidt wrote: On Jun 25, 2009, at 19:52, Ryan Schmidt wrote: On Jun 25, 2009, at 19:24, Hal Vaughan wrote: My last problem is cleared now -- it froze on installing kdebase4- runtime. When I got it all working (as in rebooted and updated some stuff from

Re: Yet Another Problem Installing Amarok

2009-06-25 Thread Hal Vaughan
Okay, Amarok is installed now. There's another problem, but since that's an entirely new issue, I'm going back to the other thread, since I think it's connected with that time my terminal locked up. Hal On Jun 25, 2009, at 8:52 PM, Ryan Schmidt wrote: On Jun 25, 2009, at 19:24, Hal

Re: Problem installing KDE/Amarok

2009-06-25 Thread Ryan Schmidt
On Jun 25, 2009, at 22:38, Hal Vaughan wrote: On Jun 24, 2009, at 6:02 PM, Ryan Schmidt wrote: On Jun 24, 2009, at 16:47, Hal Vaughan wrote: I figured they'd be lost if I had to kill the terminal. Of course, I'm not 100% sure that this is the issue. For all I know, the process could