From owner-freebsd-alpha Thu Sep 19 7:31:45 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81FA037B401 for ; Thu, 19 Sep 2002 07:31:44 -0700 (PDT) Received: from mail.oprit7.nl (mail.oprit7.nl [212.136.135.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E0C43E3B for ; Thu, 19 Sep 2002 07:31:38 -0700 (PDT) (envelope-from eelco@2complex.nl) Received: from cpq2pc ([212.136.135.154]) by mail.oprit7.nl (8.11.6/8.11.6) with SMTP id g8JEblT24135 for ; Thu, 19 Sep 2002 16:37:47 +0200 (CEST) (envelope-from eelco@2complex.nl) Message-ID: <014601c25fe9$2745cde0$9a8788d4@hilbrink.nl> From: "Eelco Bode" To: Subject: Tripwire 2.3.1-2 on Alpha Date: Thu, 19 Sep 2002 16:30:50 +0200 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 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi I'm running into troubles compiling tripwire 2.3.1-2 on a Compaq Alpha DS10L server Running FreeBSD 4.6. After adjusting the source code so it will compile and run on an alpha server, i'm getting errors when trying to generate my database pass phrase key file. I adjusted the following in the source code of tripwire In the file Usernotify.cpp, i adjusted al instances of va_start (args, format); to va_start(args); In the file Cryptlib.cpp i adjusted LINUX_X86= -D_UNIX -D_LINUX -D_LITTLE_ENDIAN -D_GCC to the following LINUX_X86= -D_UNIX -D_LINUX -D_GCC In the file yylex.ccp i replaced va_start(va, fmt); to va_start(va); After adjusting these file's tripwire compiles perfectly on the alpha and the binaries also run perfect but when i try to create my database pass phrase the twadmin process takes 100% cpu usage and i get errors stating: /kernel: calcru: negative time of 871012175 usec for pid 15967 (twadmin) Could somebody please point out to my how to fix this problem or correct my pathes to the files named above? Kind Regards Eelco Bode To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message