From commits-return-20038-apmail-cassandra-commits-archive=cassandra.apache.org@cassandra.apache.org Thu Oct 07 18:26:49 2010 Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 62134 invoked from network); 7 Oct 2010 18:26:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Oct 2010 18:26:48 -0000 Received: (qmail 31774 invoked by uid 500); 7 Oct 2010 18:26:48 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 31676 invoked by uid 500); 7 Oct 2010 18:26:48 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 31668 invoked by uid 500); 7 Oct 2010 18:26:48 -0000 Delivered-To: apmail-incubator-cassandra-commits@incubator.apache.org Received: (qmail 31665 invoked by uid 99); 7 Oct 2010 18:26:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 18:26:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 18:26:48 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 7C282605; Thu, 7 Oct 2010 18:26:18 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 07 Oct 2010 18:26:17 -0000 Message-ID: <20101007182617.20250.99584@eosnew.apache.org> Subject: =?utf-8?q?=5BCassandra_Wiki=5D_Update_of_=22DebianPackaging=22_by_EricEva?= =?utf-8?q?ns?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for= change notification. The "DebianPackaging" page has been changed by EricEvans. The comment on this change is: document lenny build caveat. http://wiki.apache.org/cassandra/DebianPackaging?action=3Ddiff&rev1=3D12&re= v2=3D13 -------------------------------------------------- * The configuration files are located in /etc/cassandra * Start-up options (heap size, etc) can be configured in /etc/default/ca= ssandra = + =3D=3D=3D (Problems )Building Packages on Debian Lenny =3D=3D=3D + = + By default, installing the Casasndra Debian package or its build dependen= cies will pull in OpenJDK. For runtime purposes this will work fine, but d= ue to an issue with the packaging of OpenJDK in Lenny (see http://bugs.debi= an.org/501487), building the package from source will fail. If you need to= (re)build the package on Lenny, install `sun-java6-jdk` before-hand (`sun-= java6-jdk` provides `java6-sdk` which satisfies the dependency), or use the= alternatives system to change the default compiler afterward. + = + {{{ + sudo update-alternatives --config javac + }}} + = + ''Note: See also [[https://issues.apache.org/jira/browse/CASSANDRA-1575|C= ASSANDRA-1575]].'' +=20