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

build fails on AArch64, Fedora 33 #708

Open
LutzWeischerFujitsu opened this issue Apr 13, 2021 · 1 comment
Open

build fails on AArch64, Fedora 33 #708

LutzWeischerFujitsu opened this issue Apr 13, 2021 · 1 comment

Comments

@LutzWeischerFujitsu
Copy link

[jw@cn05 dr-elephant]$ ./compile.sh
...
EFFECTS: allpass band bandpass bandreject bass bend biquad chorus channels compand contrast dcshift deemph delay dither divide+ downsample earwax echo echos equalizer fade fir firfit+ flanger gain highpass hilbert input# ladspa loudness lowpass mcompand noiseprof noisered norm oops output# overdrive pad phaser pitch rate remix repeat reverb reverse riaa silence sinc spectrogram speed splice stat stats stretch swap synth tempo treble tremolo trim upsample vad vol

  • Deprecated effect + Experimental effect # LibSoX-only effect
    EFFECT OPTIONS (effopts): effect dependent; see --help-effect

cd target/universal

  • cd target/universal
    ./compile.sh: line 437: cd: target/universal: No such file or directory
    [jw@cn05 dr-elephant]$
@Mahammadnajaf
Copy link

directory target/universal doesn't exist. The cd command is used to change the current working directory to target/universal, but since that directory doesn't exist, the command fails.

It's possible that there was an error during the build process that prevented the target directory from being created or populated. You can try running ./sbt clean update compile to perform a clean build of the project and see if that resolves the issue.

Alternatively, you can check the build log for any errors that may have occurred during the build process and address them accordingly.

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

No branches or pull requests

2 participants