Bug #111
make distcheck fails on MSYS because of bad pathname ("/.../c:/...")
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Johnathan Corgan | % Done: | 0% |
|
| Category: | build | |||
| Target version: | to-be-decided | |||
| Resolution: | wontfix |
Description
make distcheck fails on MSYS during the install process:
maker7: Entering directory @/home/Don/gnuradio/gnuradio-3.0svn/_build/gnuradio-core/src/lib/swig' maker7: Nothing to be done for @install-exec-am'. test -z "c:/Python24/Lib/site-packages/gnuradio/gr" || mkdir -p -- "/tmp/am-dc-4372/c:/Python24/Lib/site-packages/gnuradio/gr" mkdir: cannot create directory @/tmp/am-dc-4372/c:/Python24/Lib/site-packages/gnuradio/gr': No such file or directory maker7: *** [install-grgrlibLTLIBRARIES] Error 1 maker7: Leaving directory @/home/Don/gnuradio/gnuradio-3.0svn/_build/gnuradio-core/src/lib/swig'
The bad filename is the result of the concatenation
$(DESTDIR)$(grgrlibdir) (grgrlibdir begins with "c:/").
History
Updated by Johnathan Corgan over 6 years ago
- Status changed from New to Assigned
Updated by Johnathan Corgan almost 6 years ago
- Status changed from Assigned to Closed
- Resolution set to wontfix
Please reopen if you can supply a patch, otherwise this will remain unfixed.