POV-Ray

The Persistence of Vision Raytracer (POV-Ray).

This is the Bug Tracking System for the POV-Ray project. Before opening a new task, please read How to make a Bug Report

Please do not issue bugs reports against versions earlier than 3.6.

Tasklist

FS#40 - Compilation on freebsd

Attached to Project: POV-Ray
Opened by Grimbert Jérôme (Le_Forgeron) - Thursday, 16 July 2009, 07:57 GMT
Last edited by Nicolas Calimet (calimet) - Monday, 20 July 2009, 14:15 GMT
Task Type Compatibility Issue
Category Platform-specific
Status Requires testing
Assigned To Nicolas Calimet (calimet)
Operating System Unix
Severity Medium
Priority Normal
Reported Version 3.7 beta 32
Due in Version 3.7 beta 33
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Reported for freebsd 7.2 (current production version, true for previous version, unknown for 8.0 in beta now)

freebsd does not provide CLOCK_PROCESS_CPUTIME_ID
(even if CLOCK... is posix).

As a consequence, compilation of the unix-source is currently not possible for freebsd target.

Might be a simple selection for Change 4356 ?
(assuming a relevant test in ./configure)
(getrusage() seems available on freebsd, but does it provide the pieces of information needed, I do not know that code good enough to assert that)

This task depends upon

Comment by Nicolas Calimet (calimet) - Monday, 20 July 2009, 14:15 GMT
  • Field changed: Status (Assigned → Requires testing)
  • Field changed: Due in Version (Undecided → 3.7 beta 33)
  • Field changed: Percent Complete (0% → 100%)

Fixed with change 4846 using this workaround

Loading...