Re: empty reply from server error

2022-07-24 Thread Adam Williamson
On Tue, 2022-07-19 at 16:47 +0200, Petr Pisar wrote: > V Tue, Jul 19, 2022 at 01:47:12PM +, Globe Trotter via devel napsal(a): > > However, I get the following error in the build log (of koji): > > > > > > > > checking whether the C compiler works... no > > configure: error: in `/builddir/bu

Re: empty reply from server error

2022-07-19 Thread Globe Trotter via devel
Yes, thank you, this fixed it. I appreciate tthe comment on the spec. I inherited it as a to-be orphan and I have continued only fixing the spec file at the margins when things break. Would be happy to have some help in fixing the spec. On Tuesday, July 19, 2022 at 10:21:38 AM CDT, Ralf

Re: empty reply from server error

2022-07-19 Thread Ralf Corsépius
Am 19.07.22 um 16:45 schrieb Globe Trotter via devel: Thanks, btw, the command here says unknown command (see below). Btw, the log is here: https://koji.fedoraproject.org/koji/buildinfo?buildID=2004683 The trigger of this breakdown is the sped missing "BuildRequires: gcc" However, I regret h

Re: empty reply from server error

2022-07-19 Thread Petr Pisar
V Tue, Jul 19, 2022 at 01:47:12PM +, Globe Trotter via devel napsal(a): > However, I get the following error in the build log (of koji): > > > > checking whether the C compiler works... no > configure: error: in `/builddir/build/BUILD/osmo-0.4.4': > configure: error: C compiler cannot create

Re: empty reply from server error

2022-07-19 Thread Globe Trotter via devel
Thanks, btw, the command here says unknown command (see below). Btw, the log is here: https://koji.fedoraproject.org/koji/buildinfo?buildID=2004683 Thanks! $ koji save-failed-tree 2004683 Available commands: admin commands:     add-channel   Add a channel     add-external

Re: empty reply from server error

2022-07-19 Thread Jerry James
On Tue, Jul 19, 2022 at 7:52 AM Globe Trotter via devel wrote: > checking whether the C compiler works... no > configure: error: in `/builddir/build/BUILD/osmo-0.4.4': > configure: error: C compiler cannot create executables > See `config.log' for more details > > > Where is the config.log? confi

Re: empty reply from server error

2022-07-19 Thread Globe Trotter via devel
Never mind, I figured this out. Bad oversight on my part. However, I get the following error in the build log (of koji): checking whether the C compiler works... no configure: error: in `/builddir/build/BUILD/osmo-0.4.4': configure: error: C compiler cannot create executables See `config.log'

Re: empty reply from server error

2022-07-19 Thread Globe Trotter via devel
Never mind, I figured this out. Bad oversight on my part. However, I get the following error in the build log (of koji): checking whether the C compiler works... no configure: error: in `/builddir/build/BUILD/osmo-0.4.4': configure: error: C compiler cannot create executables See `config.log'

empty reply from server error

2022-07-19 Thread Globe Trotter via devel
Hello, I was trying to fix a minor but severe error in the packging of osmo, and I get the following error: $ fedpkg import ~/rpmbuild/SRPMS/osmo-0.4.4-2.fc36.src.rpm   Could not execute import_srpm: (52, 'Empty reply from server') Where is this error from and how do I get around it? Thanks