Announcement

Collapse
No announcement yet.

povray: missing command: ./configure

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • povray: missing command: ./configure

    Hi! I'm new to using pst, and I have a few questions about using it. I figured it'd be best to tackle them one-at-a-time to avoid one big, aimless thread.

    This question is about povray. I'm using pst 5.2.1 under Lubuntu 14.10, 64-bit.

    povray fails to build with the following error:

    Code:
    pts/povray-1.1.2:
            Test Installation 6 of 7
            1 File Needed [34.41 MB / 10 Minutes]
            File Found: povray-3.7.0.tar.bz2                           [34.41MB]
            Installation Size: 172 MB
            Installing Test @ 09:20:44
                The installer exited with a non-zero exit status.
                ERROR: Missing Command: ./configure
                LOG: ~/.phoronix-test-suite/installed-tests/pts/povray-1.1.2/install-failed.log
    I tried running pst as root (sudo phoronix-test-suite interactive) and I got a different error:

    Code:
    pts/povray-1.1.2:
            Test Installation 1 of 1
            1 File Needed [34.41 MB]
            Downloading: povray-3.7.0.tar.bz2                          [34.41MB]
            Downloading ........................................................
            Installation Size: 172 MB
            Installing Test @ 09:49:22
                The installer exited with a non-zero exit status.
                ERROR: config.status: error: cannot find input file: `Makefile.in'
                LOG: ~/.phoronix-test-suite/installed-tests/pts/povray-1.1.2/install-failed.log
    (also, running as root forced the program to redownload the povray archive which was annoying to say the least).

    So . . . any suggestions on what's going on here? Thanks!

  • #2
    So I deleted the povray install and reinstalled. Now I'm getting the makefile.in error that I got running as root.

    Looks like the error is somehow related to makefile.am. Here is my current log file from the failed installation:

    Code:
    Detected autoconf 2.69
    Detected automake 1.14.1
    Create ../AUTHORS
    Create ../ChangeLog
    Create ../configure.ac
    Create ../COPYING
    Create ../NEWS
    Create ../README
    Create ../VERSION
    Create ../povray.1
    Create ../povray.conf
    Create ../scripts/
    Create ../ini/
    Create ../include/
    Create ../scenes/
    Create ../INSTALL
    Create ../icons/povray_16.png
    Create ../icons/file_pov_crystal_16.png
    Create ../icons/povray_64.png
    Create ../icons/file_inc_crystal_16.png
    Create ../icons/file_pov_classic_32.png
    Create ../icons/file_inc_crystal_64.png
    Create ../icons/file_pov_slick_48.png
    Create ../icons/file_pov_crystal_32.png
    Create ../icons/povray_48.png
    Create ../icons/file_inc_crystal_32.png
    Create ../icons/file_inc_crystal_48.png
    Create ../icons/file_pov_crystal_48.png
    Create ../icons/file_pov_crystal_64.png
    Create ../icons/file_pov_classic_64.png
    Create ../icons/file_inc_classic_64.png
    Create ../icons/file_inc_slick_32.png
    Create ../icons/file_inc_classic_48.png
    Create ../icons/file_pov_classic_48.png
    Create ../icons/file_inc_slick_16.png
    Create ../icons/file_pov_slick_32.png
    Create ../icons/file_inc_slick_48.png
    Create ../icons/file_pov_slick_64.png
    Create ../icons/file_pov_classic_16.png
    Create ../icons/file_inc_slick_64.png
    Create ../icons/file_inc_classic_32.png
    Create ../icons/file_pov_slick_16.png
    Create ../icons/file_inc_classic_16.png
    Create ../icons/povray_32.png
    Create ../doc/html
    Create ./Makefile.am
    Create ../kde_install.sh
    Create ../povray.ini.in
    Create ../Makefile.am
    Create ../bootstrap
    Create ../source/Makefile.am
    Removing ../libraries/boost/boost
    Create ../vfe/Makefile.am
    Run ../bootstrap
    + rm -f config.log config.status
    + aclocal -I .
    configure.ac:302: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
    ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
    ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
    ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
    ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
    ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
    ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
    unix/config/ax_boost_thread.m4:32: AX_BOOST_THREAD is expanded from...
    configure.ac:302: the top level
    + autoheader --warnings=all
    configure.ac:302: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
    ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
    ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
    ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
    ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
    ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
    ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
    unix/config/ax_boost_thread.m4:32: AX_BOOST_THREAD is expanded from...
    configure.ac:302: the top level
    + automake --warnings=all
    configure.ac:302: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
    ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
    ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
    ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
    ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
    ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
    ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
    unix/config/ax_boost_thread.m4:32: AX_BOOST_THREAD is expanded from...
    file continued next reply

    Comment


    • #3
      more of the file

      Code:
      configure.ac:302: the top level
      configure.ac:185: error: required file 'unix/config/compile' not found
      configure.ac:185:   'automake --add-missing' can install 'compile'
      source/Makefile.am:35: warning: source file 'frontend/filemessagehandler.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      automake: warning: possible forward-incompatibility.
      automake: At least a source file is in a subdirectory, but the 'subdir-objects'
      automake: automake option hasn't been enabled.  For now, the corresponding output
      automake: object file(s) will be placed in the top-level directory.  However,
      automake: this behaviour will change in future Automake versions: they will
      automake: unconditionally cause object files to be placed in the same subdirectory
      automake: of the corresponding sources.
      automake: You are advised to start using 'subdir-objects' option throughout your
      automake: project, to avoid future incompatibilities.
      source/Makefile.am:35: warning: source file 'frontend/defaultplatformbase.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'frontend/parsermessagehandler.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'frontend/animationprocessing.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'frontend/shelloutprocessing.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'frontend/console.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'frontend/rendermessagehandler.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'frontend/processrenderoptions.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'frontend/imageprocessing.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'frontend/display.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'frontend/renderfrontend.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'frontend/imagemessagehandler.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/vm/fncode.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/vm/fnpovfpu.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/vm/fnintern.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/math/splines.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/math/matrices.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/math/mathutil.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/math/quatern.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/math/chi2.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/math/polysolv.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/math/hcmplx.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/scene/atmosph.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/scene/view.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/scene/scene.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/scene/threaddata.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/scene/camera.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/scene/objects.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/control/benchmark.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/control/messagefactory.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/control/renderbackend.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/lighting/photons.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/lighting/photonshootingtask.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/lighting/photonstrategytask.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/lighting/subsurface.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/lighting/point.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/lighting/photonshootingstrategy.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/lighting/photonestimationtask.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/lighting/radiosity.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/lighting/rad_data.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/lighting/photonsortingtask.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/pattern/warps.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/pattern/pattern.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/texture/normal.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/texture/pigment.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/texture/texture.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/parser/express.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/parser/reswords.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/parser/fnsyntax.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/parser/parstxtr.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/parser/function.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/parser/parsestr.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/parser/tokenize.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/parser/parse.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/povray.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/render/ray.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/render/radiositytask.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/render/rendertask.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/render/tracetask.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/render/trace.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/render/tracepixel.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/lathe.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/mesh.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/sphsweep.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/blob.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/discs.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/triangle.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/prism.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/ovus.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/planes.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/truetype.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/poly.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/cones.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/super.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/isosurf.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/spheres.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/csg.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/hfield.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/quadrics.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/boxes.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/sor.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/bezier.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/torus.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/fpmetric.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/fractal.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/shape/polygon.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/colour/colutils.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/colour/spectral.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/colour/colour.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/bounding/bsphere.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/bounding/boundingtask.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/bounding/bbox.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/bounding/bcyl.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/interior/media.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/interior/interior.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/support/msgutil.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/support/statistics.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/support/jitter.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/support/octree.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled
      source/Makefile.am:35: warning: source file 'backend/support/taskqueue.cpp' is in a subdirectory,
      source/Makefile.am:35: but option 'subdir-objects' is disabled

      Comment


      • #4
        last of the file

        Code:
        source/Makefile.am:35: warning: source file 'backend/support/task.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'backend/support/fileutil.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'backend/support/imageutil.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'backend/support/randomsequences.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'backend/support/bsptree.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/povms.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/font/cyrvetic.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/font/timrom.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/font/crystal.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/font/povlogo.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/fileinputoutput.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/animation/animation.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/animation/moov.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/povmscpp.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/processoptions.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/timer.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/stringutilities.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/textstreambuffer.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/openexr.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/tiff.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/png.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/image.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/iff.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/jpeg.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/ppm.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/hdr.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/colourspace.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/bmp.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/targa.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/encoding.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/gifdecod.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/pgm.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/image/gif.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/path.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/pov_err.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        source/Makefile.am:35: warning: source file 'base/textstream.cpp' is in a subdirectory,
        source/Makefile.am:35: but option 'subdir-objects' is disabled
        /usr/share/automake-1.14/am/library.am: warning: 'libpovray.a': linking libraries using a non-POSIX
        /usr/share/automake-1.14/am/library.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
        source/Makefile.am:32:   while processing library 'libpovray.a'
        vfe/Makefile.am:35: warning: source file 'unix/unixconsole.cpp' is in a subdirectory,
        vfe/Makefile.am:35: but option 'subdir-objects' is disabled
        vfe/Makefile.am:35: warning: source file 'unix/unixoptions.cpp' is in a subdirectory,
        vfe/Makefile.am:35: but option 'subdir-objects' is disabled
        vfe/Makefile.am:35: warning: source file 'unix/vfeplatform.cpp' is in a subdirectory,
        vfe/Makefile.am:35: but option 'subdir-objects' is disabled
        vfe/Makefile.am:35: warning: source file 'unix/platformbase.cpp' is in a subdirectory,
        vfe/Makefile.am:35: but option 'subdir-objects' is disabled
        /usr/share/automake-1.14/am/library.am: warning: 'libvfe.a': linking libraries using a non-POSIX
        /usr/share/automake-1.14/am/library.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
        vfe/Makefile.am:32:   while processing library 'libvfe.a'
        + autoconf --warnings=all
        configure.ac:295: warning: The macro `AC_LANG_SAVE' is obsolete.
        configure.ac:295: You should run autoupdate.
        ../../lib/autoconf/lang.m4:125: AC_LANG_SAVE is expanded from...
        unix/config/acx_pthread.m4:78: ACX_PTHREAD is expanded from...
        configure.ac:295: the top level
        configure.ac:295: warning: The macro `AC_LANG_C' is obsolete.
        configure.ac:295: You should run autoupdate.
        ../../lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
        unix/config/acx_pthread.m4:78: ACX_PTHREAD is expanded from...
        configure.ac:295: the top level
        configure.ac:295: warning: The macro `AC_TRY_LINK' is obsolete.
        configure.ac:295: You should run autoupdate.
        ../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
        unix/config/acx_pthread.m4:78: ACX_PTHREAD is expanded from...
        configure.ac:295: the top level
        configure.ac:295: warning: The macro `AC_LANG_RESTORE' is obsolete.
        configure.ac:295: You should run autoupdate.
        ../../lib/autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from...
        unix/config/acx_pthread.m4:78: ACX_PTHREAD is expanded from...
        configure.ac:295: the top level
        configure.ac:302: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
        ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
        ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
        ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
        ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
        ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
        ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
        unix/config/ax_boost_thread.m4:32: AX_BOOST_THREAD is expanded from...
        configure.ac:302: the top level
        + + sed -e s,configure.gnu  --help=recursive,& --srcdir=$ac_srcdir,g -e s,\(cd \)\($ac_\)\(pop\)*\(dir\),\1"\2\3\4",g -e s,$am_aux_dir/missing,\\"$am_aux_dir\\"/missing,g
        cat ./configure
        + mv -f ./configure.tmp ./configure
        + chmod +x ./configure
        + rm -f -r ./autom4te.cache
        sed: can't read ./Makefile.in: No such file or directory
        
        ===============================================================================
        Configure POV-Ray version 3.7.0
        ===============================================================================
        
        This is an unofficial version compiled by:
         PhoronixTestSuite
        The POV-Ray Team(tm) is not responsible for supporting this version.
        
        Environment
        -----------
        checking build system type... x86_64-unknown-linux-gnu
        checking host system type... x86_64-unknown-linux-gnu
        checking for a BSD-compatible install... /usr/bin/install -c
        checking whether build environment is sane... yes
        /home/drmrlordx/.phoronix-test-suite/installed-tests/pts/povray-1.1.2/povray-3.7.0/unix/config/missing: Unknown `--is-lightweight' option
        Try `/home/drmrlordx/.phoronix-test-suite/installed-tests/pts/povray-1.1.2/povray-3.7.0/unix/config/missing --help' for more information
        configure: WARNING: 'missing' script is too old or missing
        checking for a thread-safe mkdir -p... /bin/mkdir -p
        checking for gawk... no
        checking for mawk... mawk
        checking whether make sets $(MAKE)... yes
        checking whether make supports nested variables... yes
        checking whether to enable maintainer-specific portions of Makefiles... no
        checking whether $C_INCLUDE_PATH contains the "." path... no
        checking whether $CPLUS_INCLUDE_PATH contains the "." path... no
        
        Programs
        --------
        checking for gcc... gcc
        checking whether the C compiler works... yes
        checking for C compiler default output file name... a.out
        checking for suffix of executables... 
        checking whether we are cross compiling... no
        checking for suffix of object files... o
        checking whether we are using the GNU C compiler... yes
        checking whether gcc accepts -g... yes
        checking for gcc option to accept ISO C89... none needed
        checking whether gcc understands -c and -o together... yes
        checking for style of include used by make... GNU
        checking dependency style of gcc... gcc3
        checking how to run the C preprocessor... gcc -E
        checking for grep that handles long lines and -e... /bin/grep
        checking for egrep... /bin/grep -E
        checking for ANSI C header files... yes
        checking for sys/types.h... yes
        checking for sys/stat.h... yes
        checking for stdlib.h... yes
        checking for string.h... yes
        checking for memory.h... yes
        checking for strings.h... yes
        checking for inttypes.h... yes
        checking for stdint.h... yes
        checking for unistd.h... yes
        checking for stdlib.h... (cached) yes
        checking for g++... g++
        checking whether we are using the GNU C++ compiler... yes
        checking whether g++ accepts -g... yes
        checking dependency style of g++... gcc3
        checking whether the g++ compiler works... yes
        checking how to run the C++ preprocessor... g++ -E
        checking for C++ compiler vendor... gnu
        checking for g++ version... 4.9.1
        checking for ranlib... ranlib
        
        Libraries
        ---------
        checking whether to link with cygwin DLL... no
        checking whether to enable static linking... no
        checking for the pthreads library -lpthreads... no
        checking whether pthreads work without any flags... no
        checking whether pthreads work with -Kthread... no
        checking whether pthreads work with -kthread... no
        checking for the pthreads library -llthread... no
        checking whether pthreads work with -pthread... yes
        checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
        checking if more special flags are required for pthreads... no
        checking for boostlib >= 1.37... yes
        checking whether the Boost::Thread library is available... yes
        checking for exit in -lboost_thread... yes
        checking whether the boost thread library is usable... yes
        checking for sin in -lmkl... no
        checking for sin in -lm... yes
        checking for clock_gettime in -lrt... yes
        checking whether to use the ZLIB library... yes
        checking for library containing zlibVersion... -lz
        checking zlib.h usability... yes
        checking zlib.h presence... yes
        checking for zlib.h... yes
        checking for libz version >= 1.2.1... 1.2.8, ok
        checking whether to use the PNG library... yes
        checking for library containing png_get_libpng_ver... -lpng
        checking png.h usability... yes
        checking png.h presence... yes
        checking for png.h... yes
        checking for libpng version >= 1.2.5... 1.2.51, ok
        checking whether to use the JPEG library... yes
        checking for library containing jpeg_std_error... -ljpeg
        checking jpeglib.h usability... yes
        checking jpeglib.h presence... yes
        checking for jpeglib.h... yes
        checking for libjpeg version >= 6b (62)... 80, ok
        checking whether to use the TIFF library... yes
        checking for library containing TIFFGetVersion... -ltiff
        checking tiffio.h usability... yes
        checking tiffio.h presence... yes
        checking for tiffio.h... yes
        checking for libtiff version >= 3.6.1... 4.0.3, ok
        checking whether to use the OpenEXR library... yes
        checking for pkg-config... pkg-config
        checking for OpenEXR's pkg-config... not found
        configure: WARNING: all program features using the OpenEXR library are disabled
        checking for X... libraries /usr/lib, headers /usr/include
        checking whether -R must be followed by a space... neither works
        checking for gethostbyname... yes
        checking for connect... yes
        checking for remove... yes
        checking for shmat... yes
        checking for IceConnectionNumber in -lICE... yes
        checking X11/Xlib.h usability... yes
        checking X11/Xlib.h presence... yes
        checking for X11/Xlib.h... yes
        checking for XFlush in -lX11... yes
        checking X11/xpm.h usability... yes
        checking X11/xpm.h presence... yes
        checking for X11/xpm.h... yes
        checking for XpmCreatePixmapFromData in -lXpm... yes
        checking whether to enable the watch cursor... no
        checking for sdl-config... sdl-config
        checking for libSDL... yes
        checking for libSDL version >= 1.2... 1.2.15, ok
        checking SDL/SDL.h usability... yes
        checking SDL/SDL.h presence... yes
        checking for SDL/SDL.h... yes
        checking for SDL_Quit in -lSDL... yes
        
        Language constructs and functions
        ---------------------------------
        checking whether time.h and sys/time.h may both be included... yes
        checking time.h usability... yes
        checking time.h presence... yes
        checking for time.h... yes
        checking limits.h usability... yes
        checking limits.h presence... yes
        checking for limits.h... yes
        checking sys/resource.h usability... yes
        checking sys/resource.h presence... yes
        checking for sys/resource.h... yes
        checking sys/time.h usability... yes
        checking sys/time.h presence... yes
        checking for sys/time.h... yes
        checking for unistd.h... (cached) yes
        checking for size_t... yes
        checking whether struct tm is in sys/time.h or time.h... time.h
        checking size of int... 4
        checking size of long int... 8
        checking size of size_t... 8
        checking size of float... 4
        checking for working memcmp... yes
        checking for vsnprintf... yes
        checking for getcwd... yes
        checking for readlink... yes
        checking for nanosleep... yes
        checking for clock_gettime... yes
        checking for getrusage... yes
        checking for gettimeofday... yes
        checking for asinh... yes
        
        Compiling
        ---------
        checking whether to enable pipes for communications... yes
        checking whether g++ accepts -pipe... yes
        checking whether g++ accepts -Wno-multichar... yes
        checking whether g++ accepts -Wno-write-strings... yes
        checking whether g++ accepts -fno-enforce-eh-specs... yes
        checking whether to enable I/O restrictions... yes
        checking whether to enable debugging... no
        checking whether to enable profiling... no
        checking whether to enable stripping... yes
        checking whether g++ accepts -s... yes
        checking whether to enable optimizations... yes
        checking whether g++ accepts -O3... yes
        checking whether g++ accepts -ffast-math... yes
        checking whether to enable architecture-specific optimizations... yes
        checking whether g++ accepts -xHost... no
        checking whether g++ accepts -march=native... yes
        checking which architecture to optimize for... x86_64-unknown-linux-gnu (using -march=native)
        
        Makefiles
        ---------
        checking that generated files are newer than configure... done
        configure: creating ./config.status
        config.status: error: cannot find input file: `Makefile.in'
        make: *** No targets specified and no makefile found.  Stop.

        Comment


        • #5
          I edited the downloaded archive by finding configure_ac and adding the switch subdir-objects to the line AM_INIT_AUTOMAKE. This act removed the vast majority of the errors in the log, but it still claims it can not find makefile.in . A simple file search indicates nearly a dozen makefile.in files of different sizes in the subdirectories of povray-1.1.2

          argh

          Comment

          Working...
          X