Bug #235
3.1 stable is missing gr_sample_and_hold_XX.*.t after make clean
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Johnathan Corgan | % Done: | 0% |
|
| Category: | build | |||
| Target version: | release-3.1.2 | |||
| Resolution: | fixed |
Description
Date: Mon, 25 Feb 2008 20:32:31 -0800 From: Eric Blossom <eb> Subject: Re: [Patch-gnuradio] missing .t files in tarball To: Johnathan Corgan <[email protected]> Cc: Dan Halperin <[email protected]> On Mon, Feb 25, 2008 at 04:32:35PM -0800, Dan Halperin wrote: > It appears that gnuradio-core/src/lib/gengen/ > > gr_sample_and_hold_XX.i.t > gr_sample_and_hold_XX.cc.t > gr_sample_and_hold_XX.h.t > > are missing from the 3.1.1 tarball. So if you do a make clean and then a > make, you get an error. > > -Dan Johnathan, I've confirmed this. It passes distcheck because BUILT_SOURCES are included in the tarball. Maybe we should see if we can avoid the magic part of BUILT_SOURCES, at least where we're generating via python, and try something like s/BUILT_SOURCES/built_sources/ in gengen and filter Makefile.am Eric
History
Updated by Johnathan Corgan over 5 years ago
- Status changed from New to Closed
- Resolution set to fixed
This is fixed on the trunk r7844; longer term solution still needs thinking about.