-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
HI:
I got caught by the boothole bug when I updated and used this as a reason to update to Centos 8. When compiling libcip, I get the following output. I am hoping that you can help. This was working quite well under Centos 7.
[rpmbuild@grandiose SOURCES]$ rpmbuild -tb libcip-0.1.1.5.tar.gz
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BFevk1
- umask 022
- cd /home/rpmbuild/rpmbuild/BUILD
- cd /home/rpmbuild/rpmbuild/BUILD
- rm -rf libcip-0.1.1.5
- /usr/bin/gzip -dc /home/rpmbuild/rpmbuild/SOURCES/libcip-0.1.1.5.tar.gz
- /usr/bin/tar -xvvof -
drwxrwxr-x rpmbuild/rpmbuild 0 2020-08-04 20:53 libcip-0.1.1.5/
-rw-rw-r-- rpmbuild/rpmbuild 18026 2014-10-01 11:36 libcip-0.1.1.5/LICENSE
-rw-rw-r-- rpmbuild/rpmbuild 79 2014-10-01 11:36 libcip-0.1.1.5/README.md
-rw-rw-r-- rpmbuild/rpmbuild 3646 2014-10-01 11:36 libcip-0.1.1.5/avl.c
-rw-rw-r-- rpmbuild/rpmbuild 2553 2014-10-01 11:36 libcip-0.1.1.5/err.c
-rw-rw-r-- rpmbuild/rpmbuild 7184 2014-10-01 11:36 libcip-0.1.1.5/libcip.h
-rw-rw-r-- rpmbuild/rpmbuild 3682 2014-10-01 11:36 libcip-0.1.1.5/libcip_p.h
-rw-rw-r-- rpmbuild/rpmbuild 2862 2014-10-01 11:36 libcip-0.1.1.5/list.c
-rw-rw-r-- rpmbuild/rpmbuild 17051 2014-10-01 11:36 libcip-0.1.1.5/parse.c
-rw-rw-r-- rpmbuild/rpmbuild 5081 2014-10-01 11:36 libcip-0.1.1.5/schema.c
drwxrwxr-x rpmbuild/rpmbuild 0 2014-10-01 11:36 libcip-0.1.1.5/types/
-rw-rw-r-- rpmbuild/rpmbuild 2888 2014-10-01 11:36 libcip-0.1.1.5/types/bool.c
-rw-rw-r-- rpmbuild/rpmbuild 2419 2014-10-01 11:36 libcip-0.1.1.5/types/float.c
-rw-rw-r-- rpmbuild/rpmbuild 2523 2014-10-01 11:36 libcip-0.1.1.5/types/int.c
-rw-rw-r-- rpmbuild/rpmbuild 2598 2014-10-01 11:36 libcip-0.1.1.5/types/short.c
-rw-rw-r-- rpmbuild/rpmbuild 3448 2014-10-01 11:36 libcip-0.1.1.5/types/string.c
-rw-rw-r-- rpmbuild/rpmbuild 4941 2014-10-01 11:36 libcip-0.1.1.5/values.c
-rw-rw-r-- rpmbuild/rpmbuild 2086 2020-08-04 20:52 libcip-0.1.1.5/libcip.spec - STATUS=0
- '[' 0 -ne 0 ']'
- cd libcip-0.1.1.5
- /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
- exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.61fR3F - umask 022
- cd /home/rpmbuild/rpmbuild/BUILD
- cd libcip-0.1.1.5
- gcc -Os -Wall -Wextra -shared -fPIC -fvisibility=hidden -Wl,-soname,libcip.so.0.1.1 -o libcip.so.0.1.1.5 avl.c err.c list.c parse.c schema.c values.c types/bool.c types/float.c types/int.c types/short.c types/string.c
- exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3PDAUq - umask 022
- cd /home/rpmbuild/rpmbuild/BUILD
- '[' /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64 '!=' / ']'
- rm -rf /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64
++ dirname /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64 - mkdir -p /home/rpmbuild/rpmbuild/BUILDROOT
- mkdir /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64
- cd libcip-0.1.1.5
- rm -rf /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64
- mkdir -p /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64/usr/include
- cp libcip.h /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64/usr/include
- mkdir -p /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64/usr/lib64
- cp libcip.so.0.1.1.5 /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64/usr/lib64
- ln -sf libcip.so.0.1.1.5 /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64/usr/lib64/libcip.so
- /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.1.1.5-1.el8 --unique-debug-suffix -0.1.1.5-1.el8.x86_64 --unique-debug-src-base libcip-0.1.1.5-1.el8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/rpmbuild/rpmbuild/BUILD/libcip-0.1.1.5
extracting debug info from /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64/usr/lib64/libcip.so.0.1.1.5
gdb-add-index: No index was created for /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64/usr/lib64/libcip.so.0.1.1.5
gdb-add-index: [Was there no debuginfo? Was there already an index?]
/usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. - /usr/lib/rpm/check-buildroot
- /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory - /usr/lib/rpm/brp-compress
- /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
- /usr/lib/rpm/brp-python-bytecompile '' 1
- /usr/lib/rpm/brp-python-hardlink
- PYTHON3=/usr/libexec/platform-python
- /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: libcip-0.1.1.5-1.el8.x86_64
Provides: libcip = 0.1.1.5-1.el8 libcip(x86-64) = 0.1.1.5-1.el8 libcip.so.0.1.1()(64bit)
Requires(interp): /sbin/ldconfig /sbin/ldconfig
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) rtld(GNU_HASH)
Processing files: libcip-devel-0.1.1.5-1.el8.x86_64
warning: Explicit %attr() mode not applicable to symlink: /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64/usr/lib64/libcip.so
Provides: libcip-devel = 0.1.1.5-1.el8 libcip-devel(x86-64) = 0.1.1.5-1.el8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libcip.so.0.1.1()(64bit)
Processing files: libcip-debugsource-0.1.1.5-1.el8.x86_64
error: Empty %files file /home/rpmbuild/rpmbuild/BUILD/libcip-0.1.1.5/debugsourcefiles.list
RPM build errors:
Explicit %attr() mode not applicable to symlink: /home/rpmbuild/rpmbuild/BUILDROOT/libcip-0.1.1.5-1.el8.x86_64/usr/lib64/libcip.so
Empty %files file /home/rpmbuild/rpmbuild/BUILD/libcip-0.1.1.5/debugsourcefiles.list
[rpmbuild@grandiose SOURCES]$
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels