Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

almost no sane error checking #34

Open
ObiWahn opened this issue Aug 28, 2018 · 2 comments
Open

almost no sane error checking #34

ObiWahn opened this issue Aug 28, 2018 · 2 comments

Comments

@ObiWahn
Copy link
Contributor

ObiWahn commented Aug 28, 2018

in many places commands; are; just; chained without any $status checking. So we should rather make sure that; and everything; and works; or do_error_handling

@ObiWahn
Copy link
Contributor Author

ObiWahn commented Aug 28, 2018

I hope everybody understands the problem and that new code will do proper handling. Up to now oskar was small and used bu a smaller group of people. As we make it our main system not only for testing but for releasing as well we should get this right. Otherwise we will run soon in the same problems that we had with the old system.

@ObiWahn
Copy link
Contributor Author

ObiWahn commented Sep 10, 2018

Set cache size limit to 30.0 GB

cmake -DTARGET_ARCHITECTURE=nehalem -DCMAKE_BUILD_TYPE=RelWithDebInfo `-DCMAKE_CXX_COMPILER=/usr/lib/ccache/bin/g++ -DCMAKE_C_COMPILER=/usr/lib/ccache/bin/gcc -DUSE_MAINTAINER_MODE=Off -DUSE_ENTERPRISE=On -DUSE_JEMALLOC=On -DCMAKE_INSTALL_PREFIX=/ -DSTATIC_EXECUTABLES=On -DCMAKE_EXE_LINKER_FLAGS=-Wl,--build-id -no-pie ..                        
cmake output in work/cmakeArangoDB.log
Running make for static build, output in work/buildArangoDB.log
/scripts/downloadStarter.fish (line 13): Array index out of bounds
if test "$argv[2]" = ""
               ^

There is no error messages that would tell me what to do. I thought even support or marketing is supposed to use oskar at some point in the future. If we further schmutz like this it will never happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant