Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.protocols.dns.bind > #16076
| Path | csiph.com!news.uzoreto.com!news.etla.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!usenet-its.stanford.edu!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Matthew Richardson <matthew-l@itconsult.co.uk> |
| Newsgroups | comp.protocols.dns.bind |
| Subject | rpmbuild problem with 9.11.22 on Centos |
| Date | Sat, 29 Aug 2020 19:06:53 +0100 |
| Organization | I. T. Consultancy Limited, Jersey |
| Lines | 70 |
| Approved | bind-users@lists.isc.org |
| Message-ID | <mailman.842.1598724371.942.bind-users@lists.isc.org> (permalink) |
| References | <1v4lkf5l7dhlg75qfiv49bjmm11elln15e@m78> |
| NNTP-Posting-Host | lists.isc.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Trace | usenet.stanford.edu 1598724423 30873 149.20.1.60 (29 Aug 2020 18:07:03 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | bind-users@lists.isc.org |
| Return-Path | <matthew-l@itconsult.co.uk> |
| X-Original-To | bind-users@lists.isc.org |
| Delivered-To | bind-users@lists.isc.org |
| DKIM-Filter | OpenDKIM Filter v2.11.0 m78.itconsult.net 0DDDF857FC0 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=itconsult.co.uk; s=itcl-200420; t=1598724411; bh=D1YPYdz0XTbmNBhgnjVTDA+DBTStqQuRT2hX6sCHoBA=; h=From:To:Subject:Date:From; b=U/isq/Om9ggNbYyzJDKIU84/yUuW8k3zzxvOZx/ghh+CNq7xlU0P1+2YO33uG2/xg YaX79xhF/tuTzVVw80xcBaQJrlKgw8EFQnLDS8bo02i+u5AbiiylkOXTiZGQPtolT1 a1l5bIipvT4d7yAowlxtlxx+VloHxqaZWOGvTFNb9Ca+ctsi0YIOH58h3YFypG1T4F GxFM8KcKwpoGR2zILojlr/oLFcd1WqjtoEbtow5nRBqMSH0D6vEDz9zlJPIgoptw0X IYM+0I/Tr3B5VV0dknisXesMJi6Dy5EDBOYkFmw4Jrk7+Uh67LCoNXxZ5GYM2zII9W 27Hp8OAIrE5UA== |
| X-Mailer | Forte Agent 1.93/32.576 English (American) |
| X-Spam-Status | No, score=0.6 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,KAM_COUK,SPF_HELO_PASS,SPF_PASS autolearn=disabled version=3.4.2 |
| X-Spam-Checker-Version | SpamAssassin 3.4.2 (2018-09-13) on mx.pao1.isc.org |
| X-BeenThere | bind-users@lists.isc.org |
| X-Mailman-Version | 2.1.29 |
| Precedence | list |
| List-Id | BIND Users Mailing List <bind-users.lists.isc.org> |
| List-Unsubscribe | <https://lists.isc.org/mailman/options/bind-users>, <mailto:bind-users-request@lists.isc.org?subject=unsubscribe> |
| List-Archive | <https://lists.isc.org/pipermail/bind-users/> |
| List-Post | <mailto:bind-users@lists.isc.org> |
| List-Help | <mailto:bind-users-request@lists.isc.org?subject=help> |
| List-Subscribe | <https://lists.isc.org/mailman/listinfo/bind-users>, <mailto:bind-users-request@lists.isc.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <1v4lkf5l7dhlg75qfiv49bjmm11elln15e@m78> |
| Xref | csiph.com comp.protocols.dns.bind:16076 |
Show key headers only | View raw
Today I have been trying to compile 9.11.22 on Centos 7 with a procedure that has been used successfully on many previous releases. The last version I compiled successfully was 9.11.19. The process involves downloading the Copr source RPM and then compiling with rpmbuild. Today's output is:- >[root@li277-75 ~]# rpmbuild --rebuild --define 'dist .el7' --without scl isc-bind-bind-9.11.22-1.1.el7.src.rpm >Installing isc-bind-bind-9.11.22-1.1.el7.src.rpm >warning: isc-bind-bind-9.11.22-1.1.el7.src.rpm: Header V3 RSA/SHA1 Signature, key ID 4168cd93: NOKEY >warning: user mockbuild does not exist - using root >warning: group mock does not exist - using root >warning: user mockbuild does not exist - using root >warning: group mock does not exist - using root >warning: user mockbuild does not exist - using root >warning: group mock does not exist - using root >warning: user mockbuild does not exist - using root >warning: group mock does not exist - using root >warning: user mockbuild does not exist - using root >warning: group mock does not exist - using root >warning: user mockbuild does not exist - using root >warning: group mock does not exist - using root >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sl7q9u >+ umask 022 >+ cd /root/rpmbuild/BUILD >+ cd /root/rpmbuild/BUILD >+ rm -rf bind-9.11.22 >+ /usr/bin/gzip -dc /root/rpmbuild/SOURCES/bind-9.11.22.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd bind-9.11.22 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oI0ckT >+ umask 022 >+ cd /root/rpmbuild/BUILD >+ cd bind-9.11.22 >+ %set_build_flags >/var/tmp/rpm-tmp.oI0ckT: line 30: fg: no job control >error: Bad exit status from /var/tmp/rpm-tmp.oI0ckT (%build) > > >RPM build errors: > isc-bind-bind-9.11.22-1.1.el7.src.rpm: Header V3 RSA/SHA1 Signature, key ID 4168cd93: NOKEY > user mockbuild does not exist - using root > group mock does not exist - using root > user mockbuild does not exist - using root > group mock does not exist - using root > user mockbuild does not exist - using root > group mock does not exist - using root > user mockbuild does not exist - using root > group mock does not exist - using root > user mockbuild does not exist - using root > group mock does not exist - using root > user mockbuild does not exist - using root > group mock does not exist - using root > Bad exit status from /var/tmp/rpm-tmp.oI0ckT (%build) My guess (which may be wrong) is that something is wrong with the line:- %set_build_flags in bind.spec. Any thoughts from others, more knowledgeable that myself, would be appreciated. The same error occurs on both Centos 7 & Centos 6. Best wishes, Matthew
Back to comp.protocols.dns.bind | Previous | Next | Find similar
rpmbuild problem with 9.11.22 on Centos Matthew Richardson <matthew-l@itconsult.co.uk> - 2020-08-29 19:06 +0100
csiph-web