From owner-freebsd-questions@freebsd.org Fri Nov 17 14:59:12 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B69D1DDC161 for ; Fri, 17 Nov 2017 14:59:12 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.fagskolen.gjovik.no", Issuer "Fagskolen i Gj??vik" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F1246938F for ; Fri, 17 Nov 2017 14:59:12 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTPS id vAHEx5Bm073127 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 17 Nov 2017 15:59:05 +0100 (CET) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id vAHEx59p073124 for ; Fri, 17 Nov 2017 15:59:05 +0100 (CET) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Fri, 17 Nov 2017 15:59:05 +0100 (CET) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: FreeBSD questions Subject: Re: Need help to update devel/oniguruma port In-Reply-To: <20171117134409.GA66048@ymer.bara1.se> Message-ID: References: <20171117134409.GA66048@ymer.bara1.se> User-Agent: Alpine 2.21 (BSF 202 2017-01-01) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.fig.ol.no X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 14:59:12 -0000 On Fri, 17 Nov 2017 14:44+0100, User Hasse wrote: > Hello > > I'm stucked at updating the devel/oniguruma port trying to follow the instructions in > /usr/ports/UPDATING > > root@ymer:/home/hasse # portmaster -o devel/oniguruma devel/oniguruma6 > > ===>>> Port directory: /usr/ports/devel/oniguruma > > ===>>> Gathering distinfo list for installed ports > > ===>>> Launching 'make checksum' for devel/oniguruma in background > ===>>> Gathering dependency list for devel/oniguruma from ports > ===>>> Initial dependency check complete for devel/oniguruma > > > ===>>> Starting build for devel/oniguruma <<<=== > > ===>>> All dependencies are up to date > > ===> Cleaning for oniguruma6-6.6.1 > ===> License BSD2CLAUSE accepted by the user > ===> oniguruma6-6.6.1 depends on file: /usr/local/sbin/pkg - found > ===> Fetching all distfiles required by oniguruma6-6.6.1 for building > ===> Extracting for oniguruma6-6.6.1 > => SHA256 Checksum OK for kkos-oniguruma-v6.6.1_GH0.tar.gz. > ===> Patching for oniguruma6-6.6.1 > ===> Applying FreeBSD patches for oniguruma6-6.6.1 > File to patch: > > Have tried different files to patch, but none working. Here are some suggestions: Do you for some reason have a directory named "files" in /usr/ports/devel/oniguruma? If so, you could rename that directory, or remove that directory and its contents. You could also verify manually if devel/oniguruma builds correctly: pushd /usr/ports/devel/oniguruma make build make clean popd If it builds correctly, then portmaster does something unexpected. devel/oniguruma builds cleanly on one of my systems, and I'm at r454311. Maybe you should update both your source and ports trees, and if possible install an updated kernel and a freshly built world. -- Trond.