From owner-freebsd-alpha Sun May 5 16: 7:59 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id CD33737B40A for ; Sun, 5 May 2002 16:07:54 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id TAA26319; Sun, 5 May 2002 19:07:54 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g45N7Ov68777; Sun, 5 May 2002 19:07:24 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15573.47916.11375.789078@grasshopper.cs.duke.edu> Date: Sun, 5 May 2002 19:07:24 -0400 (EDT) To: Gorm Jorgensen Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: kdebase3 In-Reply-To: <20020505120849.GA42083@Area51.DK> References: <15572.34856.613733.817001@grasshopper.cs.duke.edu> <20020505120849.GA42083@Area51.DK> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid 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 Gorm Jorgensen writes: > > > > I've mangaged to get kdebase3 building on alpha. > > > I have applied the patch for autoconf and most of the compiling runs fine > without any -O2's - but libxml2 causes me problems. > > I have found out that it might be something about SOCKLEN_T, at least some > developer said that in anonther maillist. > > Any suggestions ? Odd. It built fine for me. This may be a side effect of disabling -O2. Try backing out my autoconf patch, it turns out the patch to the autoconf port is NOT required. I've gotten kdebase2 building with just a Makefile patch which looks like this: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/kdebase3/Makefile,v retrieving revision 1.95 diff -u -r1.95 Makefile --- Makefile 21 Apr 2002 23:45:56 -0000 1.95 +++ Makefile 5 May 2002 23:03:26 -0000 @@ -59,6 +59,11 @@ @${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv @${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv +.if ${MACHINE_ARCH} == "alpha" +pre-configure: + ${PERL} -pi -e "s@-O2@-O@g" ${WRKSRC}/admin/acinclude.m4.in +.endif + post-configure: ${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile Drew PS: Would anybody be interested in pre-built kde3 for Alpha? (ev56 and higher only). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message