From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 3 12:00:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BF4C9CF8 for ; Mon, 3 Jun 2013 12:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B3A911925 for ; Mon, 3 Jun 2013 12:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53C01UX028449 for ; Mon, 3 Jun 2013 12:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53C01ku028448; Mon, 3 Jun 2013 12:00:01 GMT (envelope-from gnats) Date: Mon, 3 Jun 2013 12:00:01 GMT Message-Id: <201306031200.r53C01ku028448@freefall.freebsd.org> To: ruby@FreeBSD.org From: "KISHIMOTO, Makoto" Subject: Re: ports/170777: [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby19 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "KISHIMOTO, Makoto" List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 12:00:01 -0000 The following reply was made to PR ports/170777; it has been noted by GNATS. From: "KISHIMOTO, Makoto" To: "Steve Wills" Cc: bug-followup@FreeBSD.org Subject: Re: ports/170777: [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby19 Date: Mon, 3 Jun 2013 20:25:10 +0900 Hello, On Mon, 27 May 2013 13:22:49 -0400 "Steve Wills" wrote: > Hi, > > I tried this, but it just causes a build problem for me: > > linking shared-library libruby19.so.19 > /usr/bin/ld: cannot find -lexecinfo > *** Error code 1 > > Can you tell me more about what problem you were having? > > Steve It looks to need some more modify, but I missed it. Sorry, please reject this PR.