Opened 20 months ago

Closed 20 months ago

Last modified 20 months ago

#66780 closed defect (fixed)

bsdmake: Hangs on patch phase — at Version 5

Reported by: mf2k (Frank Schima) Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.8.99
Keywords: Cc:
Port: bsdmake

Description (last modified by mf2k (Frank Schima))

Not sure what's going on. I cannot install bsdmake because it is getting stuck in the patch phase. Here's the log before I have to Cntl-C out.

:debug:patch system:  cd "/opt/local/var/macports/build/_opt_mports_macports-ports_devel_bsdmake/bsdmake/work/bsdmake-24" && /usr/bin/patch -p0 < '/opt/mports/macports-ports/devel/bsdmake/files/patch-Makefile.diff'

Change History (6)

Changed 20 months ago by mf2k (Frank Schima)

Attachment: main.log added

comment:1 Changed 20 months ago by mf2k (Frank Schima)

Description: modified (diff)

comment:2 Changed 20 months ago by mf2k (Frank Schima)

Running it manually gives interesting output:

$ cd "/opt/local/var/macports/build/_opt_mports_macports-ports_devel_bsdmake/bsdmake/work/bsdmake-24"

$ /usr/bin/patch -p0 < '/opt/mports/macports-ports/devel/bsdmake/files/patch-Makefile.diff'
File to patch: 

comment:3 Changed 20 months ago by jmroot (Joshua Root)

I've seen this behaviour with Ventura's /usr/bin/patch when it can't find the file to be patched.

comment:4 Changed 20 months ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

In 7caee06bb4811c2751deb9dc9578f793f1de915d/macports-ports (master):

bsdmake: set correct worksrcdir

Fixes: #66780

comment:5 Changed 20 months ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.