Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gzip: stdin: not in gzip format 10.40 #130

Closed
nagydavid opened this issue Jun 23, 2022 · 0 comments
Closed

gzip: stdin: not in gzip format 10.40 #130

nagydavid opened this issue Jun 23, 2022 · 0 comments

Comments

@nagydavid
Copy link

Hi All,

I am trying to install R in a container, but I having a trouble to install libpcre 10.40. from source

RUN cd tmp/ \
	&& curl -O https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.40/pcre2-10.40.tar.gz \
	&& tar -xf pcre2-10.40.tar.gz \
	&& cd pcre2-10.40 \
	&& ./configure \
	&& make \
	&& make install

I am getting the following error

 RUN cd tmp/  && curl -O https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.40/pcre2-10.40.tar.gz    && tar -xf pcre2-10.40.tar.gz   && cd pcre2-10.40       && ./configure  && make         && make install
 ---> Running in bb5f91387cf2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  114k    0  114k    0     0   240k      0 --:--:-- --:--:-- --:--:--  240k

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The command '/bin/sh -c cd tmp/         && curl -O https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.40/pcre2-10.40.tar.gz    && tar -xf pcre2-10.40.tar.gz   && cd pcre2-10.40       && ./configure  && make         && make install' returned a non-zero code: 2

I am having issues all release types

Thanks for the help in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant