Announcement

Collapse
No announcement yet.

Doesn't work in FreeBSD

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

  • #11
    Oddly enough, all I did when I got home was try ./PTS install bsd and the suite started downloading successfully without any DNS change or the other. Most of the bsd suite was installed, but I am having an issue with crafty (stemming from me not being able to find numa for FreeBSD).

    Code:
    Hmm...  Looks like a unified diff to me...
    The text leading up to this was:          
    --------------------------                
    |diff -Naur crafty-23.0.orig/Makefile crafty-23.0/Makefile
    |--- crafty-23.0.orig/Makefile  2009-03-24 14:52:20.000000000 -0400
    |+++ crafty-23.0/Makefile       2009-05-04 21:56:50.000000000 -0400
    --------------------------                                         
    Patching file crafty-23.0/Makefile using Plan A...                 
    Hunk #1 succeeded at 150.                                          
    Hunk #2 succeeded at 160.                                          
    done                                                               
    "Makefile", line 386: Need an operator                             
    make: fatal errors encountered -- cannot continue                  
    Archive:  crafty-23.0.zip                                          
      inflating: crafty-23.0/analyze.c                                 
      inflating: crafty-23.0/annotate.c                                
      inflating: crafty-23.0/attacks.c                                 
      inflating: crafty-23.0/bench.c                                   
      inflating: crafty-23.0/book.c                                    
      inflating: crafty-23.0/boolean.c                                 
      inflating: crafty-23.0/crafty.c                                  
      inflating: crafty-23.0/data.c                                    
      inflating: crafty-23.0/drawn.c                                   
      inflating: crafty-23.0/edit.c                                    
      inflating: crafty-23.0/epd.c                                     
      inflating: crafty-23.0/epdglue.c                                 
      inflating: crafty-23.0/evaluate.c                                
      inflating: crafty-23.0/evtest.c                                  
      inflating: crafty-23.0/hash.c                                    
      inflating: crafty-23.0/init.c                                    
      inflating: crafty-23.0/input.c                                   
      inflating: crafty-23.0/interupt.c                                
      inflating: crafty-23.0/iterate.c                                 
      inflating: crafty-23.0/killer.c                                  
      inflating: crafty-23.0/learn.c                                   
      inflating: crafty-23.0/main.c                                    
      inflating: crafty-23.0/make.c                                    
      inflating: crafty-23.0/movgen.c                                  
      inflating: crafty-23.0/next.c                                    
      inflating: crafty-23.0/option.c                                  
      inflating: crafty-23.0/output.c                                  
      inflating: crafty-23.0/ponder.c                                  
      inflating: crafty-23.0/preeval.c                                 
      inflating: crafty-23.0/probe.c                                   
      inflating: crafty-23.0/quiesce.c                                 
      inflating: crafty-23.0/repeat.c                                  
      inflating: crafty-23.0/resign.c
      inflating: crafty-23.0/root.c
      inflating: crafty-23.0/search.c
      inflating: crafty-23.0/setboard.c
      inflating: crafty-23.0/swap.c
      inflating: crafty-23.0/test.c
      inflating: crafty-23.0/thread.c
      inflating: crafty-23.0/time.c
      inflating: crafty-23.0/unmake.c
      inflating: crafty-23.0/utility.c
      inflating: crafty-23.0/validate.c
      inflating: crafty-23.0/chess.h
      inflating: crafty-23.0/data.h
      inflating: crafty-23.0/epddefs.h
      inflating: crafty-23.0/epdglue.h
      inflating: crafty-23.0/epd.h
      inflating: crafty-23.0/inline32.h
      inflating: crafty-23.0/inline64.h
      inflating: crafty-23.0/lock.h
      inflating: crafty-23.0/tbdecode.h
      inflating: crafty-23.0/vcinline.h
      inflating: crafty-23.0/egtb.cpp
      inflating: crafty-23.0/crafty.hlp
      inflating: crafty-23.0/speak
      inflating: crafty-23.0/Makefile
      inflating: crafty-23.0/Makefile.xp
    
    The crafty installer exited with a non-zero exit status. Installation failed.
    This is the closest that I've been to installing PTS on BSD so far .

    Here is my pkg_info output:

    Code:
    # pkg_info
    autoconf-2.62       Automatically configure source code on many Un*x platforms
    autoconf-wrapper-20071109 Wrapper script for GNU autoconf
    geekbench-2.0.15    Cross-platform benchmark suite
    gettext-0.17_1      GNU gettext package
    gmake-3.81_3        GNU version of 'make' utility
    help2man-1.36.4_3   Automatically generating simple manual pages from program o
    libiconv-1.13.1     A character set conversion library
    libtool-2.2.6a      Generic shared library support script
    libxml2-2.7.3       XML parser library for GNOME
    m4-1.4.13,1         GNU m4
    p5-gettext-1.05_2   Message handling functions
    perl-5.8.9_3        Practical Extraction and Report Language
    php5-5.2.10         PHP Scripting Language
    pkg-config-0.23_1   A utility to retrieve information about installed libraries
    tcl-8.6.b.1_4       Tool Command Language
    tcl-modules-8.5.7   Tcl common modules
    ubench-0.32         Unix Benchmark Utility for CPU(s) and memory
    Help is appreciated!

    Comment


    • #12
      Originally posted by pcfxer View Post
      Oddly enough, all I did when I got home was try ./PTS install bsd and the suite started downloading successfully without any DNS change or the other. Most of the bsd suite was installed, but I am having an issue with crafty (stemming from me not being able to find numa for FreeBSD).

      Code:
      Hmm...  Looks like a unified diff to me...
      The text leading up to this was:          
      --------------------------                
      |diff -Naur crafty-23.0.orig/Makefile crafty-23.0/Makefile
      |--- crafty-23.0.orig/Makefile  2009-03-24 14:52:20.000000000 -0400
      |+++ crafty-23.0/Makefile       2009-05-04 21:56:50.000000000 -0400
      --------------------------                                         
      Patching file crafty-23.0/Makefile using Plan A...                 
      Hunk #1 succeeded at 150.                                          
      Hunk #2 succeeded at 160.                                          
      done                                                               
      "Makefile", line 386: Need an operator                             
      make: fatal errors encountered -- cannot continue                  
      Archive:  crafty-23.0.zip                                          
        inflating: crafty-23.0/analyze.c                                 
        inflating: crafty-23.0/annotate.c                                
        inflating: crafty-23.0/attacks.c                                 
        inflating: crafty-23.0/bench.c                                   
        inflating: crafty-23.0/book.c                                    
        inflating: crafty-23.0/boolean.c                                 
        inflating: crafty-23.0/crafty.c                                  
        inflating: crafty-23.0/data.c                                    
        inflating: crafty-23.0/drawn.c                                   
        inflating: crafty-23.0/edit.c                                    
        inflating: crafty-23.0/epd.c                                     
        inflating: crafty-23.0/epdglue.c                                 
        inflating: crafty-23.0/evaluate.c                                
        inflating: crafty-23.0/evtest.c                                  
        inflating: crafty-23.0/hash.c                                    
        inflating: crafty-23.0/init.c                                    
        inflating: crafty-23.0/input.c                                   
        inflating: crafty-23.0/interupt.c                                
        inflating: crafty-23.0/iterate.c                                 
        inflating: crafty-23.0/killer.c                                  
        inflating: crafty-23.0/learn.c                                   
        inflating: crafty-23.0/main.c                                    
        inflating: crafty-23.0/make.c                                    
        inflating: crafty-23.0/movgen.c                                  
        inflating: crafty-23.0/next.c                                    
        inflating: crafty-23.0/option.c                                  
        inflating: crafty-23.0/output.c                                  
        inflating: crafty-23.0/ponder.c                                  
        inflating: crafty-23.0/preeval.c                                 
        inflating: crafty-23.0/probe.c                                   
        inflating: crafty-23.0/quiesce.c                                 
        inflating: crafty-23.0/repeat.c                                  
        inflating: crafty-23.0/resign.c
        inflating: crafty-23.0/root.c
        inflating: crafty-23.0/search.c
        inflating: crafty-23.0/setboard.c
        inflating: crafty-23.0/swap.c
        inflating: crafty-23.0/test.c
        inflating: crafty-23.0/thread.c
        inflating: crafty-23.0/time.c
        inflating: crafty-23.0/unmake.c
        inflating: crafty-23.0/utility.c
        inflating: crafty-23.0/validate.c
        inflating: crafty-23.0/chess.h
        inflating: crafty-23.0/data.h
        inflating: crafty-23.0/epddefs.h
        inflating: crafty-23.0/epdglue.h
        inflating: crafty-23.0/epd.h
        inflating: crafty-23.0/inline32.h
        inflating: crafty-23.0/inline64.h
        inflating: crafty-23.0/lock.h
        inflating: crafty-23.0/tbdecode.h
        inflating: crafty-23.0/vcinline.h
        inflating: crafty-23.0/egtb.cpp
        inflating: crafty-23.0/crafty.hlp
        inflating: crafty-23.0/speak
        inflating: crafty-23.0/Makefile
        inflating: crafty-23.0/Makefile.xp
      
      The crafty installer exited with a non-zero exit status. Installation failed.
      This is the closest that I've been to installing PTS on BSD so far .

      Here is my pkg_info output:

      Code:
      # pkg_info
      autoconf-2.62       Automatically configure source code on many Un*x platforms
      autoconf-wrapper-20071109 Wrapper script for GNU autoconf
      geekbench-2.0.15    Cross-platform benchmark suite
      gettext-0.17_1      GNU gettext package
      gmake-3.81_3        GNU version of 'make' utility
      help2man-1.36.4_3   Automatically generating simple manual pages from program o
      libiconv-1.13.1     A character set conversion library
      libtool-2.2.6a      Generic shared library support script
      libxml2-2.7.3       XML parser library for GNOME
      m4-1.4.13,1         GNU m4
      p5-gettext-1.05_2   Message handling functions
      perl-5.8.9_3        Practical Extraction and Report Language
      php5-5.2.10         PHP Scripting Language
      pkg-config-0.23_1   A utility to retrieve information about installed libraries
      tcl-8.6.b.1_4       Tool Command Language
      tcl-modules-8.5.7   Tcl common modules
      ubench-0.32         Unix Benchmark Utility for CPU(s) and memory
      Help is appreciated!
      Anyone? I'd like to have a new OS installed and further testing completed by today but I've been waiting for PTS to get up and running.

      Code:
      The MD5 check-sum of the downloaded file is incorrect.
      Failed URL: http://internode.dl.sourceforge.net/sourceforge/imagemagick/ImageMagick-6.5.0-6.tar.bz2
      
      Download of Needed Test Dependencies Failed! Exiting.
      
      
      Installation of build-imagemagick test failed.
      
      /*** MD5s for ImagMagick don't match ***/
      
      /*** and as you can see when installing sqlite the script wants tcl directory to be specified, though, I do have tcl installed as per pkg_info. ***/
      
      x sqlite-3.6.13/publish.sh
      tclsh: not found
      tclsh: not found
      configure: WARNING: Can't find Tcl configuration definitions
      configure: WARNING: *** Without Tcl the regression tests cannot be executed ***
      configure: WARNING: *** Consider using --with-tcl=... to define location of Tcl ***
      TIA

      Comment

      Working...
      X