Closed nicklan closed 10 years ago
Copying the ttl to the build folder is the first step in the compilation. From the look of it, waf finds the ttl in the beatslash.lv2 folder but cannot copy them to build/beatslash.lv2.
Could it be because you are working in /tmp somehow?
Aurélien On 13 Jan 2014 20:34, "Nick Lanham" notifications@github.com wrote:
My build is failing, and I can't seem to make waf tell me what the actual error is, so I'm afraid I can't debug it.
./waf configure output:
Setting top to : /tmp/beatslash-lv2-1.0.2 Setting out to : /tmp/beatslash-lv2-1.0.2/build
Global Configuration
- Install prefix : /usr/local
- Debuggable build : False
- Build documentation : False
beatslash-lv2 Configuration Checking for 'g++' (c++ compiler) : /usr/bin/g++ Checking for program pkg-config : /usr/bin/pkg-config Checking for 'gtkmm-2.4' >= 2.24.0 : yes Checking for 'gtk+-2.0' >= 2.24.0 : yes Checking for 'cairo' >= 1.0.0 : yes Checking for 'lv2' >= 1.2.0 : yes Checking for 'lvtk-plugin-1' >= 1.1.1 : yes Checking for 'lvtk-ui-1' >= 1.1.1 : yes Checking for 'lvtk-gtkui-1' >= 1.1.1 : yes Extended Initializer Lists : yes
- LV2 bundle directory : /usr/local/lib/lv2
./waf -j1 -vvvv output:
./waf -j1 -vvvv 12:32:42 env {'version': 17239552, 'tools': [{'tooldir': None, 'tool': 'ar', 'funs': None}, {'tooldir': None, 'tool': 'cxx', 'funs': None}, {'tooldir': None, 'tool': 'g++', 'funs': None}, {'tooldir': None, 'tool': 'compiler_cxx', 'funs': None}]} 12:32:42 action ['def f(tsk):', '\tenv = tsk.env', '\tgen = tsk.generator', '\tbld = gen.bld', "\twd = getattr(tsk, 'cwd', None)", '\tdef to_list(xx):', '\t\tif isinstance(xx, str): return [xx]', '\t\treturn xx', '\ttsk.last_cmd = lst = []', "\tlst.extend(to_list(env['CXX']))", "\tlst.extend(tsk.colon('ARCH_ST', 'ARCH'))", "\tlst.extend(to_list(env['CXXFLAGS']))", "\tlst.extend(to_list(env['CPPFLAGS']))", "\tlst.extend(tsk.colon('FRAMEWORKPATH_ST', 'FRAMEWORKPATH'))", "\tlst.extend(tsk.colon('CPPPATH_ST', 'INCPATHS'))", "\tlst.extend(tsk.colon('DEFINES_ST', 'DEFINES'))", "\tlst.extend(to_list(env['CXX_SRC_F']))", '\tlst.extend([a.path_from(bld.bldnode) for a in tsk.inputs])', "\tlst.extend(to_list(env['CXX_TGT_F']))", '\tlst.extend([a.path_from(bld.bldnode) for a in tsk.outputs])', '\tlst = [x for x in lst if x]', '\treturn tsk.exec_command(lst, cwd=wd, env=env.env or None)'] 12:32:42 action ['def f(tsk):', '\tenv = tsk.env', '\tgen = tsk.generator', '\tbld = gen.bld', "\twd = getattr(tsk, 'cwd', None)", '\tdef to_list(xx):', '\t\tif isinstance(xx, str): return [xx]', '\t\treturn xx', '\ttsk.last_cmd = lst = []', "\tlst.extend(to_list(env['LINK_CXX']))", "\tlst.extend(to_list(env['LINKFLAGS']))", "\tlst.extend(to_list(env['CXXLNK_SRC_F']))", '\tlst.extend([a.path_from(bld.bldnode) for a in tsk.inputs])', "\tlst.extend(to_list(env['CXXLNK_TGT_F']))", '\tlst.append(tsk.outputs[0].abspath())', "\tlst.extend(tsk.colon('RPATH_ST', 'RPATH'))", "\tlst.extend(tsk.colon('FRAMEWORKPATH_ST', 'FRAMEWORKPATH'))", "\tlst.extend(tsk.colon('FRAMEWORK_ST', 'FRAMEWORK'))", "\tlst.extend(tsk.colon('ARCH_ST', 'ARCH'))", "\tlst.extend(to_list(env['STLIB_MARKER']))", "\tlst.extend(tsk.colon('STLIBPATH_ST', 'STLIBPATH'))", "\tlst.extend(tsk.colon('STLIB_ST', 'STLIB'))", "\tlst.extend(to_list(env['SHLIB_MARKER']))", "\tlst.extend(tsk.colon('LIBPATH_ST', 'LIBPATH'))", "\t lst.exte nd(tsk.colon('LIB_ST', 'LIB'))", '\tlst = [x for x in lst if x]', '\treturn tsk.exec_command(lst, cwd=wd, env=env.env or None)'] 12:32:42 env {'LINKFLAGS_GTKMM': ['-pthread'], 'LIB_ST': '-l%s', 'CFLAGS': ['-I/tmp/beatslash-lv2-1.0.2', '-DNDEBUG', '-fshow-column'], 'LINK_CXX': ['/usr/bin/g++'], 'DEFINES_ST': '-D%s', 'LINKFLAGS_MACBUNDLE': ['-bundle', '-undefined', 'dynamic_lookup'], 'DEST_OS': 'linux', 'cxxshlib_PATTERN': 'lib%s.so', 'DEFINES': ['HAVE_GTKMM=1', 'HAVE_GTK2=1', 'HAVE_CAIRO=1', 'HAVE_LV2=1', 'HAVE_LVTK_PLUGIN=1', 'HAVE_LVTK_UI=1', 'HAVE_LVTK_GTKGUI=1', 'WAF_CXX_FEATURE_EXTENDED_INITIALIZER_LISTS=1'], 'CHECKED_GTK2': 2, 'CFLAGS_GTK2': ['-pthread'], 'CXX_TGT_F': ['-c', '-o'], 'SYSCONFDIR': '/usr/local/etc', 'CXXFLAGS': ['-I/tmp/beatslash-lv2-1.0.2', '-DNDEBUG', '-fshow-column'], 'DEST_CPU': 'x86_64', 'PKG_cairo': 'cairo', 'LIB_GTK2': ['gtk-x11-2.0', 'gdk-x11-2.0', 'pangocairo-1.0', 'atk-1.0', 'cairo', 'gdk_pixbuf-2.0', 'gio-2.0', 'pangoft2-1.0', 'pango-1.0', 'gobject-2.0', 'glib-2.0', 'fontconfig', 'freetype'], 'VERSION_gtk+-2.0': '2.24.0', 'LIB_LVTK_UI': ['lvtk_ui1'], 'LINKFLAGS_LVTK_GTKGUI ': ['-Wl ,-z,nodelete', '-pthread'], 'LINKFLAGS_LVTK_UI': ['-Wl,-z,nodelete'], 'CXX_SRC_F': [], 'VERSION_lvtk-ui-1': '1.1.1', 'CXXFLAGS_LVTK_GTKGUI': ['-pthread'], 'CXXFLAGS_cxxshlib': ['-fPIC'], 'AR': '/usr/bin/ar', 'VERSION_lv2': '1.2.0', 'CHECKED_GTKMM': 2, 'CXXFLAGS_GTK2': ['-pthread'], 'CXX_NAME': 'gcc', 'CXXLNK_TGT_F': ['-o'], 'BINDIR': '/usr/local/bin', 'INCLUDES_GTKMM': ['/usr/include/gtkmm-2.4', '/usr/lib/gtkmm-2.4/include', '/usr/include/atkmm-1.6', '/usr/include/gtk-unix-print-2.0', '/usr/include/gtk-2.0', '/usr/include/gdkmm-2.4', '/usr/lib/gdkmm-2.4/include', '/usr/include/giomm-2.4', '/usr/lib/giomm-2.4/include', '/usr/include/pangomm-1.4', '/usr/lib/pangomm-1.4/include', '/usr/include/glibmm-2.4', '/usr/lib/glibmm-2.4/include', '/usr/include/cairomm-1.0', '/usr/lib/cairomm-1.0/include', '/usr/include/sigc++-2.0', '/usr/lib/sigc++-2.0/include', '/usr/lib/gtk-2.0/include', '/usr/include/pango-1.0', '/usr/include/atk-1.0', '/usr/include/cairo', '/usr/include/pixman-1', '/ usr/incl ude/libdrm', '/usr/include/libpng16', '/usr/include/gdk-pixbuf-2.0', '/usr/include/harfbuzz', '/usr/include/glib-2.0', '/usr/lib/glib-2.0/include', '/usr/include/freetype2'], 'INCLUDES_LVTK_GTKGUI': ['/usr/include/lvtk-1', '/usr/include/gtkmm-2.4', '/usr/lib/gtkmm-2.4/include', '/usr/include/atkmm-1.6', '/usr/include/gtk-unix-print-2.0', '/usr/include/gtk-2.0', '/usr/include/gdkmm-2.4', '/usr/lib/gdkmm-2.4/include', '/usr/include/giomm-2.4', '/usr/lib/giomm-2.4/include', '/usr/include/pangomm-1.4', '/usr/lib/pangomm-1.4/include', '/usr/include/glibmm-2.4', '/usr/lib/glibmm-2.4/include', '/usr/include/cairomm-1.0', '/usr/lib/cairomm-1.0/include', '/usr/include/sigc++-2.0', '/usr/lib/sigc++-2.0/include', '/usr/lib/gtk-2.0/include', '/usr/include/pango-1.0', '/usr/include/atk-1.0', '/usr/include/cairo', '/usr/include/pixman-1', '/usr/include/libdrm', '/usr/include/libpng16', '/usr/include/gdk-pixbuf-2.0', '/usr/include/harfbuzz', '/usr/include/glib-2.0', '/usr/lib/glib-2.0/incl ude', '/ usr/include/freetype2'], 'LIBPATH_ST': '-L%s', 'CHECKED_LVTK_UI': 2, 'PARDEBUG': False, 'DEBUG': False, 'CHECKED_LVTK_PLUGIN': 2, 'COMPILER_CXX': 'g++', 'CXX': ['/usr/bin/g++'], 'LINKFLAGS_cxxstlib': ['-Wl,-Bstatic'], 'cxxprogram_PATTERN': '%s', 'LIB_CAIRO': ['cairo'], 'CXXFLAGS_GTKMM': ['-pthread'], 'PREFIX': '/usr/local', 'CXXFLAGS_MACBUNDLE': ['-fPIC'], 'PKG_gtk+_2.0': 'gtk+-2.0', 'cxxstlib_PATTERN': 'lib%s.a', 'pluginlib_PATTERN': '%s.so', 'PKG_lvtk_gtkui_1': 'lvtk-gtkui-1', 'STLIB_MARKER': '-Wl,-Bstatic', 'PKGCONFIG': '/usr/bin/pkg-config', 'PKG_lv2': 'lv2', 'STLIBPATH_ST': '-L%s', 'LIBDIR': '/usr/local/lib', 'MANDIR': '/usr/local/share/man', 'CC_VERSION': ('4', '8', '2'), 'LINKFLAGS_GTK2': ['-pthread'], 'DOCS': False, 'CHECKED_CAIRO': 2, 'SHLIB_MARKER': '-Wl,-Bdynamic', 'CPPPATH_ST': '-I%s', 'CHECKED_LV2': 2, 'CFLAGS_LVTK_GTKGUI': ['-pthread'], 'VERSION_lvtk-gtkui-1': '1.1.1', 'LV2DIR': '/usr/local/lib/lv2', 'DATADIR': '/usr/local/share', 'PKG_lvtk_ui_1': 'lvtk-ui-1', 'LINKFLA GS_cxxshlib': ['-shared'], 'INCLUDES_GTK2': ['/usr/include/gtk-2.0', '/usr/lib/gtk-2.0/include', '/usr/include/pango-1.0', '/usr/include/atk-1.0', '/usr/include/cairo', '/usr/include/pixman-1', '/usr/include/libdrm', '/usr/include/libpng16', '/usr/include/gdk-pixbuf-2.0', '/usr/include/harfbuzz', '/usr/include/glib-2.0', '/usr/lib/glib-2.0/include', '/usr/include/freetype2'], 'DEST_BINFMT': 'elf', 'INCLUDEDIR': '/usr/local/include', 'CXXLNK_SRC_F': [], 'macbundle_PATTERN': '%s.bundle', 'define_key': ['HAVE_GTKMM', 'HAVE_GTK2', 'HAVE_CAIRO', 'HAVE_LV2', 'HAVE_LVTK_PLUGIN', 'HAVE_LVTK_UI', 'HAVE_LVTK_GTKGUI', 'WAF_CXX_FEATURE_EXTENDED_INITIALIZER_LISTS'], 'ARFLAGS': 'rcs', 'CHECKED_LVTK_GTKGUI': 2, 'INCLUDES_LVTK_PLUGIN': ['/usr/include/lvtk-1'], 'INCLUDES_LVTK_UI': ['/usr/include/lvtk-1'], 'PKG_lvtk_plugin_1': 'lvtk-plugin-1', 'SONAME_ST': '-Wl,-h,%s', 'INCLUDES_CAIRO': ['/usr/include/cairo', '/usr/include/glib-2.0', '/usr/lib/glib-2.0/include', '/usr/include/pixman-1', '/usr /include /freetype2', '/usr/include/libdrm', '/usr/include/libpng16'], 'DOCDIR': '/usr/local/share/doc', 'RPATH_ST': '-Wl,-rpath,%s', 'LIB_LVTK_GTKGUI': ['lvtk_ui1', 'gtkmm-2.4', 'atkmm-1.6', 'gtk-x11-2.0', 'gdkmm-2.4', 'giomm-2.4', 'pangomm-1.4', 'glibmm-2.4', 'cairomm-1.0', 'sigc-2.0', 'gdk-x11-2.0', 'pangocairo-1.0', 'atk-1.0', 'cairo', 'gdk_pixbuf-2.0', 'gio-2.0', 'pangoft2-1.0', 'pango-1.0', 'gobject-2.0', 'glib-2.0', 'fontconfig', 'freetype'], 'VERSION_lvtk-plugin-1': '1.1.1', 'PKG_gtkmm_2.4': 'gtkmm-2.4', 'LIB_GTKMM': ['gtkmm-2.4', 'atkmm-1.6', 'gtk-x11-2.0', 'gdkmm-2.4', 'giomm-2.4', 'pangomm-1.4', 'glibmm-2.4', 'cairomm-1.0', 'sigc-2.0', 'gdk-x11-2.0', 'pangocairo-1.0', 'atk-1.0', 'cairo', 'gdk_pixbuf-2.0', 'gio-2.0', 'pangoft2-1.0', 'pango-1.0', 'gobject-2.0', 'glib-2.0', 'fontconfig', 'freetype'], 'CFLAGS_GTKMM': ['-pthread'], 'VERSION_cairo': '1.0.0', 'LIB_LVTK_PLUGIN': ['lvtk_plugin1'], 'STLIB_ST': '-l%s', 'VERSION_gtkmm-2.4': '2.24.0'} Waf: Entering directory
/tmp/beatslash-lv2-1.0.2/build' 12:32:42 build compile() 12:32:42 task_gen posting <task_gen 'beatrepeater_mono.ttl' declared in /tmp/beatslash-lv2-1.0.2> 139892912138384 12:32:42 task_gen -> check_err_features (139892912138384) 12:32:42 task_gen -> check_err_order (139892912138384) 12:32:42 task_gen -> process_rule (139892912138384) 12:32:42 task_gen -> process_source (139892912138384) 12:32:42 task_gen posted beatrepeater_mono.ttl 12:32:42 task_gen posting <task_gen 'beatrepeater_stereo.ttl' declared in /tmp/beatslash-lv2-1.0.2> 139892912138640 12:32:42 task_gen -> check_err_features (139892912138640) 12:32:42 task_gen -> check_err_order (139892912138640) 12:32:42 task_gen -> process_rule (139892912138640) 12:32:42 task_gen -> process_source (139892912138640) 12:32:42 task_gen posted beatrepeater_stereo.ttl 12:32:42 task_gen posting <task_gen 'beatslicer_mono.ttl' declared in /tmp/beatslash-lv2-1.0.2> 139892912137296 12:32:42 task_gen -> check_err_features (139892912137296) 12:32:42 task_gen -> check_err_order (139892912137296) 12:32:42 task_gen -> process_rule (139892912137296) 12:32:42 task_gen -> process_source (139892912137296) 12:32:42 task_gen posted beatslicer_mono.ttl 12:32:42 task_gen posting <task_gen 'beatslicer_stereo.ttl' declared in /tmp/beatslash-lv2-1.0.2> 139892912137680 12:32:42 task_gen -> check_err_features (139892912137680) 12:32:42 task_gen -> check_err_order (139892912137680) 12:32:42 task_gen -> process_rule (139892912137680) 12:32:42 task_gen -> process_source (139892912137680) 12:32:42 task_gen posted beatslicer_stereo.ttl 12:32:42 task_gen posting <task_gen 'manifest.ttl' declared in /tmp/beatslash-lv2-1.0.2> 139892912137744 12:32:42 task_gen -> check_err_features (139892912137744) 12:32:42 task_gen -> check_err_order (139892912137744) 12:32:42 task_gen -> process_rule (139892912137744) 12:32:42 task_gen -> process_source (139892912137744) 12:32:42 task_gen posted manifest.ttl 12:32:42 task_gen posting <task_gen 'beatrepeater_mono' declared in /tmp/beatslash-lv2-1.0.2> 139892912137936 12:32:42 task_gen -> version_lib (139892912137936) 12:32:42 task_gen -> apply_bundle (139892912137936) 12:32:42 task_gen -> process_rule (139892912137936) 12:32:42 task_gen -> process_source (139892912137936) 12:32:42 task_gen -> apply_link (139892912137936) 12:32:42 task_gen -> apply_implib (139892912137936) 12:32:42 task_gen -> process_use (139892912137936) 12:32:42 task_gen -> propagate_uselib_vars (139892912137936) 12:32:42 task_gen -> apply_vnum (139892912137936) 12:32:42 task_gen -> check_err_features (139892912137936) 12:32:42 task_gen -> check_err_order (139892912137936) 12:32:42 task_gen -> apply_incpaths (139892912137936) 12:32:42 task_gen -> include_config_h (139892912137936) 12:32:42 task_gen -> set_macosx_deployment_target (139892912137936) 12:32:42 task_gen posted beatrepeater_mono 12:32:42 task_gen posting <task_gen 'beatrepeater_stereo' declared in /tmp/beatslash-lv2-1.0.2> 139892912138064 12:32:42 task_gen -> version_lib (139892912138064) 12:32:42 task_gen -> apply_bundle (139892912138064) 12:32:42 task_gen -> process_rule (139892912138064) 12:32:42 task_gen -> process_source (139892912138064) 12:32:42 task_gen -> apply_link (139892912138064) 12:32:42 task_gen -> apply_implib (139892912138064) 12:32:42 task_gen -> process_use (139892912138064) 12:32:42 task_gen -> propagate_uselib_vars (139892912138064) 12:32:42 task_gen -> apply_vnum (139892912138064) 12:32:42 task_gen -> check_err_features (139892912138064) 12:32:42 task_gen -> check_err_order (139892912138064) 12:32:42 task_gen -> apply_incpaths (139892912138064) 12:32:42 task_gen -> include_config_h (139892912138064) 12:32:42 task_gen -> set_macosx_deployment_target (139892912138064) 12:32:42 task_gen posted beatrepeater_stereo 12:32:42 task_gen posting <task_gen 'beatslicer_mono' declared in /tmp/beatslash-lv2-1.0.2> 139892912138192 12:32:42 task_gen -> version_lib (139892912138192) 12:32:42 task_gen -> apply_bundle (139892912138192) 12:32:42 task_gen -> process_rule (139892912138192) 12:32:42 task_gen -> process_source (139892912138192) 12:32:42 task_gen -> apply_link (139892912138192) 12:32:42 task_gen -> apply_implib (139892912138192) 12:32:42 task_gen -> process_use (139892912138192) 12:32:42 task_gen -> propagate_uselib_vars (139892912138192) 12:32:42 task_gen -> apply_vnum (139892912138192) 12:32:42 task_gen -> check_err_features (139892912138192) 12:32:42 task_gen -> check_err_order (139892912138192) 12:32:42 task_gen -> apply_incpaths (139892912138192) 12:32:42 task_gen -> include_config_h (139892912138192) 12:32:42 task_gen -> set_macosx_deployment_target (139892912138192) 12:32:42 task_gen posted beatslicer_mono 12:32:42 task_gen posting <task_gen 'beatslicer_stereo' declared in /tmp/beatslash-lv2-1.0.2> 139892912138320 12:32:42 task_gen -> version_lib (139892912138320) 12:32:42 task_gen -> apply_bundle (139892912138320) 12:32:42 task_gen -> process_rule (139892912138320) 12:32:42 task_gen -> process_source (139892912138320) 12:32:42 task_gen -> apply_link (139892912138320) 12:32:42 task_gen -> apply_implib (139892912138320) 12:32:42 task_gen -> process_use (139892912138320) 12:32:42 task_gen -> propagate_uselib_vars (139892912138320) 12:32:42 task_gen -> apply_vnum (139892912138320) 12:32:42 task_gen -> check_err_features (139892912138320) 12:32:42 task_gen -> check_err_order (139892912138320) 12:32:42 task_gen -> apply_incpaths (139892912138320) 12:32:42 task_gen -> include_config_h (139892912138320) 12:32:42 task_gen -> set_macosx_deployment_target (139892912138320) 12:32:42 task_gen posted beatslicer_stereo 12:32:42 task_gen posting <task_gen 'beatrepeater_mono_gui' declared in /tmp/beatslash-lv2-1.0.2> 139892912138512 12:32:42 task_gen -> version_lib (139892912138512) 12:32:42 task_gen -> apply_bundle (139892912138512) 12:32:42 task_gen -> process_rule (139892912138512) 12:32:42 task_gen -> process_source (139892912138512) 12:32:42 task_gen -> apply_link (139892912138512) 12:32:42 task_gen -> apply_implib (139892912138512) 12:32:42 task_gen -> process_use (139892912138512) 12:32:42 task_gen -> propagate_uselib_vars (139892912138512) 12:32:42 task_gen -> apply_vnum (139892912138512) 12:32:42 task_gen -> check_err_features (139892912138512) 12:32:42 task_gen -> check_err_order (139892912138512) 12:32:42 task_gen -> apply_incpaths (139892912138512) 12:32:42 task_gen -> include_config_h (139892912138512) 12:32:42 task_gen -> set_macosx_deployment_target (139892912138512) 12:32:42 task_gen posted beatrepeater_mono_gui 12:32:42 task_gen posting <task_gen 'beatrepeater_stereo_gui' declared in /tmp/beatslash-lv2-1.0.2> 139892912138768 12:32:42 task_gen -> version_lib (139892912138768) 12:32:42 task_gen -> apply_bundle (139892912138768) 12:32:42 task_gen -> process_rule (139892912138768) 12:32:42 task_gen -> process_source (139892912138768) 12:32:42 task_gen -> apply_link (139892912138768) 12:32:42 task_gen -> apply_implib (139892912138768) 12:32:42 task_gen -> process_use (139892912138768) 12:32:42 task_gen -> propagate_uselib_vars (139892912138768) 12:32:42 task_gen -> apply_vnum (139892912138768) 12:32:42 task_gen -> check_err_features (139892912138768) 12:32:42 task_gen -> check_err_order (139892912138768) 12:32:42 task_gen -> apply_incpaths (139892912138768) 12:32:42 task_gen -> include_config_h (139892912138768) 12:32:42 task_gen -> set_macosx_deployment_target (139892912138768) 12:32:42 task_gen posted beatrepeater_stereo_gui 12:32:42 task_gen posting <task_gen 'beatslicer_mono_gui' declared in /tmp/beatslash-lv2-1.0.2> 139892912138896 12:32:42 task_gen -> version_lib (139892912138896) 12:32:42 task_gen -> apply_bundle (139892912138896) 12:32:42 task_gen -> process_rule (139892912138896) 12:32:42 task_gen -> process_source (139892912138896) 12:32:42 task_gen -> apply_link (139892912138896) 12:32:42 task_gen -> apply_implib (139892912138896) 12:32:42 task_gen -> process_use (139892912138896) 12:32:42 task_gen -> propagate_uselib_vars (139892912138896) 12:32:42 task_gen -> apply_vnum (139892912138896) 12:32:42 task_gen -> check_err_features (139892912138896) 12:32:42 task_gen -> check_err_order (139892912138896) 12:32:42 task_gen -> apply_incpaths (139892912138896) 12:32:42 task_gen -> include_config_h (139892912138896) 12:32:42 task_gen -> set_macosx_deployment_target (139892912138896) 12:32:42 task_gen posted beatslicer_mono_gui 12:32:42 task_gen posting <task_gen 'beatslicer_stereo_gui' declared in /tmp/beatslash-lv2-1.0.2> 139892912139024 12:32:42 task_gen -> version_lib (139892912139024) 12:32:42 task_gen -> apply_bundle (139892912139024) 12:32:42 task_gen -> process_rule (139892912139024) 12:32:42 task_gen -> process_source (139892912139024) 12:32:42 task_gen -> apply_link (139892912139024) 12:32:42 task_gen -> apply_implib (139892912139024) 12:32:42 task_gen -> process_use (139892912139024) 12:32:42 task_gen -> propagate_uselib_vars (139892912139024) 12:32:42 task_gen -> apply_vnum (139892912139024) 12:32:42 task_gen -> check_err_features (139892912139024) 12:32:42 task_gen -> check_err_order (139892912139024) 12:32:42 task_gen -> apply_incpaths (139892912139024) 12:32:42 task_gen -> include_config_h (139892912139024) 12:32:42 task_gen -> set_macosx_deployment_target (139892912139024) 12:32:42 task_gen posted beatslicer_stereo_gui 12:32:42 envhash d751713988987e9331980363e24189ce [] 12:32:42 task task {task 139892912139856: beatrepeater_mono.ttl beatrepeater_mono.ttl -> beatrepeater_mono.ttl} must run as it was never run before or the task code changed [ 1/37] beatrepeater_mono.ttl: beatslash.lv2/beatrepeater_mono.ttl -> build/beatslash.lv2/beatrepeater_mono.ttl Waf: Leaving directory
/tmp/beatslash-lv2-1.0.2/build' File "./waf", line 163, inScripting.waf_entry_point(cwd, VERSION, wafdir) File "/tmp/beatslash-lv2-1.0.2/.waf3-1.7.14-1d85101ae0766bdefb229332e6c04d3b/waflib/Scripting.py", line 97, in waf_entry_point run_commands() File "/tmp/beatslash-lv2-1.0.2/.waf3-1.7.14-1d85101ae0766bdefb229332e6c04d3b/waflib/Scripting.py", line 153, in run_commands ctx=run_command(cmd_name) File "/tmp/beatslash-lv2-1.0.2/.waf3-1.7.14-1d85101ae0766bdefb229332e6c04d3b/waflib/Scripting.py", line 146, in run_command ctx.execute() File "/tmp/beatslash-lv2-1.0.2/.waf3-1.7.14-1d85101ae0766bdefb229332e6c04d3b/waflib/Scripting.py", line 353, in execute return execute_method(self) File "/tmp/beatslash-lv2-1.0.2/.waf3-1.7.14-1d85101ae0766bdefb229332e6c04d3b/waflib/Build.py", line 106, in execute self.execute_build() File "/tmp/beatslash-lv2-1.0.2/.waf3-1.7.14-1d85101ae0766bdefb229332e6c04d3b/waflib/Build.py", line 115, in execute_build self.compile() File "/tmp/beatslash-lv2-1.0.2/.waf3-1.7.14-1d85101ae0766bdefb229332e6c04d3b/waflib/Tools/errcheck.py", line 124, in check_compile ret=self.orig_compile() File "/tmp/beatslash-lv2-1.0.2/.waf3-1.7.14-1d85101ae0766bdefb229332e6c04d3b/waflib/Build.py", line 188, in compile raise Errors.BuildError(self.producer.error) File "/tmp/beatslash-lv2-1.0.2/.waf3-1.7.14-1d85101ae0766bdefb229332e6c04d3b/waflib/Errors.py", line 25, in init WafError.init(self,self.format_error()) Build failed -> task in 'beatrepeater_mono.ttl' failed (exit status '/tmp/beatslash-lv2-1.0.2/build/beatslash.lv2/beatrepeater_mono.ttl'): {task 139892912139856: beatrepeater_mono.ttl beatrepeater_mono.ttl -> beatrepeater_mono.ttl} '' File "./waf", line 163, in
Scripting.waf_entry_point(cwd, VERSION, wafdir) File "/tmp/beatslash-lv2-1.0.2/.waf3-1.7.14-1d85101ae0766bdefb229332e6c04d3b/waflib/Scripting.py", line 101, in waf_entry_point Logs.error(e.msg) Reply to this email directly or view it on GitHubhttps://github.com/blablack/beatslash-lv2/issues/1 .
I don't think so. The file is successfully copied so:
diff build/beatslash.lv2/beatrepeater_mono.ttl beatslash.lv2/beatrepeater_mono.ttl
outputs nothing. Somehow waf just thinks something failed.
That's a weird one... I can't reproduce it on my side... I tried with the git and released .tar.gz... Tried the exact same command line as yours... Even tried with the directory in /tmp... In all cases it compiles fine...
I even tried to change the directory rights to be only root and compile as a user... Waf fails but with a proper error...
The thing that surprises me though is where waf stores the log. From your error message: /tmp/beatslash-lv2-1.0.2/.waf3-1.7.14-1d85101ae0766bdefb229332e6c04d3b/ In my case the folder would be /tmp/beatslash-lv2-1.0.2/.waf-1.7.14-1d85101ae0766bdefb229332e6c04d3b/ (notice the '3' after .waf)
Something to do with your version of python? A bit of a shot in the dark...
Good shot! :) Turns out python3 doesn't play nice with waf. Running 'python2 waf' seems to build everything fine.
Would be nice if waf gave some more debugging info, but that's obviously not your issue.
Thanks for the help!
This issue still exists
Could you try the latest push on master? I can build with both python 2 and 3 now.
Thanks,
On Wed, Nov 7, 2018 at 5:33 AM han-so1omon notifications@github.com wrote:
This issue still exists
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/blablack/beatslash-lv2/issues/1#issuecomment-436510166, or mute the thread https://github.com/notifications/unsubscribe-auth/ABZ3za7mUyhPNZXMU87y2QQmn6x89Hsqks5usnDAgaJpZM4BZahT .
Fixed with latest release. Thanks
My build is failing, and I can't seem to make waf tell me what the actual error is, so I'm afraid I can't debug it.
./waf configure output:
./waf -j1 -vvvv output: