Need help to update devel/oniguruma port

Trond Endrestøl Trond.Endrestol at fagskolen.gjovik.no
Fri Nov 17 14:59:12 UTC 2017


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 at 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.


More information about the freebsd-questions mailing list