[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: rpmbuild fails - check-files with getOutputFrom(): Broken Pipe
- From: ddembrow nlxcorp com
- To: rpm-list redhat com
- Subject: Re: rpmbuild fails - check-files with getOutputFrom(): Broken Pipe
- Date: Fri, 29 Aug 2003 09:03:10 -0400
Thanks for the quick response. I have already tried the
_unpackaged_files_terminate_build parameter in the spec file
as well as the ~/.rpmmacros file without success.
The BuildRoot: addition to the spec file generated the following
errors (which happens to be the set of files being installed):
+ DOCDIR=/var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ export DOCDIR
+ rm -rf /var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ /bin/mkdir -p /var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ cp -pr 00README /var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ cp -pr COPYING /var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ cp -pr Changes /var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ cp -pr Copyright /var/tmp/xforms-root/usr/share/doc/xforms-1.0
+ exit 0
Processing files: xforms-debuginfo-1.0-1
RPM build errors:
File not found: /var/tmp/xforms-root/usr/lib/libforms.so.1.0
File not found: /var/tmp/xforms-root/usr/lib/libforms.a
File not found: /var/tmp/xforms-root/usr/lib/libformsGL.so.1.0
File not found: /var/tmp/xforms-root/usr/lib/libformsGL.a
File not found: /var/tmp/xforms-root/usr/lib/libflimage.so.1.0
File not found: /var/tmp/xforms-root/usr/lib/libflimage.a
File not found: /var/tmp/xforms-root/usr/local/bin/fdesign
File not found: /var/tmp/xforms-root/usr/local/bin/fd2ps
File not found: /var/tmp/xforms-root/usr/include/forms.h
File not found: /var/tmp/xforms-root/usr/include/glcanvas.h
File not found: /var/tmp/xforms-root/usr/include/flimage.h
File not found: /var/tmp/xforms-root/usr/share/man/man1/xforms.1x
File not found: /var/tmp/xforms-root/usr/share/man/man1/fdesign.1x
File not found: /var/tmp/xforms-root/usr/share/man/man1/fd2ps.1x
Any other suggestions? Has something changed to the install section?
Thanks,
---d.dembrow
Jeff Johnson
<n3npq@nc.rr.com> To: rpm-list@redhat.com
Sent by: cc:
rpm-list-admin@re Subject: Re: rpmbuild fails - check-files with getOutputFrom(): Broken Pipe
dhat.com
08/29/2003 08:07
AM
Please respond to
rpm-list
ddembrow@nlxcorp.com wrote:
>Forgive me - my last post seems to have truncated my message. Let me try
>again.
>
>I am trying to create an rpm for redhat 9 and the rpmbuild (v4.2) command
>fails.
>Can someone point me in the right direction to correct whatever is
failing?
>
>The last several lines on standard output follows:
>=====================================================================
>D: /usr/src/debug/xforms-1.0/lib/xdraw.c: ASCII C program text
>D: /usr/src/debug/xforms-1.0/lib/xpopup.c: ASCII C program text
>D: /usr/src/debug/xforms-1.0/lib/xsupport.c: ASCII C program text
>D: /usr/src/debug/xforms-1.0/lib/xtext.c: ASCII C program text
>D: /usr/src/debug/xforms-1.0/lib/xyplot.c: ASCII C program text
>Provides: libbfd-2.13.90.0.18.so.debug libflimage.so.1.0.debug
>libforms.so.1.0.debug libformsGL.so.1.0.debug
>libopcodes-2.13.90.0.18.so.debug
>Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1
>rpmlib(PayloadFilesHavePrefix) <= 4.0-1
>Checking for unpackaged file(s): /usr/lib/rpm/check-files %{buildroot}
>D: execv(/usr/lib/rpm/check-files) pid 20103
>getOutputFrom(): Broken pipe
>
>Thanks,
>---d.dembrow
>NLX Corporation
>Phone: (703) 234-2100 FAX: (703) 234-2101 email:
>ddembrow@nlxcorp.com
>
>
>
>
> ddembrow@nlxcorp.
> com To:
rpm-list@redhat.com
> Sent by: cc:
> rpm-list-admin@re Subject: rpmbuild fails -
check-files with getOutputFrom(): Broken Pipe
> dhat.com
>
>
> 08/28/2003 06:10
> PM
> Please respond to
> rpm-list
>
>
>
>
>
>
>I am trying to create an rpm for redhat 9 and the rpmbuild command fails.
>The last several lines on standard output follows:
>
>
Add
BuildRoot: %{_tmppath}/%{name}-root
Alternatively, disable the unpackaged file check
%_unpackaged_files_terminate_build 0
73 de Jeff
_______________________________________________
Rpm-list mailing list
Rpm-list@redhat.com
https://www.redhat.com/mailman/listinfo/rpm-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]