From owner-freebsd-questions@FreeBSD.ORG Tue May 29 18:00:31 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2114106564A for ; Tue, 29 May 2012 18:00:31 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8659B8FC08 for ; Tue, 29 May 2012 18:00:31 +0000 (UTC) Received: by dadv36 with SMTP id v36so5986386dad.13 for ; Tue, 29 May 2012 11:00:31 -0700 (PDT) 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:content-transfer-encoding; bh=t93ImyqigokJBkvR+Zr85Od2ZY6Ze6s1TYhiwc2fleA=; b=qcFhD/Zo7U3tT4itrhcmyi8PRlYsfaZOAWw+Weg8J1AbUzcWyGELzRGz6w9vcdAoEH ixDVzwlU2rg3I6PGQ7ywVqyNb5UDa7Ok8lUBoDdElVP2kzkFQWwWIaGQmA0weiqPW3g6 AL8EtIbaWjEEhyVPxNjE5Fv4ZplWuptVW9pB955WIW/NzwLUuXmXfIh/54C0GPMH8Sci JL5TggR0rXSw2uG2Dv4uXLLJJa7r/UGzjZHo9PkrgffVObNGdMbOeBp4g1409fhrE850 iP/FfAv9o85OsEORN5GC0ARy/4lzogkbnmKfEO/iPiwd9xQ7/R6lcx4QkttFbR9ATFt+ 24Sw== MIME-Version: 1.0 Received: by 10.68.232.129 with SMTP id to1mr11821046pbc.27.1338314430844; Tue, 29 May 2012 11:00:30 -0700 (PDT) Received: by 10.143.162.4 with HTTP; Tue, 29 May 2012 11:00:30 -0700 (PDT) In-Reply-To: <00df01cd3cac$1cb26ff0$56174fd0$@leadmon.net> References: <00df01cd3cac$1cb26ff0$56174fd0$@leadmon.net> Date: Tue, 29 May 2012 14:00:30 -0400 Message-ID: From: "illoai@gmail.com" To: Howard Leadmon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: questions@freebsd.org Subject: Re: Can't get irc/inspircd to build, any clues? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2012 18:00:31 -0000 On 28 May 2012 04:30, Howard Leadmon wrote: > > =A0Does anyone know if the irc/inspircd port for FreeBSD works? =A0 =A0I = have > tried it on an FBSD 9 server, as well as an older version of the FreeBSD > with the same results. > > =A0If I try and run make the build the port, I get the following error: > > > # make > =3D=3D=3D> =A0Building for inspircd-2.0.5 > make: cannot open BSDmakefile. > *** Error code 1 > > Stop in /usr/ports/irc/inspircd. > *** Error code 1 > > Stop in /usr/ports/irc/inspircd. > # > > > I figure maybe someone has gotten this to build, so figured I would toss = it > out here as using my googlefu I found years ago someone posting the same > problem, but never found any resolution. > > =A0Any ideas, as I would like to check out this software... > You probably need to run the configure script: it seems to build just fine here via % tar xf InspIRCd-2.0.5.tar.bz2 % cd inspircd % ./configure % make --=20 --