bug#54390: YACC rules don't check DESTDIR existence for VPATH builds

2023-01-12 Thread Sam James
> On 13 Jan 2023, at 07:01, Mike Frysinger wrote: > > On 13 Jan 2023 06:29, Sam James wrote: >>> On 13 Jan 2023, at 06:13, Mike Frysinger wrote: >>> On 14 Mar 2022 17:21, Sam James wrote: It appears that YACC rules don't check for whether the destination directory exists before exec

bug#54390: YACC rules don't check DESTDIR existence for VPATH builds

2023-01-12 Thread Mike Frysinger
On 13 Jan 2023 06:29, Sam James wrote: > > On 13 Jan 2023, at 06:13, Mike Frysinger wrote: > > On 14 Mar 2022 17:21, Sam James wrote: > >> It appears that YACC rules don't check for whether the destination > >> directory exists before executing ylwrap. > >> > >> When trying to package libaacs >

bug#54390: YACC rules don't check DESTDIR existence for VPATH builds

2023-01-12 Thread Sam James
> On 13 Jan 2023, at 06:13, Mike Frysinger wrote: > > On 14 Mar 2022 17:21, Sam James wrote: >> It appears that YACC rules don't check for whether the destination directory >> exists before executing ylwrap. >> >> When trying to package libaacs (https://code.videolan.org/videolan/libaacs) >>

bug#54390: YACC rules don't check DESTDIR existence for VPATH builds

2023-01-12 Thread Sam James
> On 13 Jan 2023, at 06:13, Mike Frysinger wrote: > > On 14 Mar 2022 17:21, Sam James wrote: >> It appears that YACC rules don't check for whether the destination directory >> exists before executing ylwrap. >> >> When trying to package libaacs (https://code.videolan.org/videolan/libaacs) >>

bug#55025: Automake should allow one to enable POSIX make behavior

2023-01-12 Thread Mike Frysinger
On 19 Apr 2022 17:33, Vincent Lefevre wrote: > https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html > says about the target rules: > > .POSIX > The application shall ensure that this special target is specified > without prerequisites or commands. If it appears as the fir

bug#54390: YACC rules don't check DESTDIR existence for VPATH builds

2023-01-12 Thread Mike Frysinger
On 14 Mar 2022 17:21, Sam James wrote: > It appears that YACC rules don't check for whether the destination directory > exists before executing ylwrap. > > When trying to package libaacs (https://code.videolan.org/videolan/libaacs) > with an out-of-source build, I hit an unexpected build failure

bug#33779: Wrong lib-list in install-%DIR%LTLIBRARIES

2023-01-12 Thread Mike Frysinger
On Mon, 17 Dec 2018 20:11:48 +0100, Bert Wesarg wrote: > looking at lib/am/ltlib.am, the rule for installing libraries looks > weird for the !LIBTOOL case. Though I have the impression that this > file should not be used at all, if libtool is not used. Nevertheless, > the install command in this ca

bug#60773: AM_PROG_AR and LT_INIT don't work together when using lib.exe

2023-01-12 Thread Mike Frysinger
On Wed, 16 Mar 2022 15:24:37 +0100, Tim Ruffing wrote: > Assume environment variable AR="lib.exe" and configure.ac has > > ``` > AM_PROG_AR > LT_INIT > ``` i think the expectation is that, if you're using libtool, then you use libtool. it can create static convenience libraries too: https://www.g