Subject: Re: pkg/29815 textproc/rtf-tools fails during update
To: None <ben@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Ben Collver <ben@NetBSD.org>
List: pkgsrc-bugs
Date: 03/30/2005 14:17:02
The following reply was made to PR pkg/29815; it has been noted by GNATS.
From: Ben Collver <ben@NetBSD.org>
To: Timothy Lee Roden <diro@nixsys.bz>
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/29815 textproc/rtf-tools fails during update
Date: Wed, 30 Mar 2005 06:17:32 -0800
> -r--r--r-- 1 root wheel 591 Jan 11 2003 /usr/pkg/include/tokenscan.h
What I am looking at is the following excerpt from your build log:
cc -c -O -I. -I.././h -I/usr/pkg/include -DSTDARGS -D'STRING_H=<string.h>' reader.c
reader.c:57: tokenscan.h: No such file or directory
*** Error code 1
Stop.
make: stopped in /usr/src/sys/pkgsrc/textproc/rtf-tools/work/rtf/lib
I find it odd that /usr/pkg/include is in the include search path, and
/usr/pkg/include/tokenscan.h exists, yet cc fails to find tokenscan.h.
Would you try the following commands and mail me the output?
cd work/rtf/lib
cc -c -O -I. -I.././h -I/usr/pkg/include -DSTDARGS -D'STRING_H=<string.h>' reader.c
Thank you,
Ben