Re: [OpenIndiana-discuss] local pkg repo error

2021-01-14 Thread Aurélien Larcher
On Thu, Jan 14, 2021 at 9:26 PM Pierfrancesco Caci wrote: > cool thanks, in the meantime I found that I could do this: > > root@openindiana:~# pkg list -avHf sudo > pkg://ik5pvx-repo/security/sudo@1.9.3.1-2020.0.1.0:20210114T173814Z > --- >

Re: [OpenIndiana-discuss] local pkg repo error

2021-01-14 Thread Carsten Grzemba via openindiana-discuss
Am 14.01.21 21:08 schrieb Pierfrancesco Caci : > > The "rebuild" did the trick, but how do I specify to pkg to install the > version from my repo instead of the official one? The version is the same > > > On Thu, Jan 14, 2021 at 8:39 PM Aurélien Larcher > wrote: > > > You can even > > > >

Re: [OpenIndiana-discuss] local pkg repo error

2021-01-14 Thread Pierfrancesco Caci
cool thanks, in the meantime I found that I could do this: root@openindiana:~# pkg list -avHf sudo pkg://ik5pvx-repo/security/sudo@1.9.3.1-2020.0.1.0:20210114T173814Z --- pkg://openindiana.org/security/sudo@1.9.3.1-2020.0.1.0:20201031T120907Z i--

Re: [OpenIndiana-discuss] local pkg repo error

2021-01-14 Thread Aurélien Larcher
On Thu, Jan 14, 2021 at 9:08 PM Pierfrancesco Caci wrote: > The "rebuild" did the trick, but how do I specify to pkg to install the > version from my repo instead of the official one? The version is the same > First you need to allow cross-publisher updates: pfexec pkg set-publisher

Re: [OpenIndiana-discuss] local pkg repo error

2021-01-14 Thread Pierfrancesco Caci
The "rebuild" did the trick, but how do I specify to pkg to install the version from my repo instead of the official one? The version is the same On Thu, Jan 14, 2021 at 8:39 PM Aurélien Larcher wrote: > You can even > > pkgrepo -s /path/to/repo list > > to make sure it was published where you

Re: [OpenIndiana-discuss] local pkg repo error

2021-01-14 Thread Aurélien Larcher
You can even pkgrepo -s /path/to/repo list to make sure it was published where you think it was. On Thu, 14 Jan 2021, 8:10 pm Aurélien Larcher, wrote: > You can try to: > > pkgrepo -s /path/to/repo rebuild > > to update the repo index. > > On 1/14/21, Pierfrancesco Caci wrote: > > Hello, > >

Re: [OpenIndiana-discuss] local pkg repo error

2021-01-14 Thread Aurélien Larcher
You can try to: pkgrepo -s /path/to/repo rebuild to update the repo index. On 1/14/21, Pierfrancesco Caci wrote: > Hello, > I'm trying to learn how to recompile a package and put it in a local repo. > I've followed the ips-dev-guide.pdf for setting up the repo, and the > "Getting started with

[OpenIndiana-discuss] local pkg repo error

2021-01-14 Thread Pierfrancesco Caci
Hello, I'm trying to learn how to recompile a package and put it in a local repo. I've followed the ips-dev-guide.pdf for setting up the repo, and the "Getting started with the Userland Consolidation" from github. I got the package to compile and copy to the repo (gmake publish), but when I try to