Opened 8 months ago

Closed 8 months ago

#5485 closed defect (fixed)

ln -v is a gnu extension

Reported by: landry Owned by: strk
Priority: medium Milestone: PostGIS 3.4.1
Component: postgis Version: 3.4.x
Keywords: Cc:

Description

in https://git.osgeo.org/gitea/postgis/postgis/commit/984383dc79ffdc185356a37db9b6bc283f7b4c2c a call to 'ln -fvs' was added, but -v is a gnu coreutils ln extension, and doesnt exist on OpenBSD's ln (it exists on FreeBSD's version though)

other places in the same script use ln -fs

is it possible to drop the -v/verbose option ?

Change History (3)

comment:1 by Sandro Santilli <strk@…>, 8 months ago

In c707548/git:

Avoid GNUism in ln(1) use

References #5485 in master branch (3.5.0dev)

comment:2 by strk, 8 months ago

Owner: changed from pramsey to strk
Status: newassigned

comment:3 by Sandro Santilli <strk@…>, 8 months ago

Resolution: fixed
Status: assignedclosed

In d79127c5/git:

Avoid GNUism in ln(1) use

Closes #5485 in 3.4 branch (3.4.1dev)

Note: See TracTickets for help on using tickets.