Opened 10 years ago

Closed 10 years ago

#41164 closed defect (fixed)

octave-devel @3.6.4_9 "sed: RE error: illegal byte sequence" on 10.8

Reported by: dale+macports@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: mountainlion Cc: michaelld (Michael Dickens)
Port: octave-devel

Description

I'm on OS X 10.8.5. While building octave-devel I ran into the "sed: RE error: illegal byte sequence" error while creating scripts/help/PKG_ADD-t, which caused the build phase to fail. Sorry I don't have the log file handy.

There's already a section in octave-devel's `Portfile` to set LANG=C. The comment says that it's for "10.8+" but the test there is if {${os.major} > 12}. Should that be >= 12 instead of > 12? I made that change locally and then I was able to successfully install octave-devel.

Thanks!

Change History (2)

comment:1 in reply to:  description Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: michaelld@… added
Keywords: mountainlion added
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Replying to dale+macports@…:

There's already a section in octave-devel's `Portfile` to set LANG=C. The comment says that it's for "10.8+" but the test there is if {${os.major} > 12}. Should that be >= 12 instead of > 12?

Yes. This was caused by r112810.

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

Resolution: fixed
Status: assignedclosed

Fixed in r112913.

Note: See TracTickets for help on using tickets.