Csound Csound-dev Csound-tekno Search About

[Csnd] bad build of Cs6 on Ubuntu

Date2014-08-17 06:47
Fromadam
Subject[Csnd] bad build of Cs6 on Ubuntu
On a fresh installation of Ubuntu 12.04., following the 
Debian/Ubuntu 'Building Csound 6' here, 
https://github.com/csound/csound/blob/develop/BUILD.md

all works quite smoothly, steps 1-3 then steps 1-10, and this 
build process completes without fatal error. 
 
  $ ll /usr/local/bin/csound 
  -rwxr-xr-x 1 root root 19334 Aug 16 23:20 /usr/local/bin/csound* 

However running csound from the terminal prompt, results in, 
  $ csound
  Illegal instruction (core dumped)

If I am to 'back out' from here (in order to try again), I guess 
I will have to do something like this; 

9. sudo make uninstall 
8. sudo make clean 
4. git update

Can someone advise me how to un-install this failed build, and 
how I should 'make clean' at Step 7 and/or Step 8 ? 




Date2014-08-17 09:47
FromVictor Lazzarini
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
That sounds like you might have some left overs from a previous build, as there have a lot of changes in the code recently. Try to remove all csound stuff (libraries, opcodes) before you
build. That message is exactly what I get when this happens.

========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 17 Aug 2014, at 06:47, adam  wrote:

> On a fresh installation of Ubuntu 12.04., following the 
> Debian/Ubuntu 'Building Csound 6' here, 
> https://github.com/csound/csound/blob/develop/BUILD.md
> 
> all works quite smoothly, steps 1-3 then steps 1-10, and this 
> build process completes without fatal error. 
> 
>  $ ll /usr/local/bin/csound 
>  -rwxr-xr-x 1 root root 19334 Aug 16 23:20 /usr/local/bin/csound* 
> 
> However running csound from the terminal prompt, results in, 
>  $ csound
>  Illegal instruction (core dumped)
> 
> If I am to 'back out' from here (in order to try again), I guess 
> I will have to do something like this; 
> 
> 9. sudo make uninstall 
> 8. sudo make clean 
> 4. git update
> 
> Can someone advise me how to un-install this failed build, and 
> how I should 'make clean' at Step 7 and/or Step 8 ? 
> 
> 
> 
> 
> 
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 



Date2014-08-17 20:52
Fromadam
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
This morning I installed Xubuntu 14.04 on a spare drive, 
loaded a mail reader and internet browser, and then took 
the Cs6 build from the top.

Numerous warnings, and the build completed without error 
and could be installed. 

Sadly for me, a similar error when executing $ csound 

$ csound
Illegal instruction (core dumped)

The executable can be seen here, 
$ ll /usr/local/bin/csound 
-rwxr-xr-x 1 root root 19704 Aug 18 07:13 /usr/local/bin/csound*

While I am sure it could be something I am doing wrong, 
I would be happy to try any options, alternatives or debugs in 
an effort to get this working. 




Date2014-08-17 21:39
FromVictor Lazzarini
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
Ok, first let’s see what you've built:

1) does this build include support for: alsa, portaudio, portmidi, jack, fluidsynth, OSC, FLTK?

2) if so, can you first build Csound with no support for anything but soundfile output.
This would require only libsndfile.


========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 17 Aug 2014, at 20:52, adam  wrote:

> This morning I installed Xubuntu 14.04 on a spare drive, 
> loaded a mail reader and internet browser, and then took 
> the Cs6 build from the top.
> 
> Numerous warnings, and the build completed without error 
> and could be installed. 
> 
> Sadly for me, a similar error when executing $ csound 
> 
> $ csound
> Illegal instruction (core dumped)
> 
> The executable can be seen here, 
> $ ll /usr/local/bin/csound 
> -rwxr-xr-x 1 root root 19704 Aug 18 07:13 /usr/local/bin/csound*
> 
> While I am sure it could be something I am doing wrong, 
> I would be happy to try any options, alternatives or debugs in 
> an effort to get this working. 
> 
> 
> 
> 
> 
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 



Date2014-08-18 00:09
FromSteven Yi
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
Hi Adam,

What cpu are you using?  Is this 32-bit or 64-bit linux?

steven

On Sun, Aug 17, 2014 at 3:52 PM, adam  wrote:
> This morning I installed Xubuntu 14.04 on a spare drive,
> loaded a mail reader and internet browser, and then took
> the Cs6 build from the top.
>
> Numerous warnings, and the build completed without error
> and could be installed.
>
> Sadly for me, a similar error when executing $ csound
>
> $ csound
> Illegal instruction (core dumped)
>
> The executable can be seen here,
> $ ll /usr/local/bin/csound
> -rwxr-xr-x 1 root root 19704 Aug 18 07:13 /usr/local/bin/csound*
>
> While I am sure it could be something I am doing wrong,
> I would be happy to try any options, alternatives or debugs in
> an effort to get this working.
>
>
>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-18 01:06
Fromadam
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
gdb output is below. 

Processor is 32-bit AMD. 

VK:  1) does this build include support for: alsa, portaudio, portmidi,
jack, fluidsynth, OSC, FLTK?

I'm not sure, but Yes I think so, (I believe I saw at least alsa,
portaudio, jack, fluidsynth fly past). 

The build instruction set does not invite or tinkering, interrupting or
streaming text/debug/log outputs. I was thrilled it was so simple and
completed. 

VK:  2) if so, can you first build Csound with no support for anything
but soundfile output. This would require only libsndfile.

As above, presently I'm not sure where I'd edit the Build instructions
for this. Yes, I would like to add custom opcode, re-compile with new
git pull, with or without certain support, sometime. 




$ gdb csound
GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from csound...done.
(gdb) run
Starting program: /usr/local/bin/csound 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction.
0xb7e62223 in getTimeResolution ()
from /usr/local/lib/libcsound64.so.6.0
(gdb) where
#0  0xb7e62223 in getTimeResolution ()
from /usr/local/lib/libcsound64.so.6.0
#1  0xb7e5cd5a in csoundInitialize ()
from /usr/local/lib/libcsound64.so.6.0
#2  0xb7e5cde6 in csoundCreate () from /usr/local/lib/libcsound64.so.6.0
#3  0x080490fb in main ()
(gdb) quit
A debugging session is active.

	Inferior 1 [process 2317] will be killed.

Quit anyway? (y or n) y
$ 




Date2014-08-18 01:41
FromVictor Lazzarini
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
Thanks for this. It's crashing right at the initialization, so it would not matter if you have any of the components
I was asking for. I had a look at the getTimeResolution() function and could not see anything in particular that
may cause problems. 

Steven, do you have any ideas?

On 18 Aug 2014, at 01:06, adam wrote:

> gdb output is below. 
> 
> Processor is 32-bit AMD. 
> 
> VK:  1) does this build include support for: alsa, portaudio, portmidi,
> jack, fluidsynth, OSC, FLTK?
> 
> I'm not sure, but Yes I think so, (I believe I saw at least alsa,
> portaudio, jack, fluidsynth fly past). 
> 
> The build instruction set does not invite or tinkering, interrupting or
> streaming text/debug/log outputs. I was thrilled it was so simple and
> completed. 
> 
> VK:  2) if so, can you first build Csound with no support for anything
> but soundfile output. This would require only libsndfile.
> 
> As above, presently I'm not sure where I'd edit the Build instructions
> for this. Yes, I would like to add custom opcode, re-compile with new
> git pull, with or without certain support, sometime. 
> 
> 
> 
> 
> $ gdb csound
> GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
> Copyright (C) 2014 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> 
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show
> copying"
> and "show warranty" for details.
> This GDB was configured as "i686-linux-gnu".
> Type "show configuration" for configuration details.
> For bug reporting instructions, please see:
> .
> Find the GDB manual and other documentation resources online at:
> .
> For help, type "help".
> Type "apropos word" to search for commands related to "word"...
> Reading symbols from csound...done.
> (gdb) run
> Starting program: /usr/local/bin/csound 
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
> 
> Program received signal SIGILL, Illegal instruction.
> 0xb7e62223 in getTimeResolution ()
> from /usr/local/lib/libcsound64.so.6.0
> (gdb) where
> #0  0xb7e62223 in getTimeResolution ()
> from /usr/local/lib/libcsound64.so.6.0
> #1  0xb7e5cd5a in csoundInitialize ()
> from /usr/local/lib/libcsound64.so.6.0
> #2  0xb7e5cde6 in csoundCreate () from /usr/local/lib/libcsound64.so.6.0
> #3  0x080490fb in main ()
> (gdb) quit
> A debugging session is active.
> 
> 	Inferior 1 [process 2317] will be killed.
> 
> Quit anyway? (y or n) y
> $ 
> 
> 
> 
> 
> 
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2014-08-18 01:42
FromVictor Lazzarini
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
Maybe you could copy here your build log.
On 18 Aug 2014, at 01:06, adam wrote:

> gdb output is below. 
> 
> Processor is 32-bit AMD. 
> 
> VK:  1) does this build include support for: alsa, portaudio, portmidi,
> jack, fluidsynth, OSC, FLTK?
> 
> I'm not sure, but Yes I think so, (I believe I saw at least alsa,
> portaudio, jack, fluidsynth fly past). 
> 
> The build instruction set does not invite or tinkering, interrupting or
> streaming text/debug/log outputs. I was thrilled it was so simple and
> completed. 
> 
> VK:  2) if so, can you first build Csound with no support for anything
> but soundfile output. This would require only libsndfile.
> 
> As above, presently I'm not sure where I'd edit the Build instructions
> for this. Yes, I would like to add custom opcode, re-compile with new
> git pull, with or without certain support, sometime. 
> 
> 
> 
> 
> $ gdb csound
> GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
> Copyright (C) 2014 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> 
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show
> copying"
> and "show warranty" for details.
> This GDB was configured as "i686-linux-gnu".
> Type "show configuration" for configuration details.
> For bug reporting instructions, please see:
> .
> Find the GDB manual and other documentation resources online at:
> .
> For help, type "help".
> Type "apropos word" to search for commands related to "word"...
> Reading symbols from csound...done.
> (gdb) run
> Starting program: /usr/local/bin/csound 
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
> 
> Program received signal SIGILL, Illegal instruction.
> 0xb7e62223 in getTimeResolution ()
> from /usr/local/lib/libcsound64.so.6.0
> (gdb) where
> #0  0xb7e62223 in getTimeResolution ()
> from /usr/local/lib/libcsound64.so.6.0
> #1  0xb7e5cd5a in csoundInitialize ()
> from /usr/local/lib/libcsound64.so.6.0
> #2  0xb7e5cde6 in csoundCreate () from /usr/local/lib/libcsound64.so.6.0
> #3  0x080490fb in main ()
> (gdb) quit
> A debugging session is active.
> 
> 	Inferior 1 [process 2317] will be killed.
> 
> Quit anyway? (y or n) y
> $ 
> 
> 
> 
> 
> 
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2014-08-18 01:45
FromSteven Yi
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
One thought is if he's using a Custom.cmake file, it might be using an
architecture setting that is too much for the processor. (The build
instructions do say to copy the Custom.cmake.ex to Custom.cmake...).

Adam: try modifying the Custom.cmake to remove "-mtune=core2" and
instead us "-mtune=native".

On Sun, Aug 17, 2014 at 8:41 PM, Victor Lazzarini
 wrote:
> Thanks for this. It's crashing right at the initialization, so it would not matter if you have any of the components
> I was asking for. I had a look at the getTimeResolution() function and could not see anything in particular that
> may cause problems.
>
> Steven, do you have any ideas?
>
> On 18 Aug 2014, at 01:06, adam wrote:
>
>> gdb output is below.
>>
>> Processor is 32-bit AMD.
>>
>> VK:  1) does this build include support for: alsa, portaudio, portmidi,
>> jack, fluidsynth, OSC, FLTK?
>>
>> I'm not sure, but Yes I think so, (I believe I saw at least alsa,
>> portaudio, jack, fluidsynth fly past).
>>
>> The build instruction set does not invite or tinkering, interrupting or
>> streaming text/debug/log outputs. I was thrilled it was so simple and
>> completed.
>>
>> VK:  2) if so, can you first build Csound with no support for anything
>> but soundfile output. This would require only libsndfile.
>>
>> As above, presently I'm not sure where I'd edit the Build instructions
>> for this. Yes, I would like to add custom opcode, re-compile with new
>> git pull, with or without certain support, sometime.
>>
>>
>>
>>
>> $ gdb csound
>> GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
>> Copyright (C) 2014 Free Software Foundation, Inc.
>> License GPLv3+: GNU GPL version 3 or later
>> 
>> This is free software: you are free to change and redistribute it.
>> There is NO WARRANTY, to the extent permitted by law.  Type "show
>> copying"
>> and "show warranty" for details.
>> This GDB was configured as "i686-linux-gnu".
>> Type "show configuration" for configuration details.
>> For bug reporting instructions, please see:
>> .
>> Find the GDB manual and other documentation resources online at:
>> .
>> For help, type "help".
>> Type "apropos word" to search for commands related to "word"...
>> Reading symbols from csound...done.
>> (gdb) run
>> Starting program: /usr/local/bin/csound
>> [Thread debugging using libthread_db enabled]
>> Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
>>
>> Program received signal SIGILL, Illegal instruction.
>> 0xb7e62223 in getTimeResolution ()
>> from /usr/local/lib/libcsound64.so.6.0
>> (gdb) where
>> #0  0xb7e62223 in getTimeResolution ()
>> from /usr/local/lib/libcsound64.so.6.0
>> #1  0xb7e5cd5a in csoundInitialize ()
>> from /usr/local/lib/libcsound64.so.6.0
>> #2  0xb7e5cde6 in csoundCreate () from /usr/local/lib/libcsound64.so.6.0
>> #3  0x080490fb in main ()
>> (gdb) quit
>> A debugging session is active.
>>
>>       Inferior 1 [process 2317] will be killed.
>>
>> Quit anyway? (y or n) y
>> $
>>
>>
>>
>>
>>
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-18 04:01
Fromadam
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
As per Stephen's suggestion; 

-- Copied Custom.cmake.ex to Custom.cmake

-- Edited Custom.cmake replacing 2 instances of "-mtune=core2" with
"-mtune=native"

$ grep native ~/csound/csound/Cust*.*
/home/ahc/csound/csound/Custom.cmake:set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}
-W -Wall -mtune=native")
/home/ahc/csound/csound/Custom.cmake:#set(CMAKE_C_FLAGS
"${CMAKE_C_FLAGS} -Wall -W -Wno-missing-field-initializers
-Wno-unused-parameter -mtune=native -DJPFF")

-- then repeated the Build Instructions from Step 6 to Step 10.
-- The build completed without error. Install. Ldconfig.   

$ ll /usr/local/bin/csound 
-rwxr-xr-x 1 root root 19704 Aug 18 14:44 /usr/local/bin/csound*

-- a similar error from the executable unfortunately, 

$ csound
Illegal instruction (core dumped)

-- gdb is here, 

(gdb) run
Starting program: /home/ahc/csound/cs6make/csound 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction.
0xb7e7a90d in getTimeResolution ()
from /home/ahc/csound/cs6make/libcsound64.so.6.0
(gdb) where
#0  0xb7e7a90d in getTimeResolution ()
from /home/ahc/csound/cs6make/libcsound64.so.6.0
#1  0xb7e7545c in csoundInitialize ()
from /home/ahc/csound/cs6make/libcsound64.so.6.0
#2  0xb7e754e8 in csoundCreate ()
from /home/ahc/csound/cs6make/libcsound64.so.6.0
#3  0x080490f6 in main ()
(gdb) quit




Date2014-08-18 10:28
FromVictor Lazzarini
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
Can you copy here your build log?

========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 18 Aug 2014, at 04:01, adam  wrote:

> As per Stephen's suggestion; 
> 
> -- Copied Custom.cmake.ex to Custom.cmake
> 
> -- Edited Custom.cmake replacing 2 instances of "-mtune=core2" with
> "-mtune=native"
> 
> $ grep native ~/csound/csound/Cust*.*
> /home/ahc/csound/csound/Custom.cmake:set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}
> -W -Wall -mtune=native")
> /home/ahc/csound/csound/Custom.cmake:#set(CMAKE_C_FLAGS
> "${CMAKE_C_FLAGS} -Wall -W -Wno-missing-field-initializers
> -Wno-unused-parameter -mtune=native -DJPFF")
> 
> -- then repeated the Build Instructions from Step 6 to Step 10.
> -- The build completed without error. Install. Ldconfig.   
> 
> $ ll /usr/local/bin/csound 
> -rwxr-xr-x 1 root root 19704 Aug 18 14:44 /usr/local/bin/csound*
> 
> -- a similar error from the executable unfortunately, 
> 
> $ csound
> Illegal instruction (core dumped)
> 
> -- gdb is here, 
> 
> (gdb) run
> Starting program: /home/ahc/csound/cs6make/csound 
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
> 
> Program received signal SIGILL, Illegal instruction.
> 0xb7e7a90d in getTimeResolution ()
> from /home/ahc/csound/cs6make/libcsound64.so.6.0
> (gdb) where
> #0  0xb7e7a90d in getTimeResolution ()
> from /home/ahc/csound/cs6make/libcsound64.so.6.0
> #1  0xb7e7545c in csoundInitialize ()
> from /home/ahc/csound/cs6make/libcsound64.so.6.0
> #2  0xb7e754e8 in csoundCreate ()
> from /home/ahc/csound/cs6make/libcsound64.so.6.0
> #3  0x080490f6 in main ()
> (gdb) quit
> 
> 
> 
> 
> 
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 



Date2014-08-18 12:01
Fromadam
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
../csound/cs6make/CMakeFiles/CMakeOutput.log

I expect is the one. I've put it up here;  

http://pastebin.com/BcFWCpU9




On Mon, 2014-08-18 at 10:28 +0100, Victor Lazzarini wrote:
> Can you copy here your build log?
> 
> ========================
> Dr Victor Lazzarini
> Senior Lecturer
> NUI Maynooth, Ireland
> victor dot lazzarini at nuim dot ie



Date2014-08-18 12:10
FromVictor Lazzarini
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
Thanks, I’ll take a look. Another suggestion, in the Custom.cmake file:
1) remove -mtune=native completely
2) uncomment this line 

set(CMAKE_BUILD_TYPE "Debug")

3) comment out these lines

include(CheckCCompilerFlag)
check_c_compiler_flag(-ftree-vectorize HAS_TREE_VECTORISE)
if (HAS_TREE_VECTORISE)
    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ftree-vectorize")
endif()

check_c_compiler_flag(-ffast-math HAS_FAST_MATH)
if (HAS_FAST_MATH)
    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ffast-math")
endif()

and try again
========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 18 Aug 2014, at 12:01, adam  wrote:

> 
> ../csound/cs6make/CMakeFiles/CMakeOutput.log
> 
> I expect is the one. I've put it up here;  
> 
> http://pastebin.com/BcFWCpU9
> 
> 
> 
> 
> On Mon, 2014-08-18 at 10:28 +0100, Victor Lazzarini wrote:
>> Can you copy here your build log?
>> 
>> ========================
>> Dr Victor Lazzarini
>> Senior Lecturer
>> NUI Maynooth, Ireland
>> victor dot lazzarini at nuim dot ie
> 
> 
> 
> 
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 



Date2014-08-18 12:23
FromVictor Lazzarini
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
I did not see anything suspicious in the log, but could you also give us the build commands + messages
as they get printed? 

$ make > build.log 2>&1

should do the trick. Then send us build.log.
========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 18 Aug 2014, at 12:01, adam  wrote:

> 
> ../csound/cs6make/CMakeFiles/CMakeOutput.log
> 
> I expect is the one. I've put it up here;  
> 
> http://pastebin.com/BcFWCpU9
> 
> 
> 
> 
> On Mon, 2014-08-18 at 10:28 +0100, Victor Lazzarini wrote:
>> Can you copy here your build log?
>> 
>> ========================
>> Dr Victor Lazzarini
>> Senior Lecturer
>> NUI Maynooth, Ireland
>> victor dot lazzarini at nuim dot ie
> 
> 
> 
> 
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 
> 



Date2014-08-18 17:31
FromSteven Yi
SubjectRe: [Csnd] bad build of Cs6 on Ubuntu
Hi Adam,

Could you try running cmake adding:

-DUSE_COMPILER_OPTIMIZATIONS=0

Then trying another build/run?

steven

On Mon, Aug 18, 2014 at 7:23 AM, Victor Lazzarini
 wrote:
> I did not see anything suspicious in the log, but could you also give us the build commands + messages
> as they get printed?
>
> $ make > build.log 2>&1
>
> should do the trick. Then send us build.log.
> ========================
> Dr Victor Lazzarini
> Senior Lecturer
> NUI Maynooth, Ireland
> victor dot lazzarini at nuim dot ie
>
>
>
>
> On 18 Aug 2014, at 12:01, adam  wrote:
>
>>
>> ../csound/cs6make/CMakeFiles/CMakeOutput.log
>>
>> I expect is the one. I've put it up here;
>>
>> http://pastebin.com/BcFWCpU9
>>
>>
>>
>>
>> On Mon, 2014-08-18 at 10:28 +0100, Victor Lazzarini wrote:
>>> Can you copy here your build log?
>>>
>>> ========================
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> NUI Maynooth, Ireland
>>> victor dot lazzarini at nuim dot ie
>>
>>
>>
>>
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>>
>
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>