[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 1.7.0-alpha1 tarballs up for testing/signing

From: Senthil Kumaran S <stylesen_at_gmail.com>
Date: Sun, 5 Jun 2011 21:45:43 +0530

On Sun, Jun 5, 2011 at 9:28 PM, Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:
> I have:
> * Debian stable
> * libc6-dev 2.11.2-10
> * /usr/lib/crti.o is reported (dpkg -S) to be owned by libc6-dev

I could see the above file,

<snip>
$ ls /usr/lib/crti.o -alh
-rw-r--r-- 1 root root 1012 Jan 24 05:40 /usr/lib/crti.o
</snip>

But for some reason 'make javahl' complains. I even tried uninstalling
'libc6-dev' and reinstalling it again.

When I do 'make javahl' it searches the files in the following directories:

<snip>
g++: /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crti.o: No such
file or directory
g++: /usr/lib/gcc/i486-linux-gnu/4.3.2/crtbeginS.o: No such file or directory
g++: /usr/lib/gcc/i486-linux-gnu/4.3.2/crtendS.o: No such file or directory
g++: /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crtn.o: No such
file or directory
</snip>

My 'uname -a' reports as 'i686', am not sure whether that could cause
this failure. Just in case if this will ring a bell for someone, this
debian box came from continuous upgrade right from 'etch'.

Thank You.

-- 
Senthil Kumaran S
http://www.stylesen.org/
http://www.sasenthilkumaran.com/
Received on 2011-06-05 18:16:14 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.