Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#830 closed Defect (fixed)

MAC BOINC libraries fail to build

Reported by: tstrunk Owned by: charlief
Priority: Trivial Milestone: Undetermined
Component: BOINC - API Version:
Keywords: mac build Cc: 16716

Description

buildcurl.sh was not completely updated to c-ares 1.60 and doesn't build automatically anymore.
buildcurl.sh:88-89

cd ../c-ares-1.5.3
sudo make install

should point to c-ares-1.6.0, also sudo is not needed and should therefore be avoided here.
Same in buildcurl.sh:202

sudo rm -Rf /tmp/installed-c-ares/

Change History (5)

comment:1 Changed 15 years ago by Ageless

Owner: changed from Bruce Allen to charlief

comment:2 in reply to:  description Changed 15 years ago by charlief

Resolution: fixed
Status: newclosed

Replying to tstrunk:

buildcurl.sh was not completely updated to c-ares 1.60 and doesn't build automatically anymore.
buildcurl.sh:88-89

cd ../c-ares-1.5.3
sudo make install

should point to c-ares-1.6.0, also sudo is not needed and should therefore be avoided here.
Same in buildcurl.sh:202

sudo rm -Rf /tmp/installed-c-ares/

Thank you for bringing this to my attention. Fixed for 6.6.2.

comment:3 Changed 15 years ago by charlief

(In [16964]) Mac client: fix bug in build script so that curl-7.19.2 actually does build with c-ares 1.6.0. Fixes #830.

comment:4 Changed 15 years ago by charlief

(In [16965]) Mac client: fix bug in build script so that curl-7.19.2 actually does build with c-ares 1.6.0. Fixes #830.

comment:5 Changed 15 years ago by charlief

(In [16966]) Mac client: fix bug in build script so that curl-7.19.2 actually does build with c-ares 1.6.0. Fixes #830.

Note: See TracTickets for help on using tickets.