POV-Ray : Newsgroups : povray.unix : Make Install Fails : Re: Make Install Fails Server Time
1 May 2024 15:34:40 EDT (-0400)
  Re: Make Install Fails  
From: Jim Henderson
Date: 22 Mar 2011 14:50:04
Message: <4d88ef5c$1@news.povray.org>
On Tue, 22 Mar 2011 14:39:25 -0400, JP wrote:

> chown: changing ownership of `/home/jpebe/.povray': Operation not
> permitted chown: changing ownership of `/home/jpebe/.povray/3.7':
> Operation not permitted make[2]: *** [install-data-local] Error 1

You don't have permission to write to the destination directory.

make install is usually done as root, unless you're installing to a local 
directory.  Check the ownership and rights to the indicated directory.


> ~$ povray
> povray: This is a RELEASE CANDIDATE version of POV-Ray. General
> distribution is discouraged.
> Segmentation fault
> ~$ /home/jpebe/dphil/apps/povray-3.7.0.RC3/bin/povray povray: This is a
> RELEASE CANDIDATE version of POV-Ray. General distribution is
> discouraged.
> No input file provided
> 
> Can anyone explain why is this? And can we have better error messages
> than "Segmentation Fault" ?

You got one:  No input file provided.

Try launching with a valid command line and see how it works.  It 
*shouldn't* segfault (BTW, that is passed by the OS, not by the program, 
so there's not a lot the POV-Ray team can do to change that message since 
it's generated by the OS).

You can get more info about the cause of the segfault and file a bug by 
running it under gdb.

Jim


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.