ubuntu@ip-172-31-71-128:~$ kurento-media-server --version
Kurento Media Server version: 6.16.0
Found modules:
'core' version 6.18.0~15.ge8d9b2a0
'elements' version 6.18.0~12.gcb3ca0f
'filters' version 6.18.0~4.g881448c
'webrtcarucocode' version 0.1.6~12.gb271241
'webrtcbarcode' version 0.1.6~4.g413eaee
ubuntu@ip-172-31-71-128:~$
How in the world could 6.18.0 submodules have found the way onto this machine, if 6.16.0 was explicitly installed from source?
That's a little riddle.
cmake \
> -D CMAKE_MODULE_PATH=/usr/local/share/"`cmake --version | awk '{split($0,a," "); split($a[3],a,"."); print "cmake-"a[1]"."a[2];exit}'`"/Modules \
> -D CMAKE_BUILD_TYPE=Release \
> -D CMAKE_INSTALL_PREFIX=/usr/. \
> ..
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMake project: kms-core
If KurentoHelpers is not found, you need to install 'kms-cmake-utils' from the Kurento repository
-- Found KurentoHelpers: 6.16.0 (found version "6.16.0")
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Found /usr/bin/kurento-module-creator
-- Found /usr/bin/kurento-module-creator
-- Found KurentoModuleCreator: 6.16.0 (found version "6.16.0")
-- Resolving KurentoModuleCreator version ^6.0.0 with 6.16.0
-- Found Git: /usr/bin/git (found version "2.17.1")
Run command: '/usr/bin/kurento-module-creator -r;/home/ubuntu/kms-build/kms-core/src/server/interface;-dr;/usr/share/kurento/modules;-s;version'
Error calling code generator:
CMake Error at CMake/CodeGenerator.cmake:82 (message):
Output error: Exception in thread "main" Unexpected character 'ILLEGAL(^)'
at position '0', expecting '[DIGIT]'
at
com.github.zafarkhaja.semver.VersionParser.consumeNextCharacter(VersionParser.java:534)
at
com.github.zafarkhaja.semver.VersionParser.digits(VersionParser.java:469)
at
com.github.zafarkhaja.semver.VersionParser.numericIdentifier(VersionParser.java:429)
at
com.github.zafarkhaja.semver.VersionParser.parseVersionCore(VersionParser.java:270)
at
com.github.zafarkhaja.semver.VersionParser.parseValidSemVer(VersionParser.java:222)
at
com.github.zafarkhaja.semver.VersionParser.parseValidSemVer(VersionParser.java:204)
at com.github.zafarkhaja.semver.Version.valueOf(Version.java:274)
at
org.kurento.modulecreator.VersionManager.processCaretRanges(VersionManager.java:171)
at
org.kurento.modulecreator.VersionManager.parseVersion(VersionManager.java:163)
at
org.kurento.modulecreator.VersionManager.compatibleVersion(VersionManager.java:318)
at
org.kurento.modulecreator.VersionManager.devCompatibleVersion(VersionManager.java:305)
at
org.kurento.modulecreator.definition.ModuleDefinition.resolveImports(ModuleDefinition.java:380)
at
org.kurento.modulecreator.definition.ModuleDefinition.resolveModule(ModuleDefinition.java:301)
at
org.kurento.modulecreator.definition.ModuleDefinition.resolveImports(ModuleDefinition.java:395)
at
org.kurento.modulecreator.definition.ModuleDefinition.resolveModule(ModuleDefinition.java:301)
at
org.kurento.modulecreator.ModuleManager.resolveModules(ModuleManager.java:38)
at
org.kurento.modulecreator.KurentoModuleCreator.loadModulesFromKmdFiles(KurentoModuleCreator.java:313)
at
org.kurento.modulecreator.KurentoModuleCreator.printValues(KurentoModuleCreator.java:367)
at org.kurento.modulecreator.Main.showValues(Main.java:129)
at org.kurento.modulecreator.Main.main(Main.java:105)
Call Stack (most recent call first):
CMake/CodeGenerator.cmake:1071 (execute_code_generator)
CMakeLists.txt:17 (get_values_from_model)
-- Configuring incomplete, errors occurred!
See also "/home/ubuntu/kms-build/kms-core/build/CMakeFiles/CMakeOutput.log".
ubuntu@testkms:~$ kurento-media-server --version
Kurento Media Server version: 6.16.0
Found modules:
'core' version 6.16.0
'elements' version 6.16.0
'filters' version 6.16.0
git clone https://github.com/Kurento/kurento-module-creator
git checkout 6.18.0
error: pathspec '6.18.0' did not match any file(s) known to git.
Same with 'tags/6.18.0'. I suppose 6.18.0 is not released yet.
Am 14.06.2022 um 16:17 schrieb Juan Navarro <juan.n...@gmx.es>:
--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/add001bc-95f9-4906-8b6a-10eacb2ad34an%40googlegroups.com.