Re: [arch-general] [Solved] Re: PKGBUILD ERROR

2015-09-12 Thread Ralf Mardorf
On Fri, 11 Sep 2015 14:37:20 -0400, Eli Schwartz wrote: >On Fri, Sep 11, 2015 at 2:08 PM, Ralf Mardorf > wrote: > >> >FWIW I'm using yaourt and usually it doesn't fail. There's just one >> >issue I encounter from time to time, but that also happens when >> >using makepkg. By default I set up make

Re: [arch-general] [Solved] Re: PKGBUILD ERROR

2015-09-11 Thread Eli Schwartz
On Fri, Sep 11, 2015 at 2:08 PM, Ralf Mardorf wrote: > >FWIW I'm using yaourt and usually it doesn't fail. There's just one > >issue I encounter from time to time, but that also happens when using > >makepkg. By default I set up makepkg to build in tmpfs and it > >sometimes is too small. One time

Re: [arch-general] [Solved] Re: PKGBUILD ERROR

2015-09-11 Thread Ralf Mardorf
On Fri, 11 Sep 2015 20:02:17 +0200, Ralf Mardorf wrote: >Btw. makepkg is set up to save the packages not in the tmpfs, but in a >cache to archive packages. Again apologies. I meant that I set up my makepkg.conf to save packages in a cache.

Re: [arch-general] [Solved] Re: PKGBUILD ERROR

2015-09-11 Thread Ralf Mardorf
On Fri, 11 Sep 2015 20:02:17 +0200, Ralf Mardorf wrote: >On Fri, 11 Sep 2015 12:32:59 -0400, Eli Schwartz wrote: >>As Ralf said, nothing *requires* yaourt, and indeed some things will >>blow up when you try installling via yaourt -- but standard makepkg >>handles fine, and indeed so do most AUR wra

Re: [arch-general] [Solved] Re: PKGBUILD ERROR

2015-09-11 Thread Eli Schwartz
On Fri, Sep 11, 2015 at 8:55 AM, mudongliang wrote: > It is essential to understand the internal theory and operate it by > hands. Then I will have a deep understanding! > > Besides, I first use pacman , but there are some softwares in aur which > needs yaourt. So I install and use it as the wiki

Re: [arch-general] [Solved] Re: PKGBUILD ERROR

2015-09-11 Thread mudongliang
On 09/11/2015 09:23 PM, Ralf Mardorf wrote: > On Fri, 11 Sep 2015 20:55:10 +0800, mudongliang wrote: >> Besides, I first use pacman , but there are some softwares in aur which >> needs yaourt. So I install and use it as the wiki tells me. > > Nothing provided by AUR needs yaourt. In some excepti

Re: [arch-general] [Solved] Re: PKGBUILD ERROR

2015-09-11 Thread Ralf Mardorf
On Fri, 11 Sep 2015 20:55:10 +0800, mudongliang wrote: >Besides, I first use pacman , but there are some softwares in aur which >needs yaourt. So I install and use it as the wiki tells me. Nothing provided by AUR needs yaourt. In some exceptional cases it could be, that building with yaourt fails.

[arch-general] [Solved] Re: PKGBUILD ERROR

2015-09-11 Thread mudongliang
On 09/11/2015 05:05 PM, Eli Schwartz wrote: > On Fri, Sep 11, 2015 at 4:14 AM, mudongliang > wrote: > >> Read the relevant docs and ensure you understanging what the process you >>> are trying to follow is doing. >>> >> I think that installing package always needs root privilege by default. >>

[arch-general] [Solved] Re: PKGBUILD ERROR

2015-09-11 Thread mudongliang
On 09/11/2015 05:39 PM, Ralf Mardorf wrote: > On Fri, 11 Sep 2015 16:14:29 +0800, mudongliang wrote: >> I think that installing package always needs root privilege by default. > > It does, but building doesn't (fakeroot). At the right time yaourt will > ask you for the password. A while back mak