From owner-freebsd-ports@FreeBSD.ORG Wed Jan 25 16:52:52 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2750F106564A for ; Wed, 25 Jan 2012 16:52:52 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id B86BE8FC13 for ; Wed, 25 Jan 2012 16:52:51 +0000 (UTC) Received: by werg1 with SMTP id g1so6389685wer.13 for ; Wed, 25 Jan 2012 08:52:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=pC1rKKyZ5plt3dKh8n2PgemHAYWYf4xrYk+3p99lSAs=; b=GFllXr2cUP0pTyIIXm3h3MYyIBPTXwFaIT2PegD/U0zCCu+WBdmvgzXA2vt6rHtfHZ 321aiH6ueUeJAs4O3GQhhXjSy3DeRfG7o6ThIICdTdX1cxUeWrThTaD7yB0G9L3DHV1b eMrb2FK5vXRHg8e6OkltMhfpiYJl6Ww1+EELY= MIME-Version: 1.0 Received: by 10.216.137.210 with SMTP id y60mr3153468wei.14.1327508856995; Wed, 25 Jan 2012 08:27:36 -0800 (PST) Received: by 10.216.62.8 with HTTP; Wed, 25 Jan 2012 08:27:36 -0800 (PST) Date: Wed, 25 Jan 2012 17:27:36 +0100 Message-ID: From: Johan Hendriks To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: sound-juicer upgrade error 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: Wed, 25 Jan 2012 16:52:52 -0000 Hello all. I try to update sound juicer, but got an error. xsltproc -o sound-juicer-C.omf --stringparam db2omf.basename sound-juicer --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/sound-juicer.omf.in" --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml" `/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils` C/sound-juicer.xml || { rm -f "sound-juicer-C.omf"; exit 1; } Bus error (core dumped) Also totem gives me an error, looks like the same thing xsltproc -o totem-C.omf --stringparam db2omf.basename totem --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.5//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/usr/ports/multimedia/totem/work/totem-2.32.0/help/totem.omf.in" --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml" `/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils` C/totem.xml || { rm -f "totem-C.omf"; exit 1; } Bus error (core dumped) things i did try reinstall libxslt, pkg-config, gnome-doc-utils, and all installed docpook ports. Can someone help me with this? regards Johan