Hi Bruce, * Bruce Korb wrote on Sat, Feb 20, 2010 at 12:04:44AM CET: > Looking through my own thread from 5 years ago doesn't lead > anywhere: http://www.mail-archive.com/[email protected]/msg10373.html > There are other bug reports: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456632 > http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view > audit-trail&database=automake&pr=486 > > I still see this message, but the build doesn't stop (mercifully). > Should this be listed as a known problem that won't be fixed?
That bug wasn't on my radar. Thanks. Isn't this still a user error though? The problem with your info files depending on compiled programs is that you then cannot easily distribute them? Put another way, if something in the source tree depends on something in the build tree, then that is a packaging bug, because it prevents building off a readonly medium, and causes things to be regenerated that shouldn't need to. I'm not sure whether you were aware of the hack/undocumented feature that lets automake build info files in the build tree if they are listed in DISTCLEANFILES (there is a long comment about it in automake.in, and I haven't yet dared to touch the code, really). Thanks, Ralf
