Re: Help running centpkg

2023-10-26 Thread Michael Dawson
Also if there are any instructions somewhere on how to build just point me to them and I'll try to follow those. What I'd like to end up doing in the end is building rpms that I can install/test. Our team is planning to add an insights agent in RHEL and would like to be able to build/test in

Re: Help running centpkg

2023-10-26 Thread Michael Dawson
When on the vpn it fails quickly with ⬢[midawson@toolbox nodejs]$ git checkout stream-nodejs-18-rhel-8.9.0 branch 'stream-nodejs-18-rhel-8.9.0' set up to track 'origin/stream-nodejs-18-rhel-8.9.0'. Switched to a new branch 'stream-nodejs-18-rhel-8.9.0' ⬢[midawson@toolbox nodejs]$ centpkg

Re: Help running centpkg

2023-10-26 Thread Michael Dawson
When I ran yesterday it seemed to hang and I think from the error message I see today after leaving running it's because I was not on the vpn. I'll try on a machine with vpn access to see if that helps. In terms of --with-bundled Jan suggested I try that. I don't have a good understanding of what

Re: Help running centpkg

2023-10-25 Thread Stephen Gallagher
On Wed, Oct 25, 2023 at 4:48 PM Michael Dawson wrote: > > Thanks to the help and suggestions so far. I've gotten farther based on the > suggestion to use toolbox. Using the following I can get further > > toolbox create -i quay.io/rhel-devel-tools/rhel-developer-toolbox:latest > toolbox enter

Re: Help running centpkg

2023-10-25 Thread Michael Dawson
Thanks to the help and suggestions so far. I've gotten farther based on the suggestion to use toolbox. Using the following I can get further toolbox create -i quay.io/rhel-devel-tools/rhel-developer-toolbox:latest toolbox enter rhel-developer-toolbox-latest git clone

Re: Help running centpkg

2023-10-09 Thread Stephen Smoogen
On Mon, 9 Oct 2023 at 09:37, Florian Weimer wrote: > * Stephen Smoogen: > > > could you add how you got it and how you ran it? I am trying to figure > > out why a el8 config was pulled into a f38 system? > > This does it for me: > > $ mock -r c8s-x86_64 --init > > OK my first problem was I

Re: Help running centpkg

2023-10-09 Thread Florian Weimer
* Stephen Smoogen: > could you add how you got it and how you ran it? I am trying to figure > out why a el8 config was pulled into a f38 system? This does it for me: $ mock -r c8s-x86_64 --init Even after: $ mock -r c8s-x86_64 --scrub all Package versions:

Re: Help running centpkg

2023-10-09 Thread Stephen Smoogen
On Mon, 9 Oct 2023 at 04:56, Florian Weimer wrote: > * Michael Dawson: > > > I'm trying to build https://gitlab.com/redhat/centos-stream/rpms/nodejs > using centpkg but am running into errors. > > > > I'm using Fedora 37 and get this error when I run centpkg mockbuild > --with=bundled in the

Re: Help running centpkg

2023-10-09 Thread Florian Weimer
* Michael Dawson: > I'm trying to build https://gitlab.com/redhat/centos-stream/rpms/nodejs using > centpkg but am running into errors. > > I'm using Fedora 37 and get this error when I run centpkg mockbuild > --with=bundled in the directory where I've cloned the >

Re: Help running centpkg

2023-10-07 Thread Otto Liljalaakso
Stephen Smoogen kirjoitti 7.10.2023 klo 18.30: On Sat, 7 Oct 2023 at 10:50, stan via devel wrote: On Fri, 06 Oct 2023 16:05:25 - "Michael Dawson" wrote: > I'm trying to build > https://gitlab.com/redhat/centos-stream/rpms/nodejs using centpkg but > am running

Re: Help running centpkg

2023-10-07 Thread Leon Fauster via devel
Am 07.10.23 um 17:30 schrieb Stephen Smoogen: On Sat, 7 Oct 2023 at 10:50, stan via devel mailto:devel@lists.fedoraproject.org>> wrote: On Fri, 06 Oct 2023 16:05:25 - "Michael Dawson" mailto:midaw...@redhat.com>> wrote: > I'm trying to build >

Re: Help running centpkg

2023-10-07 Thread Stephen Smoogen
On Sat, 7 Oct 2023 at 10:50, stan via devel wrote: > On Fri, 06 Oct 2023 16:05:25 - > "Michael Dawson" wrote: > > > I'm trying to build > > https://gitlab.com/redhat/centos-stream/rpms/nodejs using centpkg but > > am running into errors. > > > > I'm using Fedora 37 and get this error when I

Re: Help running centpkg

2023-10-07 Thread stan via devel
On Fri, 06 Oct 2023 16:05:25 - "Michael Dawson" wrote: > I'm trying to build > https://gitlab.com/redhat/centos-stream/rpms/nodejs using centpkg but > am running into errors. > > I'm using Fedora 37 and get this error when I run centpkg mockbuild > --with=bundled in the directory where I've

Help running centpkg

2023-10-06 Thread Michael Dawson
I'm trying to build https://gitlab.com/redhat/centos-stream/rpms/nodejs using centpkg but am running into errors. I'm using Fedora 37 and get this error when I run centpkg mockbuild --with=bundled in the directory where I've cloned the https://gitlab.com/redhat/centos-stream/rpms/nodejs