Opened 17 months ago
Closed 17 months ago
#67632 closed defect (fixed)
normaliz @3.10.0: autoreconf: error: 'configure.ac' is required
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | catap (Kirill A. Korinsky) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | normaliz |
Description
Executing: cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_math_normaliz/normaliz/work/Normaliz-3.10.0" && autoreconf -fvi autoreconf: export WARNINGS= autoreconf: error: 'configure.ac' is required
The capital "N" in the worksrcdir looks suspicious to me, and I see that the port downloads Normaliz-3.10.0.tar.gz although the name of the download in the GitHub release is really normaliz-3.10.0.tar.gz. I guess GitHub's server allows case mismatches in names but we should not rely on that; most servers don't allow that. Probably the fix is to add distname ${name}-${version}
to fix both the distname and the worksrcdir.
Change History (1)
comment:1 Changed 17 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In da7fb4c4eab9e8e6f6261ae931c80da3d45a8203/macports-ports (master):