Csound Csound-dev Csound-tekno Search About

[Cs-dev] Question for Debian experts

Date2013-07-13 11:12
Fromjohn ffitch
Subject[Cs-dev] Question for Debian experts
I am totally failing to build cs6 on my Debian 64bit system.  I have
cmake 2.8.11 built from source (but same with packaged 2.8.8 and .10)

>> -- /home/jpff/csound6
>> LIBRARY INSTALL DIR: lib
>> -- Including Custom.cmake file: /home/jpff/csound6/Custom.cmake
>> -- BUILD_BIN_DIR set to /home/jpff/csound6
>> -- BUILD_LIB_DIR set to /home/jpff/csound6
>> -- BUILD_PLUGINS_DIR set to /home/jpff/csound6
>> -- Check if the system is big endian
>> -- Searching 16 bit integer
>> CMake Error at /usr/share/cmake-2.8/Modules/TestBigEndian.cmake:44
(MESSAGE):
>>   no suitable type found
>> Call Stack (most recent call first):
>>   CMakeLists.txt:336 (TEST_BIG_ENDIAN)
>>
>>
>> -- Configuring incomplete, errors occurred!

The effect seems that it cannot find a definition of 16 bit integer.
I have searched about with no clues.

It did build on my Debian 32bit system which was retired after 10 years
of continuous running in May

Debian version 6.0.7

Any help or insights welcome

==John ffitch

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-13 14:21
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] SOLVED: Question for Debian experts
> I am totally failing to build cs6 on my Debian 64bit system.  I have
> cmake 2.8.11 built from source (but same with packaged 2.8.8 and .10)
>

SeemsI had a duff mtune parameter.  Main trouble was that I did not find
the error log.

==John ff


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-13 17:40
FromFelipe Sateler
SubjectRe: [Cs-dev] Question for Debian experts
Is your gcc, libc, binutils, orany part of the toolchain self compiled too?

On Sat, Jul 13, 2013 at 6:12 AM, john ffitch  wrote:
> I am totally failing to build cs6 on my Debian 64bit system.  I have
> cmake 2.8.11 built from source (but same with packaged 2.8.8 and .10)
>
>>> -- /home/jpff/csound6
>>> LIBRARY INSTALL DIR: lib
>>> -- Including Custom.cmake file: /home/jpff/csound6/Custom.cmake
>>> -- BUILD_BIN_DIR set to /home/jpff/csound6
>>> -- BUILD_LIB_DIR set to /home/jpff/csound6
>>> -- BUILD_PLUGINS_DIR set to /home/jpff/csound6
>>> -- Check if the system is big endian
>>> -- Searching 16 bit integer
>>> CMake Error at /usr/share/cmake-2.8/Modules/TestBigEndian.cmake:44
> (MESSAGE):
>>>   no suitable type found
>>> Call Stack (most recent call first):
>>>   CMakeLists.txt:336 (TEST_BIG_ENDIAN)
>>>
>>>
>>> -- Configuring incomplete, errors occurred!
>
> The effect seems that it cannot find a definition of 16 bit integer.
> I have searched about with no clues.
>
> It did build on my Debian 32bit system which was retired after 10 years
> of continuous running in May
>
> Debian version 6.0.7
>
> Any help or insights welcome
>
> ==John ffitch
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-13 17:42
FromFelipe Sateler
SubjectRe: [Cs-dev] Question for Debian experts
BTW, I'm compiling just fine on debian sid. If I'm lucky I'll get the
cs6 package out today

On Sat, Jul 13, 2013 at 12:40 PM, Felipe Sateler  wrote:
> Is your gcc, libc, binutils, orany part of the toolchain self compiled too?
>
> On Sat, Jul 13, 2013 at 6:12 AM, john ffitch  wrote:
>> I am totally failing to build cs6 on my Debian 64bit system.  I have
>> cmake 2.8.11 built from source (but same with packaged 2.8.8 and .10)
>>
>>>> -- /home/jpff/csound6
>>>> LIBRARY INSTALL DIR: lib
>>>> -- Including Custom.cmake file: /home/jpff/csound6/Custom.cmake
>>>> -- BUILD_BIN_DIR set to /home/jpff/csound6
>>>> -- BUILD_LIB_DIR set to /home/jpff/csound6
>>>> -- BUILD_PLUGINS_DIR set to /home/jpff/csound6
>>>> -- Check if the system is big endian
>>>> -- Searching 16 bit integer
>>>> CMake Error at /usr/share/cmake-2.8/Modules/TestBigEndian.cmake:44
>> (MESSAGE):
>>>>   no suitable type found
>>>> Call Stack (most recent call first):
>>>>   CMakeLists.txt:336 (TEST_BIG_ENDIAN)
>>>>
>>>>
>>>> -- Configuring incomplete, errors occurred!
>>
>> The effect seems that it cannot find a definition of 16 bit integer.
>> I have searched about with no clues.
>>
>> It did build on my Debian 32bit system which was retired after 10 years
>> of continuous running in May
>>
>> Debian version 6.0.7
>>
>> Any help or insights welcome
>>
>> ==John ffitch
>>
>> ------------------------------------------------------------------------------
>> See everything from the browser to the database with AppDynamics
>> Get end-to-end visibility with application monitoring from AppDynamics
>> Isolate bottlenecks and diagnose root cause in seconds.
>> Start your free trial of AppDynamics Pro today!
>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> --
>
> Saludos,
> Felipe Sateler



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net