Opened 4 years ago

Last modified 4 years ago

#59700 reopened defect

SSHKeychain @0.8.2: error: could not decode input file using specified encoding: Western (Mac OS Roman), and the file contents appear to be encoded in Unicode (UTF-8)

Reported by: l-g Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: catalina Cc:
Port: SSHKeychain

Description

SSHKeychain fails to build. See attached log.

Attachments (2)

main.log (138.7 KB) - added by l-g 4 years ago.
main.2.log (275.0 KB) - added by l-g 4 years ago.

Download all attachments as: .zip

Change History (11)

Changed 4 years ago by l-g

Attachment: main.log added

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

Keywords: catalina added; Catalina removed
Summary: SSHKeychain fails to buildSSHKeychain @0.8.2: error: could not decode input file using specified encoding: Western (Mac OS Roman), and the file contents appear to be encoded in Unicode (UTF-8)

Looks like the error is:

error: could not decode input file using specified encoding: Western (Mac OS Roman), and the file contents appear to be encoded in Unicode (UTF-8) (in target 'SSHKeychain' from project 'SSHKeychain')

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

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In e2b5c3830e6b0b0595a1bc6578f759f5d27ac767/macports-ports (master):

SSHKeychain: Indicate or correct encoding of files

Closes: #59700

comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

I think that should fix it. Please sudo port selfupdate and then try again, and reopen this ticket if it's not fixed.

Changed 4 years ago by l-g

Attachment: main.2.log added

comment:4 Changed 4 years ago by l-g

The problem seems to remain.

Last edited 4 years ago by l-g (previous) (diff)

comment:5 Changed 4 years ago by l-g

Resolution: fixed
Status: closedreopened

comment:6 Changed 4 years ago by l-g

How do I change from fixed to "unfixed" (or something like that)?

comment:7 in reply to:  6 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to l-g:

The problem seems to remain.

I forgot to mention, you need to sudo port clean SSHKeychain before trying again.

Replying to l-g:

How do I change from fixed to "unfixed" (or something like that)?

You already did: by reopening the ticket, the resolution is cleared.

comment:8 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

So I think we have fixed this problem, but based on logs from our automated build system, there is a new problem:

2019-11-22 06:21:10.496 xcodebuild[96366:36729966] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-15526.1/IDEFoundation/Buildables/IDEWorkspaceArena.m:1131
Details:  Failed to create workspace arena at <DVTFilePath:0x7fe9c1fdbb00:'/opt/local/var/macports/home/Library/Developer/Xcode/DerivedData/SSHKeychain-gxuxkddkovlxzpdgimrkfammrnpe'>: Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “SSHKeychain-gxuxkddkovlxzpdgimrkfammrnpe” in the folder “DerivedData”." UserInfo={NSFilePath=/opt/local/var/macports/home/Library/Developer/Xcode/DerivedData/SSHKeychain-gxuxkddkovlxzpdgimrkfammrnpe, NSUnderlyingError=0x7fe9c6a12f00 {Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"}}
Object:   <IDEWorkspaceArena: 0x7fe9c1fc92f0>
Method:   -createWorkspaceArenaFolderIfNecessary
Thread:   <NSThread: 0x7fe9c1c136c0>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.

This is #57137. I don't know why nobody has fixed that yet.

comment:9 Changed 4 years ago by l-g

Still no luck.

Weird that no one else has reported this.

Note: See TracTickets for help on using tickets.