web-dev-qa-db-ja.com

rpmbuildで./configureargsを指定するにはどうすればよいですか?

Nginxとnginxrtmpモジュールを使用してrpmを構築しようとしています。

Nginxソースtar.gzとrtmptar.gzを取得し、それらをSOURCESディレクトリに配置しました。

次に、このスペックファイルを作成しました。

Name:       nginx
Version:    1.16.1
Release:    1%{?dist}
Summary:    Nginx with RTMP module

License:    GPLv3 Probably
URL:        nginx.com
Source0:    nginx-1.16.1.tar.gz
Source1:    nginx-rtmp-module.tar.gz


BuildRequires:  openssl-devel libxml2-devel libxslt-devel Gd-devel Perl-ExtUtils-Embed geoip-devel gperftools-devel pcre-devel zlib-devel
Requires: bash glibc glibc glibc openssl-libs openssl-libs openssl-libs glibc glibc pcre gperftools-libs glibc glibc openssl-libs openssl-libs zlib nginx-all-modules nginx-filesystem nginx-filesystem openssl pcre pcre centos-indexhtml glibc glibc centos-logos systemd 

%description
Nginx 1.16.1 with RTMP module

%prep
%setup -q
%setup -q -T -D -a 1


%build
%configure --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx --with-file-aio --with-ipv6 --with-http_auth_request_module --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_stub_status_module --with-http_Perl_module=dynamic --with-mail=dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream=dynamic --with-stream_ssl_module --with-google_perftools_module --with-debug --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' --with-ld-opt='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E' --add-module=./nginx-rtmp-module
make 


%install
make install

これは、rpmbuildを使用してRPMを作成する、またはスペックファイルを作成する最初の試みです。 2つのパッケージはBUILDディレクトリに正しく抽出されているように見えますが、rpmbuild -ba SPECS/nginx-with-rtmp.specの出力は次のエラーを示しています。

./configure -build = x86_64-redhat-linux-gnu --Host = x86_64-redhat-linux-gnu --program-prefix = --disable-dependency-tracking --prefix =/usr- exec-prefix =/usr --bindir =/usr/bin --sbindir =/usr/sbin --sysconfdir =/etc --datadir =/usr/share --includedir =/usr/include --libdir =/usr/lib64 --libexecdir =/usr/libexec --localstatedir =/var --sharedstatedir =/var/lib --mandir =/usr/share/man --infodir =/usr/share/info --prefix =/usr/share/nginx --sbin-path =/usr/sbin/nginx --modules-path =/usr/lib64/nginx/modules --conf-path =/etc/nginx/nginx.conf --error -log-path =/var/log/nginx/error.log --http-log-path =/var/log/nginx/access.log --http-client-body-temp-path =/var/lib/nginx/tmp/client_body --http-proxy-temp-path =/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path =/var/lib/nginx/tmp/fastcgi --http-uwsgi -temp-path =/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path =/var/lib/nginx/tmp/scgi --pid-path =/run/nginx.pid --lock -path =/run/lock/subsys/nginx --user = nginx --group = nginx --with-file-aio --with-ipv6 --with-ht tp_auth_request_module --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module = dynamic --with-http_image_filter_module = dynamic --with-http_geoip_module = dynamic --with-http_sub_module --with -http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_stub_status_module --with -http_Perl_module = dynamic --with-mail = dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream = dynamic --with-stream_ssl_module --with-google_perftools_module --with-debug '--with-cc-opt = -O2 -g -pipe -Wall -Wp、-D_FORTIFY_SOURCE = 2 -fexceptions -fstack-protector-strong --param = ssp-buffer-size = 4 -grecord-gcc-switches- specs =/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune = generic '' --with-ld-opt = -Wl、-z、relro -specs =/usr/lib/rpm/redhat/redhat-harden ed-ld -Wl、-E '-add-module =。/ nginx-rtmp-module

./configure:エラー:無効なオプション "--Host = x86_64-redhat-linux-gnu"

エラー:/var/tmp/rpm-tmp.h4kaTW(%build)からの不正な終了ステータス

rpmbuildは、私が要求しなかった引数(すべて太字)を./configureに追加しているようで、ビルドが壊れています。また、prefixのような私の引数のいくつかをオーバーライドしています。

./configureへの引数の追加を停止するようにrpmbuildに指示するにはどうすればよいですか?その./configureコマンドをrpmbuildなしで手動で実行すると、ビルドは正常に機能します。

1
Tal

%configureマクロによって提供される標準の引数が必要ない(または必要ない)場合は、それを使用する必要はありません。

%build
./configure ...
make

./の代わりに%。)

./configure引数のパスコンポーネントには、引き続き 適切なマクロ を使用する必要があります。

2
Stephen Kitt