Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#1907 closed defect (fixed)

onlisp dport tries to install to nonexistent directory

Reported by: yaseppochi (Stephen J. Turnbull) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Install fails with

Error: Target com.apple.destroot returned: shell command " cd /Users/steve/Software/DarwinPorts/ dports/lang/onlisp/work/onlisp.texi && for i in onlisp.info onlisp.info-[0-9]*; do gzip -c $i > /Users/ steve/Software/DarwinPorts/dports/lang/onlisp/work/destroot/opt/local/info/$i.gz; done" returned error 1 Command output: sh: line 1: /Users/steve/Software/DarwinPorts/dports/lang/onlisp/work/destroot/ opt/local/info/onlisp.info.gz: No such file or directory

and so on for the component .info.NN files.

Apparently infrastructure now expects /opt/local/SHARE/info as the destination (cf. sicp dport, caps for emphsis, actual path is all lowercase of course). Making this change in the Portfile won immediately.

Change History (1)

comment:1 Changed 20 years ago by olegb@…

Resolution: fixed
Status: newclosed

Thanks, commited

Note: See TracTickets for help on using tickets.