From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mail.net-labs.de (mail.net-labs.de [217.5.177.78]) by chiba.3jane.net (Postfix) with ESMTP id E6CDFEE58 for ; Sat, 17 Nov 2001 06:34:59 -0600 (CST) Received: from localhost (unknown [127.0.0.1]) by mail.net-labs.de (net-labs.de Mail-Server) with ESMTP id 79AA2840 for ; Sat, 17 Nov 2001 14:33:23 +0000 (UTC) Received: from imaginevm (vaiovm.net-labs.local [10.0.0.101]) by mail.net-labs.de (net-labs.de Mail-Server) with SMTP id E42A9569 for ; Sat, 17 Nov 2001 15:33:19 +0100 (CET) Message-ID: <004701c16f64$577b5dc0$6500000a@netlabs.local> From: "Holger Brueckner" To: References: <1005911304.6483.2.camel@zoidberg> <3BF50A5B.8865A633@gentoo.org> Subject: Re: [gentoo-dev] OpenAFS ebuild Date: Sat, 17 Nov 2001 13:35:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Virus-Scanned: by AMaViS perl-11 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Developer discussion list List-Unsubscribe: , List-Archive: X-Archives-Salt: b471e8b7-d8e9-4b20-9e3f-24cd1f0bf853 X-Archives-Hash: 086e1b3c528d9fdb6e987832408fe9d2 > Mikael Hallendal wrote: > > > > Hi! > > > > The OpenAFS ebuild seems pretty broken. > > > > 1) It fails for not finding a h-file LINUX/osi_vfs.h in src/afs that is not the fault of the ebuild ... the problem here ist that people like to change vfs definitions very often lately .. since afs mostly is a kernel extension which depends on that structures it won't compile with recent kernels .. unfortunately afs developers don't tell you which kernel will compile .. if i remember right openafs-1.2.2 will compile with kernels > 2.4.12 or maybe 2.4.10 cya Holger