From owner-freebsd-ports@FreeBSD.ORG Sun Jul 9 01:30:24 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 304B716A4DA for ; Sun, 9 Jul 2006 01:30:24 +0000 (UTC) (envelope-from lveax.m@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A9D543D45 for ; Sun, 9 Jul 2006 01:30:23 +0000 (GMT) (envelope-from lveax.m@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1201633uge for ; Sat, 08 Jul 2006 18:30:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fRrMLiYWj3Cxw6LjrIuzaOsVhoPQA3NasyTS7sK/xxY9E2zBVFYZ4qoRCevXeEFCYEt75hITR2Uf9R0Qeb0Noa2cdFDtUcdvDqe7S1Lgc0ZK0FBuGLxvvrMMOslvrdPNBwVlu7vEkyILpMb4R5Ngcr0UrJ9uHXof5SY/gzdsSbg= Received: by 10.78.140.17 with SMTP id n17mr1241498hud; Sat, 08 Jul 2006 18:30:21 -0700 (PDT) Received: by 10.78.120.1 with HTTP; Sat, 8 Jul 2006 18:30:21 -0700 (PDT) Message-ID: <576dcbc20607081830g1476917x48c0403f396aef0e@mail.gmail.com> Date: Sun, 9 Jul 2006 09:30:21 +0800 From: lveax To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: build devel/esdl error in ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 01:30:24 -0000 hey all: i want to build wings in ports,it depends esdl there is an error when i was building it --- ===> Installing for esdl-0.95.0630_1 ===> esdl-0.95.0630_1 depends on executable: erl - found ===> esdl-0.95.0630_1 depends on shared library: SDL-1.1.7 - found ===> esdl-0.95.0630_1 depends on shared library: X11.6 - found ===> Generating temporary packing list ===> Checking if devel/esdl already installed Found erlang at /usr/local/lib/erlang Installing esdl-0.95.0630 in /usr/local/lib/erlang/lib/esdl-0.95.0630 mkdir /usr/local/lib/erlang/lib/esdl-0.95.0630/src mkdir /usr/local/lib/erlang/lib/esdl-0.95.0630/c_src mkdir /usr/local/lib/erlang/lib/esdl-0.95.0630/include mkdir /usr/local/lib/erlang/lib/esdl-0.95.0630/doc mkdir /usr/local/lib/erlang/lib/esdl-0.95.0630/ebin mkdir /usr/local/lib/erlang/lib/esdl-0.95.0630/priv cp license.terms Readme* /usr/local/lib/erlang/lib/esdl-0.95.0630 cp src/*.?rl /usr/local/lib/erlang/lib/esdl-0.95.0630/src cp c_src/*.[ch] /usr/local/lib/erlang/lib/esdl-0.95.0630/c_src cp include/*.hrl /usr/local/lib/erlang/lib/esdl-0.95.0630/include cp doc/*.html /usr/local/lib/erlang/lib/esdl-0.95.0630/doc cp ebin/*beam /usr/local/lib/erlang/lib/esdl-0.95.0630/ebin cp priv/*.* /usr/local/lib/erlang/lib/esdl-0.95.0630/priv cp: priv/*.*: No such file or directory gmake: *** [install] Error 1 *** Error code 2 --- could anyone fix this? $ uname -srm FreeBSD 6.0-STABLE i386