Giter VIP home page Giter VIP logo

Comments (8)

bcran avatar bcran commented on July 23, 2024 1

I've tested this on Ubuntu 20.04 and the build now succeeds.

from arm-enterprise-acs.

XiaowenHu96 avatar XiaowenHu96 commented on July 23, 2024 1

@shravan56
I applied the patch under bison-3.0.4/lib

from arm-enterprise-acs.

divinity76 avatar divinity76 commented on July 23, 2024 1

@shravan56 basically

wget 'http://ftp.gnu.org/gnu/bison/bison-2.7.tar.xz'
tar xfv bison-2.7.tar.xz
cd bison-2.7
wget 'https://raw.githubusercontent.com/rdslw/openwrt/e5d47f32131849a69a9267de51a30d6be1f0d0ac/tools/bison/patches/110-glibc-change-work-around.patch' -O- \
 | git apply -
mkdir -pv [bison_bin_dir]
./configure --prefix=[bison_bin_dir]
make -j $(nproc)
make install

from arm-enterprise-acs.

edhay avatar edhay commented on July 23, 2024

Solution verification is in progress.
The fix will be incorporated in the upcoming Enterprise ACS v3.0

from arm-enterprise-acs.

edhay avatar edhay commented on July 23, 2024

Closing this issue as per confirmation from @bcran.

from arm-enterprise-acs.

shravan56 avatar shravan56 commented on July 23, 2024

I've tested this on Ubuntu 20.04 and the build now succeeds.

Can u please explain how u applied this patch after download?
(patch: https://github.com/rdslw/openwrt/blob/e5d47f32131849a69a9267de51a30d6be1f0d0ac/tools/bison/patches/110-glibc-change-work-around.patch)

from arm-enterprise-acs.

bcran avatar bcran commented on July 23, 2024

I'm not sure I did. I just ran the build and it worked.

from arm-enterprise-acs.

shravan56 avatar shravan56 commented on July 23, 2024

Same cause as the m4 issue, build fails with:

| ../bison-3.0.4/lib/fseterr.c: In function 'fseterr':
| ../bison-3.0.4/lib/fseterr.c:77:3: error: #error "Please port gnulib fseterr.c to your platform! Look at the definitions of ferror and clearerr on your system, then report this to bug-gnulib."
|   #error "Please port gnulib fseterr.c to your platform! Look at the definitions of ferror and clearerr on your system, then report this to bug-gnulib."
|    ^~~~~

A seemingly functional fix can be found at https://github.com/rdslw/openwrt/blob/e5d47f32131849a69a9267de51a30d6be1f0d0ac/tools/bison/patches/110-glibc-change-work-around.patch

Can u please explain how u applied this patch after download?

from arm-enterprise-acs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.