carthage bootstrap giving parse error - carthage

I'm trying to run the following command
carthage bootstrap --platform iOS --no-use-binaries
But the process always fails with a parse error that doesn't give me much information. I'm not really sure where to go from here as the error doesn't give much information. Below is the full output.
*** Checking out Agrume at "78c2876f6d76cf706f55e42a1ca23154c67d174b"
*** Checking out Alamofire at "3.4.1"
*** Checking out Async at "1.7.2"
*** Checking out aws-sdk-ios at "2.4.5"
*** Checking out BRYXBanner at "0.6.0"
*** Checking out CHTCollectionViewWaterfallLayout at "fcea9e89faa984e1eb59c9f691c258f6f8004290"
*** Checking out CryptoSwift at "0.5.1"
*** Checking out css-layout at "dd8e5cd65d13a7da52502549cd8e514a345c5d23"
*** Checking out Decodable at "v0.4.3"
*** Checking out FormatterKit at "2ea246ae4573538886ffb946d70d141583443734"
*** Checking out Gifu at "v1.2.1"
*** Checking out HanekeSwift at "v0.10.1"
*** Checking out Infinity at "1.0.5"
*** Checking out JLRoutes at "1.6"
*** Checking out KMNavigationBarTransition at "065d635991674a3c1a03de3ccb9d0ee05b7aff65"
*** Checking out Locksmith at "2.0.8"
*** Checking out MTBBarcodeScanner at "2.0.2"
*** Checking out Permission at "v1.5"
*** Checking out PocketSVG at "0.7"
*** Checking out Result at "2.1.2"
*** Checking out ReactiveCocoa at "v4.2.1"
*** Checking out RxSwift at "2.6.0"
*** Checking out Moya at "6.5.0"
*** Checking out SwiftSVG at "v1.1.5"
*** Checking out SwiftyUserDefaults at "2.2.0"
*** Checking out Tactile at "v1.2.2"
Parse error: expected submodule commit SHA in output of task (ls-tree -z v1.2.1 Carthage/Checkouts/Runes) but encountered:

I was facing the same issue on my project. For me it worked when I removed the lines associated with the error library from .gitmodules file.

Related

Makefile:144: recipe for target 'all' failed Error Build Static QT

The command (cia cmd.exe) in Windows 10
configure -release -opensource -confirm-license -prefix C:\Qt\6.1.3\Build
went through without problems, but now I get the following error message with
make -j8
I always get the following error message and it aborts.
make[1]: *** [qtbase/src/tools/androiddeployqt/CMakeFiles/androiddeployqt.dir/all] Error 2
[ 15%] Linking CXX static library ......\lib\libQt6DeviceDiscoverySupport.a
Generating version linker script
[ 15%] Built target DeviceDiscoverySupport
Makefile:144: recipe for target 'all' failed
make: *** [all] Error 2
Thank you, I will do from now on.
Have here times a little of the error message which occurred before with attached, vlt. can someone with it what begin and help me.
C:/Qt/6.1.3/Src/qtbase/src/corelib/text/qstringconverter.h:189:87: internal compiler error: in make_rtl_for_nonlocal_decl, at cp/decl.c:6590
Q_CORE_EXPORT static const Interface encodingInterfaces[Encoding::LastEncoding + 1];
^
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://sourceforge.net/projects/mingw-w64> for instructions.
qtbase\src\tools\androiddeployqt\CMakeFiles\androiddeployqt.dir\build.make:90: recipe for target 'qtbase/src/tools/androiddeployqt/CMakeFiles/androiddeployqt.dir/main.cpp.obj' failed
make[2]: *** [qtbase/src/tools/androiddeployqt/CMakeFiles/androiddeployqt.dir/main.cpp.obj] Error 1
CMakeFiles\Makefile2:12798: recipe for target 'qtbase/src/tools/androiddeployqt/CMakeFiles/androiddeployqt.dir/all' failed
make[1]: *** [qtbase/src/tools/androiddeployqt/CMakeFiles/androiddeployqt.dir/all] Error 2
[ 15%] Linking CXX static library ..\..\..\lib\libQt6DeviceDiscoverySupport.a
Generating version linker script
[ 15%] Built target DeviceDiscoverySupport
Makefile:144: recipe for target 'all' failed
make: *** [all] Error 2

Robot Frame work Error Importing test library 'Requestslibrary' failed: ModuleNotFoundError: No module named 'Requestslibrary' and 'JSONlibrary'

I have two files one for keywords and other one is to run the actual test case
testkeywords.robot
*** Settings ***
Library Requestslibrary
Library JSONlibrary
Library Collections
*** Variables ***
${Base_URL} http://www.thetestingworldapi.com/
*** Keywords ***
Get Student Name
[Arguments] ${id}
create session Get_student_details ${base_url}
${response}= get request Get_student_details api/studentsDetails/${id}
#log to console ${response.content}
${json_res}= to json ${response.content}
#log to console ${json_res}
#{first_name_list}= get value from json ${json_res} data.first_name
${first_name}= get from list ${first_name_list} 0
[return] ${first_name}
sample.robot
*** Settings ***
Library RequestsLibrary
Library JSONLibrary
Library Collections
Resource Resources/testkeywords.robot
*** Variables ***
${id} 56841
*** Test Cases ***
TC_01
Get Student Name ${id}
I am getting the error Error "Importing test library 'Requestslibrary' failed: ModuleNotFoundError: No module named 'Requestslibrary"
but the sample file is ruining without any issues , while importing the same libraries

Does TypeRex support OCaml 4.00.1?

Hi I would like to use TypeRex, but it says
$ ./configure
checking for ocamlc... ocamlc
OCaml version is 4.00.1
OCaml library path is /usr/local/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep.opt... ocamldep.opt
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for camlp4... camlp4
checking for camlp4boot... camlp4boot
checking for camlp4o... camlp4o
checking for camlp4of... camlp4of
checking for camlp4oof... camlp4oof
checking for camlp4orf... camlp4orf
checking for camlp4prof... camlp4prof
checking for camlp4r... camlp4r
checking for camlp4rf... camlp4rf
configure: error: Your version of OCaml: 4.00.1 is not supported
Does TypeRex support OCaml 4.00.1?
I further followed this page http://www.typerex.org/manual-setup.html
I used this command
$./configure --disable-version-check EMACS=aquamacs
It doesn't complain, but after I use
$ make
it says
mkdir -p ./_obuild
ocamlc -o ./_obuild/unixrun -make-runtime unix.cma
ld: library not found for -lcrt1.10.6.o
collect2: ld returned 1 exit status
File "_none_", line 1:
Error: Error while building custom runtime system
make: *** [_obuild/unixrun] Error 2
Anyone can help me with this?
Typerex doesn't work out of the box with OCaml 4.00.X (follow the discussion). You'll have to wait, "it is not dead, it is just sleeping for a while".

Qt Compilation with dbus

I am trying to compile qt with dbus but it gives me the following exception. I have installed the dbus version 1.3 in the system and I am using the following configure command.
Can someone point me as to what should be done.
configure -dbus -I/usr/include/dbus-1.0 -L/usr/local/dbus/lib -ldbus-1 -fast -prefix /home/thwijeth/Software/qt-4.8.1-com-debug -v
thank you in advance.
qdbus_symbols_p.h:39: fatal error: dbus/dbus.h: No such file or directory
compilation terminated.
In file included from qdbusconnection_p.h:51,
from qdbusconnection.cpp:33:
qdbus_symbols_p.h:39: fatal error: dbus/dbus.h: No such file or directory
compilation terminated.
make[1]: *** [qdbuserror.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [qdbusconnection.o] Error 1
In file included from qdbusconnectioninterface.cpp:33:
qdbus_symbols_p.h:39: fatal error: dbus/dbus.h: No such file or directory
compilation terminated.
make[1]: *** [qdbusconnectioninterface.o] Error 1
In file included from qdbusconnection_p.h:51,
from qdbusintegrator.cpp:33:
qdbus_symbols_p.h:39: fatal error: dbus/dbus.h: No such file or directory
compilation terminated.
make[1]: *** [qdbusintegrator.o] Error 1
make[1]: Leaving directory `/home/thwijeth/Software/qt-repo/qt-4.8.1-src/src/dbus'
make: *** [sub-dbus-make_default-ordered] Error 2
verify if /usr/include/dbus-1.0 contains a dbus directory, if it does not, verify whether /usr/include/dbus-1.0 contains dbus.h, if so you need to create a symbolic link to dbus-1.0 as dbus
ln -s dbus-1.0 /usr/include/dbus
and then try to rerun configure.
This solution worked fine for me for this missing header. However, I got then a different error fatal error: dbus/dbus-arch-deps.h: No such file. I worked around this error by copying this file from /usr/lib/x86_64-linux-gnu/dbus-1.0/include/dbus to /usr/include/dbus-1.0/dbus/. I don't know why this header was not in the /usr/include directory from the beginning. But this is my hack to the problem.
Regards

QTMobilityAPI - Installation Error

I am using the nokia qt sdk for developing apps in MAC10.6. I want to access the map api in my project. I download the zip(qt-mobility-opensource-src-1.1.0-beta2) file and tried to install but I am getting the errors like ...
make[4]: *** [../../../build/Debug/qtlandmarks_sqlite_debug/qlandmarkfilehandler_lmx.o] Error 1
make[3]: *** [debug-install] Error 2
make[2]: *** [sub-sqlite-install_subtargets-ordered] Error 2
make[1]: *** [sub-landmarks-install_subtargets] Error 2
make: *** [sub-plugins-install_subtargets-ordered] Error 2
What I did wrong in the installation. Please help me.. Thanks in advance.

Resources