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

Jenkins: MinGW Build Fails #1922

Closed
sanssecours opened this issue Apr 17, 2018 · 3 comments
Closed

Jenkins: MinGW Build Fails #1922

sanssecours opened this issue Apr 17, 2018 · 3 comments
Assignees
Milestone

Comments

@sanssecours
Copy link
Member

Steps to Reproduce the Problem

Execute the build job elektra-gcc-configure-mingw-w64 on Jenkins.

Expected Result

The build job succeeds.

Actual Result

The build job fails printing the following error message:

it looks like multiarch needs to be enabled.  as root, please
execute "dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32"
wine: chdir to /home/jenkins/workspace/workspace/.wine
 : No such file or directory
src/error/CMakeFiles/kdberrors_generated.dir/build.make:52: recipe for target 'src/include/kdberrors.h' failed

.

System Information

  • Elektra Version: master
@sanssecours sanssecours added this to the 0.8.23 milestone Apr 17, 2018
@ingwinlu
Copy link
Contributor

My bad I moved the workingdir yesterday, did not expect to have relative references in the build job.

@ingwinlu ingwinlu self-assigned this Apr 17, 2018
@ingwinlu
Copy link
Contributor

Error: wine: chdir to /home/jenkins/workspace/workspace/.wine
Solution changing WINEPREFIX relative to $HOME and making sure the directory exists before the build:

export WINEPREFIX=$HOME/workspace/.wine
mkdir -p $WINEPREFIX

ping #160

@markus2330
Copy link
Contributor

Thank you for reporting and fixing this!

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

3 participants