Opened 10 years ago

Closed 10 years ago

#41878 closed defect (fixed)

slime build fails on 10.9 with "sed: RE error: illegal byte sequence"

Reported by: ned-deily (Ned Deily) Owned by: easye
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: vm@…
Port: slime

Description

DEBUG: build phase started at Sat Dec 21 22:31:50 PST 2013
--->  Building slime
DEBUG: Executing org.macports.build (slime)
grep: slime.info: No such file or directory
cat ../ChangeLog | \
	sed -ne '/^[0-9]/{s/^[^ ]* *//; s/ *<.*//; p;}' | \
	sort | \
	uniq -c | \
	sort -nr| \
	sed -e 's/^[^A-Z]*//' | \
	awk -f texinfo-tabulate.awk | \
	sed -e "s/\o341/@'a/g" | \
        sed -e "s/\o355/@'{@dotless{i}}/g" | \
	sed -e "s/\o351/@'e/g" | \
	sed -e "s/\o361/@~n/g" | \
	sed -e 's/\o370/@o{}/g' \
	> contributors.texi
sed: RE error: illegal byte sequence
makeinfo slime.texi
slime.texi:17: warning: multiple @settitle
slime.texi:536: @itemx must follow @item
slime.texi:376: warning: node up `CVS Incantations' in menu `CVS' and in sectioning `Downloading' differ
make: *** [slime.info] Error 1

Change History (5)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: easieste@… removed
Owner: changed from macports-tickets@… to easieste@…

comment:2 Changed 10 years ago by vm@…

Cc: vm@… added

Cc Me!

comment:3 in reply to:  2 Changed 10 years ago by vm@…

The RE error is a locale error. sed needs to run in the C locale (LC_ALL needs to be set). The error at line 536 can be fixed by changing itemx to item, but that may not be the right thing to do.

comment:5 Changed 10 years ago by easye

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.