Trying to build 1.4RC3 on Mac OSX 10.6.8. Refer to 
http://opencast.jira.com/wiki/display/MHTRUNK/Install+Source+OS+X

        mvn clean install -DdeployTo=/opt/matterhorn/trunk 

yields...

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:36.110s
[INFO] Finished at: Tue Oct 16 11:53:58 EDT 2012
[INFO] Final Memory: 44M/268M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on 
project matterhorn-workflow-service-impl: There are test failures.

workaround appears to be

        mvn clean install -DdeployTo=/opt/matterhorn/trunk -DskipTests
-----------------------------------------------------------------------

Starting matterhorn, 
/Library/LaunchDaemons/org.opencastproject.matterhorn.plist:

o remove lines...

        <key>DYLD_LIBRARY_PATH</key>
        
<string>/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Resources:/opt/local/lib</string>

o replace line...

        <string>--noi</key>
with
        <string>--noi</string>

 

Running /opt/matterhorn/trunk/docs/scripts/3rd_party/menu3p , option "a" 
yields...

+ sudox port -f install libsdl_gfx
+ set +x
--->  Computing dependencies for libsdl_gfx
--->  Verifying checksum(s) for libsdl_gfx
Error: Checksum (rmd160) mismatch for SDL_gfx-2.0.24.tar.gz
Error: Checksum (sha256) mismatch for SDL_gfx-2.0.24.tar.gz
Error: org.macports.checksum for port libsdl_gfx returned: Unable to verify 
file checksums
Please see the log file for port libsdl_gfx for details:
    
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libsdl_gfx/libsdl_gfx/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port libsdl_gfx failed

Running /opt/matterhorn/trunk/docs/scripts/3rd_party/menu3p , option "5" 
yields...

+ sudox port -f install libsdl_gfx
+ set +x
--->  Computing dependencies for libsdl_gfx
--->  Verifying checksum(s) for libsdl_gfx
Error: Checksum (rmd160) mismatch for SDL_gfx-2.0.24.tar.gz
Error: Checksum (sha256) mismatch for SDL_gfx-2.0.24.tar.gz
Error: org.macports.checksum for port libsdl_gfx returned: Unable to verify 
file checksums
Please see the log file for port libsdl_gfx for details:
    
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libsdl_gfx/libsdl_gfx/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port libsdl_gfx failed
+ return 1
+ exit 1
+ '[' 1 -ne 0 ']'
+ return 1
+ exit 1
+ '[' 1 -ne 0 ']'
+ return 1
+ exit 1

real    0m13.475s
user    0m4.469s
sys     0m2.166s

Press <Enter> to continue (FAILED)...



-----------------------------------------------------------------------
| Wesley Alan Wright <mailto:[email protected]>                   |
| Center for Teaching and Learning  __0__                             |
| Room 407 Lafayette Building      / \ | \                            |
| University of Vermont              \77                              |
| Burlington, Vermont 05405-0160 USA. \\  http://www.uvm.edu/skivt-l  |
| Voice: 802-656-1254                  vv                             |
| aim:goim?screenname=maddogskideath      http://www.uvm.edu/~waw/    |
-----------------------------------------------------------------------



_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to