-
Notifications
You must be signed in to change notification settings - Fork 28
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
FWTS patch application failure while building BBR FWTS #73
Comments
I can reproduce this issue with WSL on a x86 system
|
Hello @sunnywang-arm, Can you please check with latest bbr-acs code if the SBBR/EBBR working fine on WSL environment, the issue seems to be due to autoconf tool dependency not met in build enviroment. Thanks, |
@chetan-rathore it somehow doesn't work and I still need to manually install the the autoconf. After installing autoconf, I ran into another build error
|
Hi @sunnywang-arm, It could be due to some missing dependencies in WSL system. Thanks, |
|
Hello @sunnywang-arm, We tried to build bbr on a ubuntu 22.04.3 machine and it builds successfully at our end. I think the failure at your end could be due to some system specific environment dependency. Thanks, |
Thanks, @chetan-rathore I'm fine with closing the issue now as it works on my WSL after I re-do everything (clone the bbr-acs source code and re-run all the commands mentioned in readme again). @edhay do you want to give the latest bbr-acs a try on your side? |
Thanks @sunnywang-arm for the confirmation. @edhay Please let us know if bbr acs build works at your side also and the ticket can be closed. |
Hi @chetan-rathore , Tried the build on the latest code. I am still getting the same error: |
Hi @edhay, Can you share the OS version details of the machine on which you are building. Thanks, |
Details shared by email. |
Hi @edhay, The error on the terminal is due to patch command -R (reverse) failure when applied to file where patch is already not applied. Thanks, |
Patch application failure warnings when building FWTS through build_sbbr.sh
HEAD is now at f09402bb lib: fwts_version.h - update to V23.01.00
/BBR-BUILD/bbr-acs/sbbr/scripts/BBR-BUILD/bbr-acs/sbbr/scripts$ ./build-scripts/build_sbbr.shedhcha01@a074700:
~/BBR-BUILD/bbr-acs/sbbr/scripts ~/BBR-BUILD/bbr-acs/sbbr/scripts
~/BBR-BUILD/bbr-acs/sbbr/scripts
~/BBR-BUILD/bbr-acs/sbbr/scripts/fwts ~/BBR-BUILD/bbr-acs/sbbr/scripts
~/BBR-BUILD/bbr-acs/sbbr/scripts
~/BBR-BUILD/bbr-acs/sbbr/scripts/fwts ~/BBR-BUILD/bbr-acs/sbbr/scripts
/home/edhcha01/BBR-BUILD/bbr-acs/sbbr/scripts/../..
2 out of 2 hunks FAILED
Applying FWTS Patch ...
patching file src/lib/src/fwts_framework.c
1 out of 1 hunk FAILED
1 out of 1 hunk FAILED
The same issue may exist in build_ebbr.sh too.
Also please check if the same issue exists when building FWTS in SystemReady ACS.
The text was updated successfully, but these errors were encountered: