Opened 8 years ago
Closed 7 years ago
#53638 closed defect (fixed)
octave-devel-release checksum mismatch
Reported by: | numaryu | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | octave-devel-release |
Description
I found checksum mismatch occurs for octave-devel-release.
Attachments (1)
Change History (4)
Changed 8 years ago by numaryu
comment:1 Changed 8 years ago by numaryu
comment:2 Changed 8 years ago by mf2k (Frank Schima)
Cc: | MarcusCalhoun-Lopez removed |
---|---|
Owner: | set to MarcusCalhoun-Lopez |
Status: | new → assigned |
comment:3 Changed 7 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It seems the archive file in the master site is broken. I could manage to install using the zip archive. When I write "use_zip" in Portfile, it still fails. But, when I create my own .tar.gz archive from the .zip archive (downloaded by hand from the master site. not using port fetch) and place it in distfiles, then I succeeded.
I also found the post-destroot process fails at installing libcxx-fix.h. This is because the directory where the file to be installed does not exist. I think ".../include/${name}-${version}/${name}/" directory should be like ".../include/octave-${version}/octave/"