Paul Smith | 2 Apr 2008 05:39

Re: [VOTE] log4cxx-0.10.0 RC8

>
> You may vote for releasing both RC7 and RC8.  If both votes pass,  
> RC8 will be released as Apache log4cxx 0.10.0.  If only RC7 passes,  
> then RC7 will be released as Apache log4cxx 0.10.0.  If neither vote  
> reaches quorum, the next time I will be able to prepare a release  
> candidate will be mid-April.
>

My review is based on RC8, I never got a chance to look at RC7.
> ------------
>
>
> log4cxx 0.10.0 RC8 is now available for review for release on the  
> unofficial builds area.  This release candidate is strictly provided  
> for consideration for release, may be withdrawn and will be removed  
> from the publication location at the conclusion of the voting  
> period.  RC8 is currently available at:
>
> http://people.apache.org/builds/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0-rc8.tar.gz
> MD5(apache-log4cxx-0.10.0-rc8.tar.gz)=  
> b30ffb8da3665178e68940ff7a61084c
>

matches.  unpacks cleanly (usual lone zero block warning at the end -  
such is life).

> http://people.apache.org/builds/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0-rc8.zip
> MD5(apache-log4cxx-0.10.0-rc8.zip)= 9dd7eefcb9b73a2ef25b9e7ef7eadc2a
>

(Continue reading)

Andrew Troschinetz | 2 Apr 2008 21:47
Picon
Favicon

Problem building on x86_64 RHEL4

Hi all,

I'm trying to build version 0.9.7 (I assume this is the latest  
release?) but I get this error:

gmake[1]: *** No rule to make target `../src/liblog4cxx.la', needed by  
`simplesocketserver'.  Stop.

I've on a Linux 2.6.9-42.ELsmp x86_64, RHEL4AS update 4 machine, with  
java 1.6.0_04.

Ideas?

--
Andrew Troschinetz
Applied Research Laboratories

Curt Arnold | 2 Apr 2008 22:04
Picon
Favicon

Re: Problem building on x86_64 RHEL4


On Apr 2, 2008, at 2:47 PM, Andrew Troschinetz wrote:

> Hi all,
>
> I'm trying to build version 0.9.7 (I assume this is the latest  
> release?) but I get this error:
>
> gmake[1]: *** No rule to make target `../src/liblog4cxx.la', needed  
> by `simplesocketserver'.  Stop.
>
> I've on a Linux 2.6.9-42.ELsmp x86_64, RHEL4AS update 4 machine,  
> with java 1.6.0_04.
>
> Ideas?
>
> --
> Andrew Troschinetz
> Applied Research Laboratories
>

log4cxx 0.9.7 is way out of date and has been unsupported for quite  
some time.  However, log4cxx 0.10.0 RC8 should be published tonight  
will be published tonight (voting is currently in progress) as Apache  
log4cxx 0.10.0.  Until it is release, the RC can be downloaded from http://people.apache.org/builds/logging/log4cxx/0.10.0

Andrew Troschinetz | 3 Apr 2008 00:09
Picon
Favicon

Re: Problem building on x86_64 RHEL4

On Apr 2, 2008, at 3:04 PM, Curt Arnold wrote:
> log4cxx 0.9.7 is way out of date and has been unsupported for quite  
> some time.  However, log4cxx 0.10.0 RC8 should be published tonight  
> will be published tonight (voting is currently in progress) as  
> Apache log4cxx 0.10.0.  Until it is release, the RC can be  
> downloaded from http://people.apache.org/builds/logging/log4cxx/0.10.0

Ok I thought there might be a newer release. Now using 0.10.0-rc8 I  
get this configure error:

configure: error: APR could not be located. Please use the --with-apr  
option.

Yet,

$ rpm -qa | grep apr | sort -u
apr-0.9.4-24.9
apr-devel-0.9.4-24.9
apr-util-0.9.4-21
apr-util-devel-0.9.4-21

Which were installed simply via:

$ sudo yum install apr apr-devel apr-util apr-util-devel

So APR shouldn't have a non-default location and I shouldn't need -- 
with-apr, right?

--
Andrew Troschinetz
(Continue reading)

Curt Arnold | 3 Apr 2008 03:24
Picon
Favicon

Re: Problem building on x86_64 RHEL4


On Apr 2, 2008, at 5:09 PM, Andrew Troschinetz wrote:

> On Apr 2, 2008, at 3:04 PM, Curt Arnold wrote:
>> log4cxx 0.9.7 is way out of date and has been unsupported for quite  
>> some time.  However, log4cxx 0.10.0 RC8 should be published tonight  
>> will be published tonight (voting is currently in progress) as  
>> Apache log4cxx 0.10.0.  Until it is release, the RC can be  
>> downloaded from http://people.apache.org/builds/logging/log4cxx/0.10.0
>
> Ok I thought there might be a newer release. Now using 0.10.0-rc8 I  
> get this configure error:
>
> configure: error: APR could not be located. Please use the --with- 
> apr option.
>
> Yet,
>
> $ rpm -qa | grep apr | sort -u
> apr-0.9.4-24.9
> apr-devel-0.9.4-24.9
> apr-util-0.9.4-21
> apr-util-devel-0.9.4-21
>
> Which were installed simply via:
>
> $ sudo yum install apr apr-devel apr-util apr-util-devel
>
> So APR shouldn't have a non-default location and I shouldn't need -- 
> with-apr, right?
(Continue reading)

Curt Arnold | 3 Apr 2008 08:25
Picon
Favicon

[ANNOUNCE] Apache log4cxx 0.10.0 released

The Apache Logging Services project is happy to announce the release  
of Apache log4cxx 0.10.0.  Apache log4cxx 0.10.0 is the first Apache  
release of log4cxx and is recommended update for all users.  The  
release is starting to reach the mirrors at the moment. and is  
identical to the log4cxx 0.10.0 RC8 release candidate other than the  
file name of the archive.

p.s.: Note the download pages will not be properly displayed in Apple  
Safari (http://bugs.webkit.org/show_bug.cgi?id=15144)

Jostein Tveit | 3 Apr 2008 09:11
Picon
Picon
Favicon

Re: [ANNOUNCE] Apache log4cxx 0.10.0 released

Curt Arnold <carnold <at> apache.org> writes:

> The Apache Logging Services project is happy to announce the
> release  of Apache log4cxx 0.10.0. [...]

Congratulations! Very much anticipated!

You have done a great deal of work here.

--

-- 
Jostein Tveit <josteitv <at> pvv.ntnu.no>

Bob Rossi | 3 Apr 2008 10:40
Picon

Re: [ANNOUNCE] Apache log4cxx 0.10.0 released

On Thu, Apr 03, 2008 at 01:25:05AM -0500, Curt Arnold wrote:
> The Apache Logging Services project is happy to announce the release of 
> Apache log4cxx 0.10.0.

Best Christmas present I got all year long, now I can finally take that
tree down! Thanks!

Bob Rossi

Arunkumar Viswanathan | 3 Apr 2008 16:55
Favicon

RE: [ANNOUNCE] Apache log4cxx 0.10.0 released

Great job!

-----Original Message-----
From: log4cxx-user-return-2455-aviswanathan=appsecinc.com <at> logging.apache.org
[mailto:log4cxx-user-return-2455-aviswanathan=appsecinc.com <at> logging.apache.o
rg] On Behalf Of Curt Arnold
Sent: 2008-Apr-03 Thu 2:25 AM
To: Log4CXX User
Cc: Logging General; Log4CXX Dev
Subject: [ANNOUNCE] Apache log4cxx 0.10.0 released

The Apache Logging Services project is happy to announce the release  
of Apache log4cxx 0.10.0.  Apache log4cxx 0.10.0 is the first Apache  
release of log4cxx and is recommended update for all users.  The  
release is starting to reach the mirrors at the moment. and is  
identical to the log4cxx 0.10.0 RC8 release candidate other than the  
file name of the archive.

p.s.: Note the download pages will not be properly displayed in Apple  
Safari (http://bugs.webkit.org/show_bug.cgi?id=15144)

Steck, David | 3 Apr 2008 17:13
Favicon

RE: [ANNOUNCE] Apache log4cxx 0.10.0 released

Good job, Curt.  Thanks for all the hard work.

-David

-----Original Message-----
From: Curt Arnold [mailto:carnold <at> apache.org] 
Sent: Thursday, April 03, 2008 2:25 AM
To: Log4CXX User
Cc: Logging General; Log4CXX Dev
Subject: [ANNOUNCE] Apache log4cxx 0.10.0 released

The Apache Logging Services project is happy to announce the release of
Apache log4cxx 0.10.0.  Apache log4cxx 0.10.0 is the first Apache
release of log4cxx and is recommended update for all users.  The release
is starting to reach the mirrors at the moment. and is identical to the
log4cxx 0.10.0 RC8 release candidate other than the file name of the
archive.

p.s.: Note the download pages will not be properly displayed in Apple
Safari (http://bugs.webkit.org/show_bug.cgi?id=15144)


Gmane