bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] wget-1.16: 1 configure error, 2 make check errors, 1 perm


From: Tim Ruehsen
Subject: Re: [Bug-wget] wget-1.16: 1 configure error, 2 make check errors, 1 permission error
Date: Wed, 12 Nov 2014 16:09:02 +0100
User-agent: KMail/4.14.2 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; )

On Tuesday 04 November 2014 09:25:50 Tim Ruehsen wrote:
> On Tuesday 04 November 2014 07:22:04 address@hidden wrote:
> > As non-root I tried to install wget this way into a user-owned directory:
> >        ./configure --prefix=/usr/local/wget-1.16
> >        make
> >        make check
> >        make install
> > 

> > 4. make install fails (regression to wget-1.15):
> >   /usr/bin/install -c wget '/usr/local/bin'
> > 
> > /usr/bin/install: cannot remove `/usr/local/bin/wget': Permission denied

Sorry for the delay.

There is no problem for me ( = I can't reproduce the problem).
BUT I have to 'sudo make install', else the install fails due to permission 
problems.

So, I can just guess...

Please retry with
sudo make install

If the above fails, try:
make clean
git pull
./bootstrap
./configure --prefix=/usr/local/wget-1.16
make
make check
sudo make install

If it still fails, maybe your auto* packages is broken / buggy ?
Do you have the same problem with other projects or not ?

Tim

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]