NetBSD Problem Report #49111
From www@NetBSD.org Wed Aug 13 13:12:37 2014
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
by mollari.NetBSD.org (Postfix) with ESMTPS id F1859AD0D1
for <gnats-bugs@gnats.NetBSD.org>; Wed, 13 Aug 2014 13:12:36 +0000 (UTC)
Message-Id: <20140813131235.EF754AD0D6@mollari.NetBSD.org>
Date: Wed, 13 Aug 2014 13:12:35 +0000 (UTC)
From: youri.mout@gmail.com
Reply-To: youri.mout@gmail.com
To: gnats-bugs@NetBSD.org
Subject: security/libsecret doesn't build on Mac OS X
X-Send-Pr-Version: www-1.0
>Number: 49111
>Category: pkg
>Synopsis: security/libsecret doesn't build on Mac OS X
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: pkg-manager
>State: closed
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Aug 13 13:15:00 +0000 2014
>Closed-Date: Wed Aug 13 13:19:31 +0000 2014
>Last-Modified: Wed Aug 13 13:20:00 +0000 2014
>Originator: Youri Mouton
>Release: current
>Organization:
>Environment:
Darwin yrmt.local 14.0.0 Darwin Kernel Version 14.0.0: Tue Jul 29 16:22:25 PDT 2014; root:xnu-2782.1.62~4/RELEASE_X86_64 x86_64
>Description:
A sed error:
===> Building for libsecret-0.18
GEN temp-dbus-generated.c
GEN secret-dbus-generated.c
sed: 1: "1i#define GLIB_DISABLE_ ...": command i expects \ followed by text
gnumake: *** [secret-dbus-generated.c] Error 1
*** Error code 2
>How-To-Repeat:
>Fix:
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile
index 0a97c84..f9c0770 100644
--- a/security/libsecret/Makefile
+++ b/security/libsecret/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake intltool pkg-config msgfmt
+USE_TOOLS+= gmake intltool pkg-config msgfmt gsed
PKGCONFIG_OVERRIDE+= libsecret/libsecret-unstable.pc.in
PKGCONFIG_OVERRIDE+= libsecret/libsecret.pc.in
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Wed, 13 Aug 2014 13:19:31 +0000
State-Changed-Why:
Committed, thanks.
From: "Thomas Klausner" <wiz@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc:
Subject: PR/49111 CVS commit: pkgsrc/security/libsecret
Date: Wed, 13 Aug 2014 13:19:14 +0000
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 13 13:19:14 UTC 2014
Modified Files:
pkgsrc/security/libsecret: Makefile
Log Message:
gsed needed on OS X. Dependency small enough, add it to TOOLS.
PR 49111 by Youri Mouton.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/libsecret/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
>Unformatted:
(Contact us)
$NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.