mirror of
https://github.com/YellowJacketLinux/LFS.git
synced 2025-01-23 14:32:15 +08:00
fixes #5
This commit is contained in:
parent
9d3a54b827
commit
8a4f36e940
@ -1,52 +0,0 @@
|
||||
Making check in .
|
||||
make[1]: Entering directory '/home/rpmbuilder/rpmbuild/BUILD/pkg-config-0.29.2'
|
||||
make[1]: Leaving directory '/home/rpmbuilder/rpmbuild/BUILD/pkg-config-0.29.2'
|
||||
Making check in check
|
||||
make[1]: Entering directory '/home/rpmbuilder/rpmbuild/BUILD/pkg-config-0.29.2/check'
|
||||
make check-TESTS
|
||||
make[2]: Entering directory '/home/rpmbuilder/rpmbuild/BUILD/pkg-config-0.29.2/check'
|
||||
PASS: check-cflags
|
||||
PASS: check-libs
|
||||
PASS: check-mixed-flags
|
||||
PASS: check-non-l-flags
|
||||
PASS: check-define-variable
|
||||
PASS: check-libs-private
|
||||
PASS: check-requires-private
|
||||
PASS: check-circular-requires
|
||||
PASS: check-includedir
|
||||
PASS: check-conflicts
|
||||
PASS: check-missing
|
||||
PASS: check-special-flags
|
||||
PASS: check-sort-order
|
||||
PASS: check-duplicate-flags
|
||||
PASS: check-whitespace
|
||||
PASS: check-cmd-options
|
||||
PASS: check-version
|
||||
PASS: check-requires-version
|
||||
../pkg-config --list-all :
|
||||
'sub1 Subdirectory package 1 - Test package 1 for subdirectory
|
||||
broken Broken package - Module with broken .pc file
|
||||
sub2 Subdirectory package 2 - Test package 2 for subdirectory' != 'sub1 Subdirectory package 1 - Test package 1 for subdirectory
|
||||
sub2 Subdirectory package 2 - Test package 2 for subdirectory
|
||||
broken Broken package - Module with broken .pc file'
|
||||
FAIL: check-print-options
|
||||
PASS: check-path
|
||||
PASS: check-sysroot
|
||||
PASS: check-uninstalled
|
||||
PASS: check-debug
|
||||
PASS: check-gtk
|
||||
PASS: check-tilde
|
||||
PASS: check-relocatable
|
||||
PASS: check-variable-override
|
||||
PASS: check-variables
|
||||
PASS: check-dependencies
|
||||
PASS: check-system-flags
|
||||
==============================================================================
|
||||
1 of 30 tests failed
|
||||
Please report to https://bugs.freedesktop.org/enter_bug.cgi?product=pkg-config
|
||||
==============================================================================
|
||||
make[2]: *** [Makefile:424: check-TESTS] Error 1
|
||||
make[2]: Leaving directory '/home/rpmbuilder/rpmbuild/BUILD/pkg-config-0.29.2/check'
|
||||
make[1]: *** [Makefile:547: check-am] Error 2
|
||||
make[1]: Leaving directory '/home/rpmbuilder/rpmbuild/BUILD/pkg-config-0.29.2/check'
|
||||
make: *** [Makefile:706: check-recursive] Error 1
|
@ -1,6 +1,6 @@
|
||||
Name: pkgconfig
|
||||
Version: 0.29.2
|
||||
Release: %{?repo}0.rc3%{?dist}
|
||||
Release: %{?repo}0.rc4%{?dist}
|
||||
Summary: Developer helper tool
|
||||
|
||||
Group: Development/Utilities
|
||||
@ -8,7 +8,7 @@ License: GPLv2
|
||||
URL: https://www.freedesktop.org/wiki/Software/pkg-config/
|
||||
Source0: https://pkg-config.freedesktop.org/releases/pkg-config-%{version}.tar.gz
|
||||
|
||||
BuildRequires: glib-devel >= 2.0
|
||||
#BuildRequires: glib2-devel >= 2.0
|
||||
#Requires:
|
||||
|
||||
%description
|
||||
@ -24,11 +24,11 @@ the location of documentation tools, for instance.
|
||||
%setup -n pkg-config-%{version}
|
||||
|
||||
%build
|
||||
%configure --disable-host-tool
|
||||
%configure --disable-host-tool --with-internal-glib
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make check > %{name}-make.check.log 2>&1 ||:
|
||||
make check > %{name}-make.check.log 2>&1
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
@ -48,6 +48,9 @@ rm -rf %{buildroot}%{_datadir}/doc/pkg-config
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README pkg-config-guide.html
|
||||
|
||||
%changelog
|
||||
* Tue Apr 18 2023 Michael A. Peters <anymouseprophet@gmail.com> - 0.29.2-0.rc4
|
||||
- use internal glib (1 test failure when built against external)
|
||||
|
||||
* Mon Apr 17 2023 Michael A. Peters <anymouseprophet@gmail.com> - 0.29.2-0.rc3
|
||||
- Run make check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user