Opened 6 years ago
Last modified 6 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)
Change History (4)
Changed 6 years ago by giansalvo (gians)
comment:1 follow-up: 2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 6 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 withcopy
instead.
Thanks, that was the problem. I'm going to open a PR.
comment:3 Changed 6 years ago by giansalvo (gians)
Created PR on GitHub https://github.com/macports/macports-ports/pull/3694
Note: See
TracTickets for help on using
tickets.
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 withcopy
instead.