Re: Using root privileges to build a package

2020-01-14 Thread Leopold Palomo-Avellaneda
El 14/1/20 a les 12:53, Andrey Rahmatullin ha escrit: > On Tue, Jan 14, 2020 at 12:14:50PM +0100, Leopold Palomo-Avellaneda wrote: >>> Sorry, are you saying you think it's fine for a package build process to >>> modify the build host system? >> >> just to install some files and yes, I understand th

Re: Using root privileges to build a package

2020-01-14 Thread Christian Kastner
On 14.01.20 12:14, Leopold Palomo-Avellaneda wrote: > El 14/1/20 a les 10:54, Andrey Rahmatullin ha escrit: >> Sorry, are you saying you think it's fine for a package build process to >> modify the build host system? > > just to install some files and yes, I understand that it shouldn't. It's not

Re: Using root privileges to build a package

2020-01-14 Thread Andrey Rahmatullin
On Tue, Jan 14, 2020 at 12:14:50PM +0100, Leopold Palomo-Avellaneda wrote: > > Sorry, are you saying you think it's fine for a package build process to > > modify the build host system? > > just to install some files and yes, I understand that it shouldn't. "just to install some files to /usr" is

Re: Using root privileges to build a package

2020-01-14 Thread Leopold Palomo-Avellaneda
El 14/1/20 a les 10:54, Andrey Rahmatullin ha escrit: > On Tue, Jan 14, 2020 at 10:45:02AM +0100, Leopold Palomo-Avellaneda wrote: I'm working with a package (octomap) that is composed by two libraries depending on another one built in the same package. The question is that to b

Re: Using root privileges to build a package

2020-01-14 Thread Andrey Rahmatullin
On Tue, Jan 14, 2020 at 10:45:02AM +0100, Leopold Palomo-Avellaneda wrote: > >> I'm working with a package (octomap) that is composed by two libraries > >> depending on another one built in the same package. > >> > >> The question is that to build that two libraries correctly firstly the > >> libr

Re: Using root privileges to build a package

2020-01-14 Thread Leopold Palomo-Avellaneda
El 14/1/20 a les 9:55, Andrey Rahmatullin ha escrit: > On Tue, Jan 14, 2020 at 09:25:17AM +0100, Leopold Palomo-Avellaneda wrote: >> I'm working with a package (octomap) that is composed by two libraries >> depending on another one built in the same package. >> >> The question is that to build that

Re: Using root privileges to build a package

2020-01-14 Thread Andrey Rahmatullin
On Tue, Jan 14, 2020 at 09:25:17AM +0100, Leopold Palomo-Avellaneda wrote: > I'm working with a package (octomap) that is composed by two libraries > depending on another one built in the same package. > > The question is that to build that two libraries correctly firstly the library > that they d

Using root privileges to build a package

2020-01-14 Thread Leopold Palomo-Avellaneda
Hi, I'm working with a package (octomap) that is composed by two libraries depending on another one built in the same package. The question is that to build that two libraries correctly firstly the library that they depend must be build and _installed_. It's the _only_ way that I have found with