[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnulib-bug
Subject:    Re: maintainer-makefile: catch uses of $< in non-implicit rules
From:       Tim_Rühsen <tim.ruehsen () gmx ! de>
Date:       2019-06-25 14:46:51
Message-ID: b2d9eacc-0dd7-c220-7901-e68e29f54111 () gmx ! de
[Download RAW message or body]

[Attachment #2 (multipart/mixed)]

[Attachment #4 (multipart/mixed)]


Here is a Dockerfile for reproducing the issue on Fedora 30.

docker build ...
docker run ...

git clone https://gitlab.com/gnuwget/wget2.git
cd wget2
git checkout tmp-stuff
=2E/bootstrap
=2E/configure
make syntax-check


Regards, Tim

["Dockerfile" (text/plain)]

FROM fedora:latest

LABEL maintainer "Tim R=C3=BChsen <tim.ruehsen@gmx.de>"

WORKDIR /usr/local

RUN dnf update -y
RUN dnf install -y --allowerasing \
	git \
	make \
	gcc \
	coreutils \
	autoconf \
	libtool \
	gettext-devel \
	automake \
	autogen \
	python \
	valgrind \
	libunistring-devel \
	flex \
	gnutls-devel \
	libpsl-devel \
	libnghttp2-devel \
	zlib-devel \
	libidn2-devel \
	bzip2-devel \
	xz-devel \
	libmicrohttpd-devel \
	gperf \
	lzip \
	rsync \
	pandoc \
	texinfo \
	perl-IO-Socket-SSL \
	perl-HTTP-Daemon \
	gpgme-devel \
	ccache \
	which

RUN git clone https://git.savannah.gnu.org/git/gnulib.git
ENV GNULIB_SRCDIR /usr/local/gnulib

["signature.asc" (application/pgp-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic