Subject: Re: pkgsrc Linux 2.6.12-10-amd64-xeon/x86_64 bulk build results 20060724.1458
To: None <perry@netbsd.org>
From: Min Sik Kim <minskim@NetBSD.org>
List: pkgsrc-bulk
Date: 07/30/2006 00:27:15
On Jul 27, 2006, at 10:58 AM, Thomas Klausner wrote:
>> lang/clisp                 2       pkgsrc-users@NetBSD.org
>
> ERROR:         /home/msk/pkg/share/doc/clisp/clisp.pdf

clisp.pdf was not generated during the build because there was no   
tool to convert .dvi to .pdf.  The configure script looked for  
"dvipdf" and failed.  Should depend on another package for such a tool.

Perry, could you look at this problem?

Another problem with clisp is that it cannot be built by a non-root  
user, because it runs "install" to change ownership during the  
"build" stage.  The error message is as follows:

/bin/sh ../libtool --mode=install /usr/bin/install -c -o root -g root  
-m 444 libcharset.la /usr/pkgsrc/lang/clisp/work/clisp-2.39/src/ 
libcharset.la
/usr/bin/install -c -o root -g root -m 444 .libs/libcharset.so.1.0.0 / 
usr/pkgsrc/lang/clisp/work/clisp-2.39/src/libcharset.so.1.0.0
/usr/bin/install: cannot change ownership of `/usr/pkgsrc/lang/clisp/ 
work/clisp-2.39/src/libcharset.so.1.0.0': Operation not permitted
*** Error code 1


Regards,
Min