Libelektra: Jenkins: MinGW Build Fails

Created on 17 Apr 2018  ·  3Comments  ·  Source: ElektraInitiative/libelektra

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
bug build

All 3 comments

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

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

Thank you for reporting and fixing this!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

darddan picture darddan  ·  4Comments

dominicjaeger picture dominicjaeger  ·  3Comments

sanssecours picture sanssecours  ·  4Comments

e1528532 picture e1528532  ·  4Comments

markus2330 picture markus2330  ·  3Comments