Opened 15 months ago

Closed 15 months ago

Last modified 15 months ago

#66780 closed defect (fixed)

bsdmake: Hangs on patch phase

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'

Attachments (1)

main.log (7.9 KB) - added by mf2k (Frank Schima) 15 months ago.

Download all attachments as: .zip

Change History (6)

Changed 15 months ago by mf2k (Frank Schima)

Attachment: main.log added

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

Description: modified (diff)

comment:2 Changed 15 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 15 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 15 months ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

In 7caee06bb4811c2751deb9dc9578f793f1de915d/macports-ports (master):

bsdmake: set correct worksrcdir

Fixes: #66780

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

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