From owner-freebsd-current@FreeBSD.ORG Sun Feb 3 16:23:55 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E7A5A581; Sun, 3 Feb 2013 16:23:55 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id A9550EA7; Sun, 3 Feb 2013 16:23:55 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1U22MD-0008W8-0k; Sun, 03 Feb 2013 19:23:54 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=AXRFgV6lROc05rDEzWqk0GyUnXjO6ArhCEUfWNqKM4A=; b=m6xzcPODAzPhStmk07dp1nnkdBwmeQN8tQJoe5V+mvANvqG2mb7j/BU0h8iCbEd5vJLsp0T1CLxz3NzoPdwsV2R9IKx/IM8Ba7jUjbX36pPr3xSOiDrI9ZBKCBNWtlPSbs0EPvo2xQWvyeUm63H0cirSpYSPatno6XzgJz+yG+Q=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1U22K1-000F0W-OJ; Sun, 03 Feb 2013 16:21:39 +0000 From: Jan Beich To: Ed Maste Subject: DEBUG_FLAGS broken with -jX (Was: svn commit: r244236 - head/share/mk) Date: Sun, 03 Feb 2013 15:21:52 -0100 References: <201212150003.qBF03Zr0085865@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1U22K1-000F0W-OJ@internal.tormail.org> Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 16:23:56 -0000 Ed Maste writes: > Author: emaste > Date: Sat Dec 15 00:03:35 2012 > New Revision: 244236 > URL: http://svnweb.freebsd.org/changeset/base/244236 > > Log: > Put shared library debug info into separate .symbols file > > Sponsored by: ADARA Networks Does this work with -jX ? $ echo DEBUG_FLAGS=-g >/etc/make.conf $ make -vj2 [...] --- Version.map --- cat /usr/src/lib/librpcsec_gss/Symbol.map | cpp - - | awk -v vfile=/usr/src/lib/librpcsec_gss/../libc/Versions.def -f /usr/src/share/mk/version_gen.awk > Version.map --- librpcsec_gss.a --- building static rpcsec_gss library ranlib librpcsec_gss.a --- librpcsec_gss.so.1.debug --- building shared library librpcsec_gss.so.1 /usr/obj/usr/src/tmp/usr/bin/ld:Version.map:1: syntax error in VERSION script cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [librpcsec_gss.so.1.debug] Error code 1 1 error