Ticket #21978 (closed defect: fixed)
lua-luazip 1.2.3_0 build errors
| Reported by: | ddanese@… | Owned by: | and.damore@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.1 |
| Keywords: | Cc: | ||
| Port: | lua-luazip |
Description
in the section for specifying the files to stage to destroot the glob spec is wrong.
currently it is [glob doc/us/*] and that fails and causes a build failure.
it should be [glob ${worksrcpath}/doc/us/*] making this change to all glob lines in the portfile fixes the build error.
Attachments
Change History
comment:1 Changed 4 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to and.damore@…
- Port changed from lua-luazip 1.2.3_0 to lua-luazip
comment:2 Changed 4 years ago by and.damore@…
- Status changed from new to assigned
Do you already have a patchfile for both this and #21979?
comment:3 Changed 4 years ago by ddanese@…
I don't wanna sound like a dork, but I don't know how to make a patch file.
I just edited the Portfile's by hand to get it installed.
If there is a simple tut on how to do it I can prepare patch files for them both.
comment:4 follow-up: ↓ 6 Changed 4 years ago by and.damore@…
- Status changed from assigned to closed
- Resolution set to fixed
That was breaking destroot phase, not build.
Fixed in r59190, I removed destroot override and patched makefile instead.
comment:5 Changed 4 years ago by and.damore@…
- Status changed from closed to reopened
- Resolution fixed deleted
Note: See
TracTickets for help on using
tickets.

