Opened 5 years ago

Last modified 5 years ago

#58100 new submission

ProjectLibre Portfile crash when destroot with "xinstall: Inappropriate file type"

Reported by: giansalvo (gians) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc:
Port: ProjectLibre

Description

I'm trying to port ProjectLibre to MacPorts. When I build from source everything goes right. During sudo port install ProjectLibre I get a wrong ProjectLibre.app file and the following error:

--->  Building ProjectLibre
--->  Staging ProjectLibre into destroot
Error: Failed to destroot ProjectLibre: xinstall: Inappropriate file type: ProjectLibre.app

Attachments (1)

Portfile (1.7 KB) - added by giansalvo (gians) 5 years ago.

Download all attachments as: .zip

Change History (4)

Changed 5 years ago by giansalvo (gians)

Attachment: Portfile added

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

This is not a crash; it's just an error message.

xinstall is for installing (copying) files. ProjectLibre.app is not a file; it's a directory. Copy it with copy instead.

comment:2 in reply to:  1 Changed 5 years ago by giansalvo (gians)

Replying to ryandesign:

This is not a crash; it's just an error message.

xinstall is for installing (copying) files. ProjectLibre.app is not a file; it's a directory. Copy it with copy instead.

Thanks, that was the problem. I'm going to open a PR.

comment:3 Changed 5 years ago by giansalvo (gians)

Note: See TracTickets for help on using tickets.