Clang 3.3 on Debian Wheezy

Tim Schmidt schmidt.tim at me.com
Mon Jun 3 12:36:23 UTC 2013


Hello Sylvestre,

thanks for the quick response. dpkg -S stdarg.h returns the following lines:

  $ sudo dpkg -S stdarg.h
libstdc++6-4.7-dev: /usr/include/c++/4.7/tr1/stdarg.h
gcc-4.7: /usr/lib/gcc/x86_64-linux-gnu/4.7/include/cross-stdarg.h
gcc-4.6: /usr/lib/gcc/x86_64-linux-gnu/4.6/include/stdarg.h
libstdc++6-4.4-dev: /usr/include/c++/4.4/tr1/stdarg.h
gcc-4.7: /usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdarg.h
gcc-4.6: /usr/lib/gcc/x86_64-linux-gnu/4.6/include/cross-stdarg.h
gcc-4.4: /usr/lib/gcc/x86_64-linux-gnu/4.4/include/stdarg.h
gcc-4.4: /usr/lib/gcc/x86_64-linux-gnu/4.4/include/cross-stdarg.h
libstdc++6-4.6-dev: /usr/include/c++/4.6/tr1/stdarg.h


Cheers!

Tim

On 06/03/2013 12:54 PM, Sylvestre Ledru wrote:
>>   trying to overwrite '/usr/lib/x86_64-linux-gnu/liblldb.so.1', which is
>> also in package lldb-3.3 1:3.3~svn181334-1~exp1
> Remove lldb-3.3.
> I updated the package to make sure it does not happen again.
> This will be taken in account in a future rebuild.
>
>> Afterwards, I tried to compile a simple program and received the
>> following error:
>>
>> clang++ main.cpp
>> In file included from main.cpp:1:
>> In file included from
>> /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/iostream:40:
>> In file included from
>> /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/ostream:40:
>> In file included from
>> /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/ios:39:
>> In file included from
>> /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/iosfwd:42:
>> In file included from
>> /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/bits/postypes.h:42:
>> In file included from
>> /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/cwchar:46:
>> /usr/include/wchar.h:40:11: fatal error: 'stdarg.h' file not found
>> # include<stdarg.h>
>>            ^
>> 1 error generated.
> what does
> dpkg -S stdarg.h
> return ?
>
>
> S
>




More information about the Pkg-llvm-team mailing list