Skip to content

Instantly share code, notes, and snippets.

@Aslan
Created January 14, 2010 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aslan/276804 to your computer and use it in GitHub Desktop.
Save Aslan/276804 to your computer and use it in GitHub Desktop.
subversion/libsvn_subr/io.c: In function 'do_io_file_wrapper_cleanup':
subversion/libsvn_subr/io.c:2737: warning: format not a string literal and no format arguments
subversion/libsvn_client/diff.c: In function 'diff_content_changed':
subversion/libsvn_client/diff.c:563: warning: 'svn_io_run_diff' is deprecated (declared at ./subversion/include/svn_io.h:1300)
subversion/libsvn_wc/merge.c: In function 'do_text_merge_external':
subversion/libsvn_wc/merge.c:399: warning: 'svn_io_run_diff3_2' is deprecated (declared at ./subversion/include/svn_io.h:1371)
subversion/libsvn_wc/props.c: In function 'svn_wc__merge_props':
subversion/libsvn_wc/props.c:1957: warning: 'svn_wc__loggy_append' is deprecated (declared at subversion/libsvn_wc/log.h:75)
subversion/libsvn_ra/compat.c: In function 'svn_ra__get_deleted_rev_from_log':
subversion/libsvn_ra/compat.c:852: warning: 'svn_path_url_add_component' is deprecated (declared at ./subversion/include/svn_path.h:540)
subversion/libsvn_ra/ra_loader.c:98: warning: 'svn_ra_svn_init' is deprecated (declared at ./subversion/include/svn_ra.h:2165)
subversion/libsvn_ra/ra_loader.c:107: warning: 'svn_ra_local_init' is deprecated (declared at ./subversion/include/svn_ra.h:2156)
subversion/mod_dav_svn/reports/update.c: In function 'add_helper':
subversion/mod_dav_svn/reports/update.c:322: warning: 'svn_path_url_add_component' is deprecated (declared at ./subversion/include/svn_path.h:540)
libtool: install: warning: relinking `libsvn_delta-1.la'
libtool: install: warning: relinking `libsvn_fs_util-1.la'
libtool: install: warning: relinking `libsvn_fs_fs-1.la'
libtool: install: warning: relinking `libsvn_fs-1.la'
libtool: install: warning: relinking `libsvn_ra_svn-1.la'
libtool: install: warning: relinking `libsvn_repos-1.la'
libtool: install: warning: relinking `libsvn_ra_local-1.la'
libtool: install: warning: relinking `libsvn_diff-1.la'
libtool: install: warning: relinking `libsvn_ra-1.la'
libtool: install: warning: relinking `libsvn_wc-1.la'
libtool: install: warning: relinking `libsvn_client-1.la'
/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/share/apr-1.0/build/libtool' mod_dav_svn.la /usr/lib/apache2/modules
libtool: install: warning: relinking `mod_dav_svn.la'
chmod 644 /usr/lib/apache2/modules/mod_dav_svn.so
apxs:Error: Activation failed for custom /etc/apache2/httpd.conf file..
apxs:Error: At least one `LoadModule' directive already has to exist..
make: *** [install-mods-shared] Error 1---- End output of bash /tmp/chef-script20100114-6621-13fsd9d-0 ----
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/mixin/command.rb:118:in `run_command'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/provider/execute.rb:49:in `action_run'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/provider/script.rb:37:in `action_run'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/runner.rb:61:in `send'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/runner.rb:61:in `run_action'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/runner.rb:111:in `converge'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/runner.rb:110:in `each'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/runner.rb:110:in `converge'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/resource_collection.rb:86:in `execute_each_resource'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/mixin/from_file.rb:30:in `each_with_index'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/resource_collection.rb:84:in `each'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/resource_collection.rb:84:in `each_with_index'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/resource_collection.rb:84:in `execute_each_resource'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/runner.rb:88:in `converge'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/client.rb:407:in `converge'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/client.rb:89:in `run'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/application/client.rb:186:in `run_application'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/application/client.rb:178:in `loop'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/application/client.rb:178:in `run_application'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/lib/chef/application.rb:57:in `run'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.16/bin/chef-client:26
from /usr/bin/chef-client:19:in `load'
from /usr/bin/chef-client:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment