From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0A58F1388C0 for ; Sat, 20 Feb 2016 18:09:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7946921C056; Sat, 20 Feb 2016 18:09:49 +0000 (UTC) Received: from mail-yw0-f169.google.com (mail-yw0-f169.google.com [209.85.161.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7AA121C009 for ; Sat, 20 Feb 2016 18:09:48 +0000 (UTC) Received: by mail-yw0-f169.google.com with SMTP id g127so91087191ywf.2 for ; Sat, 20 Feb 2016 10:09:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xN9IzYPV2IAHCLsQO9MHeF3hNc+kYZ6fEYMqncLbu88=; b=09V7Mzg3q83v9+EUPFK45bVcKFjFgukH5N3pqncQc6WE8rSn4ccLaiVxiWr5ZKy2qL uCJrp3nk/3/Cg374aLVVCBUegM0QFukRHCb/GG5apQFl7Fz4IICcJsrY+YBVPzjPD8a6 abMbdsdLbFfFv3facIZFFqeRBCiuLV/VhVWI9kftQfdubHLtOGNM65B7DhHD3l6E2mHa LL0NYaJ9omHEhzXBzjaebiCZZoEelXfyc+63WFVgmbJCmWMPMgcfUkxZlVmC6NmZzXAc PAeswdRj1jk8gPUAF/c6Y52aHtguzKU5JTNnPJci1Qs5jO6wovWsVIPvwrVK/hMb29tD ckxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=xN9IzYPV2IAHCLsQO9MHeF3hNc+kYZ6fEYMqncLbu88=; b=cFqWLXBj8EAMYBeoYGvSE7hOKAvhCS2sJ6J/qu1i14LNdQk8vX8UbEKRmr9/k3NjMD SrWr2s7zVhEhM4EAm+XSyaS2rU42jTDDcOhZcI8hBTu4iHvUpWREZ7rpO6trtgLs8dtJ bv62gZ2KecEopiyqUedQca+8HY1rcFf1n2ubO6UgifbbOI200xtMHhnZW913BtDW2cPt xj9oCIuvNe8VpbAyOmhD1xtuuxg4q8ED11HCOWWQiLffohoJIL3LzGHOjj6VZlZ2bYQr XSCt2apJ55qKo9ppAD4dBJ11wpePc5+yc9xUXiYYE65COzqPsC+mJrTXI/nieSi5nOaw vvOQ== X-Gm-Message-State: AG10YOSeF1TQHpm72Lq201an5EIEaXWmgf5pPuyNHRKKSxB0y/bOQUt/9k5afJpr1i4HMKlJCje5VW4htrxAMQ== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@lists.gentoo.org Reply-To: gentoo-java@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.129.114.139 with SMTP id n133mr10919020ywc.84.1455991788032; Sat, 20 Feb 2016 10:09:48 -0800 (PST) Received: by 10.37.32.86 with HTTP; Sat, 20 Feb 2016 10:09:47 -0800 (PST) In-Reply-To: <20160220180232.035a4b81@symphony.aura-online.co.uk> References: <20160220180232.035a4b81@symphony.aura-online.co.uk> Date: Sat, 20 Feb 2016 18:09:47 +0000 Message-ID: Subject: Re: [gentoo-java] Emerging Tomcat without Eclipse From: Matthew Smith To: James Le Cuirot Cc: gentoo-java@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 54a1ed34-3d6a-493c-9590-59f7b80c708b X-Archives-Hash: f1d3341400549d7f2d5b52cb42f9744c I now understand that eclipse-ecj is a requirement of Tomcat, however I do not understand why it requires X11. After removing the alsa, cups and gtk use flags from icedtea-bin, emerge still wants to pull in X11 and an assortment of packages related to X11. Do you have any ideas on how I can emerge tomcat without bringing in X? I'd rather keep my server headless. Thanks again. On 20 February 2016 at 18:02, James Le Cuirot wrote: > On Sat, 20 Feb 2016 17:43:13 +0000 > Matthew Smith wrote: > >> I am trying to install the Tomcat server (specifically >> www-servers/tomcat-8.0.30:8::gentoo). >> However, it depends on eclipse-ecj -- I am unsure of the reasoning >> behind this, but it is quite annoying because emerging this would >> bring in X and many other unwated packages. > > eclipse-ecj is not the whole of Eclipse but just the Java compiler it > uses internally. It has long been a requirement of Tomcat. It is very > small and carries no dependencies that you wouldn't already get from > Tomcat itself. > > -- > James Le Cuirot (chewi) > Gentoo Linux Developer