POV-Ray : Newsgroups : povray.unofficial.patches : First official beta of UberPOV Server Time
19 Apr 2024 16:21:16 EDT (-0400)
  First official beta of UberPOV (Message 9 to 18 of 18)  
<<< Previous 8 Messages Goto Initial 10 Messages
From: James Holsenback
Subject: Re: First official beta of UberPOV
Date: 21 Nov 2013 06:11:27
Message: <528dea5f$1@news.povray.org>
On 11/20/2013 09:08 PM, clipka wrote:
> Am 21.11.2013 01:40, schrieb clipka:
>> Am 20.11.2013 23:40, schrieb James Holsenback:
>
>>> I had some problems with Makefile.in(s). first in ~uberpov/unix while
>>> running prebuild.sh then during configure phase ...  this time
>>> ~uberpov/vfe/Makefile.in and ~uberpov/source/Makefile.in are problems.
>
> Fix available now at:
>
> https://github.com/UberPOV/UberPOV
>
OK thanks ... got a good build, however when when I did uberpov 
--version a slight problem:

ash@linux-c2bm:~/ScratchPad/git/uberpov $ uberpov --version
uberpov: cannot open the system configuration file 
/usr/local/etc/uberpov/1.37/uberpov .conf: No such file or directory
uberpov: cannot open the user configuration file 
/home/ash/.uberpov/1.37/uberpov.conf: No such file or directory
uberpov: I/O restrictions are disabled
UberPOV 3.7.0.unofficial

Notice the space in uberpov.pov above ... the file lives properly in the 
root of the build directory. It did /not/ get copied into 
/usr/local/etc/uberpov/1.37 (uberpov.ini /did/). ~users/.uberpov on down 
did /not/ get created ... copied uberpov.conf to the two places it 
needed to be and uberpov --version now at least id's proper because it 
found the users conf file ... guess there's an error in the source 
somewher that is causing it to look for "uberpovray. conf"

uberpov --version
uberpov: cannot open the system configuration file 
/usr/local/etc/uberpov/1.37/uberpov .conf: No such file or directory
UberPOV 3.7.0.unofficial


Post a reply to this message

From: James Holsenback
Subject: Re: First official beta of UberPOV
Date: 21 Nov 2013 07:01:56
Message: <528df634$1@news.povray.org>
On 11/21/2013 06:11 AM, James Holsenback wrote:
> uberpov --version now at least id's proper

hmmm ... take it back!

> uberpov --version
> uberpov: cannot open the system configuration file
> /usr/local/etc/uberpov/1.37/uberpov .conf: No such file or directory
> UberPOV 3.7.0.unofficial

shouldn't that be 1.3.7 ... VERSION file in root of build dir has:

1.37.0.0-alpha

so that means ~uberpov/unix/VERSION is correct ... could it be line 88 
in ~uberpov/source/backend/povray.h ????


Post a reply to this message

From: clipka
Subject: Re: First official beta of UberPOV
Date: 21 Nov 2013 07:39:44
Message: <528dff10@news.povray.org>
Am 21.11.2013 13:01, schrieb James Holsenback:
> On 11/21/2013 06:11 AM, James Holsenback wrote:
>> uberpov --version now at least id's proper
>
> hmmm ... take it back!
>
>> uberpov --version
>> uberpov: cannot open the system configuration file
>> /usr/local/etc/uberpov/1.37/uberpov .conf: No such file or directory
>> UberPOV 3.7.0.unofficial
>
> shouldn't that be 1.3.7 ... VERSION file in root of build dir has:
>
> 1.37.0.0-alpha
>
> so that means ~uberpov/unix/VERSION is correct ... could it be line 88
> in ~uberpov/source/backend/povray.h ????

No, that line is fine. In some places the program does tell the user 
what official version of POV-Ray it is based on.

Found the culprits though; Git master should be ok now.

Thanks for finding those buggers, I'd probably never have seen them myself.


Post a reply to this message

From: James Holsenback
Subject: Re: First official beta of UberPOV
Date: 21 Nov 2013 07:50:49
Message: <528e01a9@news.povray.org>
On 11/21/2013 07:39 AM, clipka wrote:
> Am 21.11.2013 13:01, schrieb James Holsenback:
>> On 11/21/2013 06:11 AM, James Holsenback wrote:
>>> uberpov --version now at least id's proper
>>
>> hmmm ... take it back!
>>
>>> uberpov --version
>>> uberpov: cannot open the system configuration file
>>> /usr/local/etc/uberpov/1.37/uberpov .conf: No such file or directory
>>> UberPOV 3.7.0.unofficial
>>
>> shouldn't that be 1.3.7 ... VERSION file in root of build dir has:
>>
>> 1.37.0.0-alpha
>>
>> so that means ~uberpov/unix/VERSION is correct ... could it be line 88
>> in ~uberpov/source/backend/povray.h ????
>
> No, that line is fine. In some places the program does tell the user
> what official version of POV-Ray it is based on.
>
> Found the culprits though; Git master should be ok now.
>
> Thanks for finding those buggers, I'd probably never have seen them myself.
>

yer welcome ... was it on purpose that I can't view files in uber on 
perforce


Post a reply to this message

From: Thomas de Groot
Subject: Re: First official beta of UberPOV
Date: 21 Nov 2013 08:11:30
Message: <528e0682$1@news.povray.org>
On 20-11-2013 18:10, clipka wrote:
> Happy POVing!

This is GREAT!

I am now playing around with the sample scene files before trying out on 
my own scenes, but it looks fantastic.

Keep up the good work!

Thomas


Post a reply to this message

From: James Holsenback
Subject: Re: First official beta of UberPOV
Date: 21 Nov 2013 08:30:53
Message: <528e0b0d$1@news.povray.org>
On 11/21/2013 07:39 AM, clipka wrote:
> Am 21.11.2013 13:01, schrieb James Holsenback:
> Found the culprits though; Git master should be ok now.

uberpov --version
uberpov: cannot open the user configuration file 
/home/ash/.uberpov/1.37/uberpov.conf: No such file or directory
UberPOV 1.37.0.0-alpha


OK ... id's proper now. uberpov.conf made it to 
/usr/local/etc/uberpov/1.37/ but nada in users .uberpov directory


Post a reply to this message

From: clipka
Subject: Re: First official beta of UberPOV
Date: 21 Nov 2013 08:48:47
Message: <528e0f3f@news.povray.org>
Am 21.11.2013 13:50, schrieb James Holsenback:

> yer welcome ... was it on purpose that I can't view files in uber on
> perforce

Of course. I wouldn't want /you/ sniffing around in there ;-)

Seriously, I have no idea how I'd even be able to change the permissions.


Post a reply to this message

From: clipka
Subject: Re: First official beta of UberPOV
Date: 21 Nov 2013 08:51:34
Message: <528e0fe6$1@news.povray.org>
Am 21.11.2013 14:30, schrieb James Holsenback:
> On 11/21/2013 07:39 AM, clipka wrote:
>> Am 21.11.2013 13:01, schrieb James Holsenback:
>> Found the culprits though; Git master should be ok now.
>
> uberpov --version
> uberpov: cannot open the user configuration file
> /home/ash/.uberpov/1.37/uberpov.conf: No such file or directory
> UberPOV 1.37.0.0-alpha
>
>
> OK ... id's proper now. uberpov.conf made it to
> /usr/local/etc/uberpov/1.37/ but nada in users .uberpov directory

Did you make install?

If not, then this is to be expected.


Post a reply to this message

From: clipka
Subject: Re: First official beta of UberPOV
Date: 21 Nov 2013 08:56:41
Message: <528e1119$1@news.povray.org>
Am 21.11.2013 14:51, schrieb clipka:
> Am 21.11.2013 14:30, schrieb James Holsenback:
>> On 11/21/2013 07:39 AM, clipka wrote:
>>> Am 21.11.2013 13:01, schrieb James Holsenback:
>>> Found the culprits though; Git master should be ok now.
>>
>> uberpov --version
>> uberpov: cannot open the user configuration file
>> /home/ash/.uberpov/1.37/uberpov.conf: No such file or directory
>> UberPOV 1.37.0.0-alpha
>>
>>
>> OK ... id's proper now. uberpov.conf made it to
>> /usr/local/etc/uberpov/1.37/ but nada in users .uberpov directory
>
> Did you make install?
>
> If not, then this is to be expected.

Uh... forget that statement. If you hadn't done make install, there 
would be nothing in /usr/local/etc..., would there.

But it also means you installed as root; could there possibly be an 
.uberpov directory now in the root's home directory?

What does POV-Ray proper do in that situation, anyway?


Post a reply to this message

From: clipka
Subject: Re: First official beta of UberPOV
Date: 21 Nov 2013 09:04:12
Message: <528e12dc@news.povray.org>
Am 21.11.2013 14:30, schrieb James Holsenback:
> On 11/21/2013 07:39 AM, clipka wrote:
>> Am 21.11.2013 13:01, schrieb James Holsenback:
>> Found the culprits though; Git master should be ok now.
>
> uberpov --version
> uberpov: cannot open the user configuration file
> /home/ash/.uberpov/1.37/uberpov.conf: No such file or directory
> UberPOV 1.37.0.0-alpha

As a side note, this message is just a warning; UberPOV should be able 
to run just fine without a ~/.uberpov/1.37/uberpov.conf, except that it 
prints this message. Same as POV-Ray does when it misses its 
~/.povray/3.7/povray.conf file.

You might want to check though whether UberPOV accidently wrote an 
uberpov.conf somewhere into ~/.povray, or even replaced POV-Ray's .conf 
file. That would be seriously bad.


Post a reply to this message

<<< Previous 8 Messages Goto Initial 10 Messages

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