|
From: Sagar S. <sag...@gm...> - 2012-12-28 08:43:07
|
Hello, I am installing valgrind 2.2.0, for a project, on ubuntu 10.04 using http://stackoverflow.com/questions/10518734/valgrind-doesnt-accept-newest-version-of-glibc link. During make I am getting following error. vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of type ‘char *’ vg_libpthread.c:3292: warning: pointer targets in passing argument 4 of ‘my_assert_fail’ differ in signedness vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of type ‘const char *’ /tmp/ccGHnzp9.s: Assembler messages: /tmp/ccGHnzp9.s:2463: Error: symbol `__longjmp_chk' is already defined make[4]: *** [vg_libpthread.o] Error 1 make[3]: *** [install-recursive] Error 1 make[2]: *** [install] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install] Error 2 I am not getting what the problem is. /tmp/ccGHnzp9.s doesnt exist. Please help. |
|
From: Julian S. <js...@ac...> - 2012-12-28 10:41:20
|
2.2.0 is ancient. Try the latest stable (3.8.1) J On Friday, December 28, 2012, Sagar Shah wrote: > Hello, > I am installing valgrind 2.2.0, for a project, on ubuntu 10.04 using > http://stackoverflow.com/questions/10518734/valgrind-doesnt-accept-newest-v > ersion-of-glibc link. During make I am getting following error. > > vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of > type ‘char *’ > vg_libpthread.c:3292: warning: pointer targets in passing argument 4 > of ‘my_assert_fail’ differ in signedness > vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of > type ‘const char *’ > /tmp/ccGHnzp9.s: Assembler messages: > /tmp/ccGHnzp9.s:2463: Error: symbol `__longjmp_chk' is already defined > make[4]: *** [vg_libpthread.o] Error 1 > make[3]: *** [install-recursive] Error 1 > make[2]: *** [install] Error 2 > make[1]: *** [install-recursive] Error 1 > make: *** [install] Error 2 > > I am not getting what the problem is. /tmp/ccGHnzp9.s doesnt exist. Please > help. > > --------------------------------------------------------------------------- > --- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |
|
From: Sagar S. <sag...@gm...> - 2012-12-28 10:48:01
|
On Fri, Dec 28, 2012 at 4:11 PM, Julian Seward <js...@ac...> wrote: > > 2.2.0 is ancient. Try the latest stable (3.8.1) > > J But i need to use 2.2.0 for project work. My project requires a modified version which is available with 2.2.0 only > > > On Friday, December 28, 2012, Sagar Shah wrote: >> Hello, >> I am installing valgrind 2.2.0, for a project, on ubuntu 10.04 using >> http://stackoverflow.com/questions/10518734/valgrind-doesnt-accept-newest-v >> ersion-of-glibc link. During make I am getting following error. >> >> vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of >> type ‘char *’ >> vg_libpthread.c:3292: warning: pointer targets in passing argument 4 >> of ‘my_assert_fail’ differ in signedness >> vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of >> type ‘const char *’ >> /tmp/ccGHnzp9.s: Assembler messages: >> /tmp/ccGHnzp9.s:2463: Error: symbol `__longjmp_chk' is already defined >> make[4]: *** [vg_libpthread.o] Error 1 >> make[3]: *** [install-recursive] Error 1 >> make[2]: *** [install] Error 2 >> make[1]: *** [install-recursive] Error 1 >> make: *** [install] Error 2 >> >> I am not getting what the problem is. /tmp/ccGHnzp9.s doesnt exist. Please >> help. >> >> --------------------------------------------------------------------------- >> --- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and >> much more. Get web development skills now with LearnDevNow - >> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. >> SALE $99.99 this month only -- learn more at: >> http://p.sf.net/sfu/learnmore_122812 >> _______________________________________________ >> Valgrind-users mailing list >> Val...@li... >> https://lists.sourceforge.net/lists/listinfo/valgrind-users > |
|
From: Julian S. <js...@ac...> - 2012-12-28 10:54:58
|
Well, maybe your least-worst option is to run 2.2.0 on an old Linux distro that 2.2.0 was known to work on. For sure 2.2.0 is not going to work on any recent distro. J On Friday, December 28, 2012, Sagar Shah wrote: > On Fri, Dec 28, 2012 at 4:11 PM, Julian Seward <js...@ac...> wrote: > > 2.2.0 is ancient. Try the latest stable (3.8.1) > > > > J > > But i need to use 2.2.0 for project work. My project requires a > modified version which is available with 2.2.0 only > > > On Friday, December 28, 2012, Sagar Shah wrote: > >> Hello, > >> I am installing valgrind 2.2.0, for a project, on ubuntu 10.04 using > >> http://stackoverflow.com/questions/10518734/valgrind-doesnt-accept-newes > >> t-v ersion-of-glibc link. During make I am getting following error. > >> > >> vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of > >> type ‘char *’ > >> vg_libpthread.c:3292: warning: pointer targets in passing argument 4 > >> of ‘my_assert_fail’ differ in signedness > >> vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of > >> type ‘const char *’ > >> /tmp/ccGHnzp9.s: Assembler messages: > >> /tmp/ccGHnzp9.s:2463: Error: symbol `__longjmp_chk' is already defined > >> make[4]: *** [vg_libpthread.o] Error 1 > >> make[3]: *** [install-recursive] Error 1 > >> make[2]: *** [install] Error 2 > >> make[1]: *** [install-recursive] Error 1 > >> make: *** [install] Error 2 > >> > >> I am not getting what the problem is. /tmp/ccGHnzp9.s doesnt exist. > >> Please help. > >> > >> ------------------------------------------------------------------------ > >> --- --- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > >> much more. Get web development skills now with LearnDevNow - > >> 350+ hours of step-by-step video tutorials by Microsoft MVPs and > >> experts. SALE $99.99 this month only -- learn more at: > >> http://p.sf.net/sfu/learnmore_122812 > >> _______________________________________________ > >> Valgrind-users mailing list > >> Val...@li... > >> https://lists.sourceforge.net/lists/listinfo/valgrind-users > > --------------------------------------------------------------------------- > --- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |
|
From: Philippe W. <phi...@sk...> - 2012-12-28 22:07:52
|
> On Friday, December 28, 2012, Sagar Shah wrote: >> On Fri, Dec 28, 2012 at 4:11 PM, Julian Seward <js...@ac...> wrote: >> > 2.2.0 is ancient. Try the latest stable (3.8.1) >> > >> > J >> >> But i need to use 2.2.0 for project work. My project requires a >> modified version which is available with 2.2.0 only Maybe the modifications are not too difficult to port to 3.8.1 ? Philippe |
|
From: Sagar S. <sag...@gm...> - 2012-12-28 11:22:25
|
On Fri, Dec 28, 2012 at 4:24 PM, Julian Seward <js...@ac...> wrote: > > Well, maybe your least-worst option is to run 2.2.0 on an old Linux distro > that 2.2.0 was known to work on. For sure 2.2.0 is not going to work on > any recent distro. > > J Old linux on which 2.2.0 used to run have no mirror. I tried many flavours. But no success. > > On Friday, December 28, 2012, Sagar Shah wrote: >> On Fri, Dec 28, 2012 at 4:11 PM, Julian Seward <js...@ac...> wrote: >> > 2.2.0 is ancient. Try the latest stable (3.8.1) >> > >> > J >> >> But i need to use 2.2.0 for project work. My project requires a >> modified version which is available with 2.2.0 only >> >> > On Friday, December 28, 2012, Sagar Shah wrote: >> >> Hello, >> >> I am installing valgrind 2.2.0, for a project, on ubuntu 10.04 using >> >> http://stackoverflow.com/questions/10518734/valgrind-doesnt-accept-newes >> >> t-v ersion-of-glibc link. During make I am getting following error. >> >> >> >> vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of >> >> type ‘char *’ >> >> vg_libpthread.c:3292: warning: pointer targets in passing argument 4 >> >> of ‘my_assert_fail’ differ in signedness >> >> vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of >> >> type ‘const char *’ >> >> /tmp/ccGHnzp9.s: Assembler messages: >> >> /tmp/ccGHnzp9.s:2463: Error: symbol `__longjmp_chk' is already defined >> >> make[4]: *** [vg_libpthread.o] Error 1 >> >> make[3]: *** [install-recursive] Error 1 >> >> make[2]: *** [install] Error 2 >> >> make[1]: *** [install-recursive] Error 1 >> >> make: *** [install] Error 2 >> >> >> >> I am not getting what the problem is. /tmp/ccGHnzp9.s doesnt exist. >> >> Please help. >> >> >> >> ------------------------------------------------------------------------ >> >> --- --- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and >> >> much more. Get web development skills now with LearnDevNow - >> >> 350+ hours of step-by-step video tutorials by Microsoft MVPs and >> >> experts. SALE $99.99 this month only -- learn more at: >> >> http://p.sf.net/sfu/learnmore_122812 >> >> _______________________________________________ >> >> Valgrind-users mailing list >> >> Val...@li... >> >> https://lists.sourceforge.net/lists/listinfo/valgrind-users >> >> --------------------------------------------------------------------------- >> --- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and >> much more. Get web development skills now with LearnDevNow - >> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. >> SALE $99.99 this month only -- learn more at: >> http://p.sf.net/sfu/learnmore_122812 >> _______________________________________________ >> Valgrind-users mailing list >> Val...@li... >> https://lists.sourceforge.net/lists/listinfo/valgrind-users > |
|
From: Wan M. F. W. I. <wan...@mc...> - 2012-12-28 12:55:03
|
Which old Linux distro is this? If it's Ubuntu, afaik, you can download the old iso's on their website. On Fri, Dec 28, 2012 at 12:22 PM, Sagar Shah <sag...@gm...> wrote: > On Fri, Dec 28, 2012 at 4:24 PM, Julian Seward <js...@ac...> wrote: > > > > Well, maybe your least-worst option is to run 2.2.0 on an old Linux > distro > > that 2.2.0 was known to work on. For sure 2.2.0 is not going to work on > > any recent distro. > > > > J > Old linux on which 2.2.0 used to run have no mirror. I tried many > flavours. But no success. > > > > On Friday, December 28, 2012, Sagar Shah wrote: > >> On Fri, Dec 28, 2012 at 4:11 PM, Julian Seward <js...@ac...> wrote: > >> > 2.2.0 is ancient. Try the latest stable (3.8.1) > >> > > >> > J > >> > >> But i need to use 2.2.0 for project work. My project requires a > >> modified version which is available with 2.2.0 only > >> > >> > On Friday, December 28, 2012, Sagar Shah wrote: > >> >> Hello, > >> >> I am installing valgrind 2.2.0, for a project, on ubuntu 10.04 using > >> >> > http://stackoverflow.com/questions/10518734/valgrind-doesnt-accept-newes > >> >> t-v ersion-of-glibc link. During make I am getting following error. > >> >> > >> >> vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of > >> >> type ‘char *’ > >> >> vg_libpthread.c:3292: warning: pointer targets in passing argument 4 > >> >> of ‘my_assert_fail’ differ in signedness > >> >> vg_libpthread.c:314: note: expected ‘const Char *’ but argument is of > >> >> type ‘const char *’ > >> >> /tmp/ccGHnzp9.s: Assembler messages: > >> >> /tmp/ccGHnzp9.s:2463: Error: symbol `__longjmp_chk' is already > defined > >> >> make[4]: *** [vg_libpthread.o] Error 1 > >> >> make[3]: *** [install-recursive] Error 1 > >> >> make[2]: *** [install] Error 2 > >> >> make[1]: *** [install-recursive] Error 1 > >> >> make: *** [install] Error 2 > >> >> > >> >> I am not getting what the problem is. /tmp/ccGHnzp9.s doesnt exist. > >> >> Please help. > >> >> > >> >> > ------------------------------------------------------------------------ > >> >> --- --- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web > API and > >> >> much more. Get web development skills now with LearnDevNow - > >> >> 350+ hours of step-by-step video tutorials by Microsoft MVPs and > >> >> experts. SALE $99.99 this month only -- learn more at: > >> >> http://p.sf.net/sfu/learnmore_122812 > >> >> _______________________________________________ > >> >> Valgrind-users mailing list > >> >> Val...@li... > >> >> https://lists.sourceforge.net/lists/listinfo/valgrind-users > >> > >> > --------------------------------------------------------------------------- > >> --- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > >> much more. Get web development skills now with LearnDevNow - > >> 350+ hours of step-by-step video tutorials by Microsoft MVPs and > experts. > >> SALE $99.99 this month only -- learn more at: > >> http://p.sf.net/sfu/learnmore_122812 > >> _______________________________________________ > >> Valgrind-users mailing list > >> Val...@li... > >> https://lists.sourceforge.net/lists/listinfo/valgrind-users > > > > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > -- Wan Mohd Fairuz WAN ISMAIL OMAP System Multimedia Integration Team Texas Instrument France +33 (0)4 93 22 20 16 +33 (0)6 43 46 13 39 |
|
From: Sagar S. <sag...@gm...> - 2012-12-28 15:51:02
|
On Fri, Dec 28, 2012 at 5:56 PM, Wan Mohd Fairuz Wan Ismail <wan...@mc...> wrote: > Which old Linux distro is this? If it's Ubuntu, afaik, you can download the > old iso's on their website. > old iso are available but mirror to update the os are not available. os do not have preintalled gcc(many other needed software) and installing without mirror is difficult. I have tried cent os 4 and ubuntu 5.10 but in vain. > > On Fri, Dec 28, 2012 at 12:22 PM, Sagar Shah <sag...@gm...> wrote: >> >> On Fri, Dec 28, 2012 at 4:24 PM, Julian Seward <js...@ac...> wrote: >> > >> > Well, maybe your least-worst option is to run 2.2.0 on an old Linux >> > distro >> > that 2.2.0 was known to work on. For sure 2.2.0 is not going to work on >> > any recent distro. >> > >> > J >> Old linux on which 2.2.0 used to run have no mirror. I tried many >> flavours. But no success. >> > >> > On Friday, December 28, 2012, Sagar Shah wrote: >> >> On Fri, Dec 28, 2012 at 4:11 PM, Julian Seward <js...@ac...> wrote: >> >> > 2.2.0 is ancient. Try the latest stable (3.8.1) >> >> > >> >> > J >> >> >> >> But i need to use 2.2.0 for project work. My project requires a >> >> modified version which is available with 2.2.0 only >> >> >> >> > On Friday, December 28, 2012, Sagar Shah wrote: >> >> >> Hello, >> >> >> I am installing valgrind 2.2.0, for a project, on ubuntu 10.04 using >> >> >> >> >> >> http://stackoverflow.com/questions/10518734/valgrind-doesnt-accept-newes >> >> >> t-v ersion-of-glibc link. During make I am getting following error. >> >> >> >> >> >> vg_libpthread.c:314: note: expected ‘const Char *’ but argument is >> >> >> of >> >> >> type ‘char *’ >> >> >> vg_libpthread.c:3292: warning: pointer targets in passing argument 4 >> >> >> of ‘my_assert_fail’ differ in signedness >> >> >> vg_libpthread.c:314: note: expected ‘const Char *’ but argument is >> >> >> of >> >> >> type ‘const char *’ >> >> >> /tmp/ccGHnzp9.s: Assembler messages: >> >> >> /tmp/ccGHnzp9.s:2463: Error: symbol `__longjmp_chk' is already >> >> >> defined >> >> >> make[4]: *** [vg_libpthread.o] Error 1 >> >> >> make[3]: *** [install-recursive] Error 1 >> >> >> make[2]: *** [install] Error 2 >> >> >> make[1]: *** [install-recursive] Error 1 >> >> >> make: *** [install] Error 2 >> >> >> >> >> >> I am not getting what the problem is. /tmp/ccGHnzp9.s doesnt exist. >> >> >> Please help. >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------ >> >> >> --- --- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API >> >> >> and >> >> >> much more. Get web development skills now with LearnDevNow - >> >> >> 350+ hours of step-by-step video tutorials by Microsoft MVPs and >> >> >> experts. SALE $99.99 this month only -- learn more at: >> >> >> http://p.sf.net/sfu/learnmore_122812 >> >> >> _______________________________________________ >> >> >> Valgrind-users mailing list >> >> >> Val...@li... >> >> >> https://lists.sourceforge.net/lists/listinfo/valgrind-users >> >> >> >> >> >> --------------------------------------------------------------------------- >> >> --- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and >> >> much more. Get web development skills now with LearnDevNow - >> >> 350+ hours of step-by-step video tutorials by Microsoft MVPs and >> >> experts. >> >> SALE $99.99 this month only -- learn more at: >> >> http://p.sf.net/sfu/learnmore_122812 >> >> _______________________________________________ >> >> Valgrind-users mailing list >> >> Val...@li... >> >> https://lists.sourceforge.net/lists/listinfo/valgrind-users >> > >> >> >> ------------------------------------------------------------------------------ >> >> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and >> much more. Get web development skills now with LearnDevNow - >> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. >> SALE $99.99 this month only -- learn more at: >> http://p.sf.net/sfu/learnmore_122812 >> _______________________________________________ >> Valgrind-users mailing list >> Val...@li... >> https://lists.sourceforge.net/lists/listinfo/valgrind-users > > > > > -- > Wan Mohd Fairuz WAN ISMAIL > OMAP System Multimedia Integration Team > Texas Instrument France > +33 (0)4 93 22 20 16 > +33 (0)6 43 46 13 39 |
|
From: Oliver G. <ol...@gm...> - 2012-12-29 13:41:20
|
Am 28.12.2012 16:50, schrieb Sagar Shah: > On Fri, Dec 28, 2012 at 5:56 PM, Wan Mohd Fairuz Wan Ismail > <wan...@mc...> wrote: >> Which old Linux distro is this? If it's Ubuntu, afaik, you can download the >> old iso's on their website. >> > old iso are available but mirror to update the os are not available. > os do not have preintalled gcc(many other needed software) and > installing without mirror is difficult. I have tried cent os 4 and > ubuntu 5.10 but in vain. AFAIK packages for old Ubuntu releases are still available at http://archive.ubuntu.com/ (or maybe http://old-releases.ubuntu.com/). I have these lines in /etc/apt/sources.list on an old Ubuntu Jaunty (9.04) system: deb http://de.archive.ubuntu.com/ubuntu/ jaunty main restricted deb http://de.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted At least this allows to install software using the normal package manager. Regards, Oliver |
|
From: Sagar S. <sag...@gm...> - 2012-12-31 05:16:06
|
On Sat, Dec 29, 2012 at 7:11 PM, Oliver Gerlich <ol...@gm...> wrote: > Ubuntu Jaunty (9.04) Jaunty doesnt contain glibc 2.3. Mirror of ubuntu newer than 8.10 are available but not older. |