miniAudicle-0.1.3.4 failed to build on Gentoo Linux
Hi, I am running Gentoo Linux. I failed to build miniAudicle-0.1.3.3, but I assumed it was the wxWidgets unicode issue. I am running wxGTK-2.6.3.2. Any clue on what I need to do to get this to build? schwaahed schwaabook miniAudicle-0.1.3.4 # make linux-jack make -f makefile.jack make[1]: Entering directory `/usr/local/music/ChucK/miniAudicle-0.1.3.4' gcc -o wxw/mAParentFrame.o -D__LINUX_JACK__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config --cppflags` -O3 -c -DwxABI_VERSION=20600 -D__CK_SNDFILE_NATIVE__ -Ichuck/src -Iwxw -I/usr/local/music/ChucK/miniAudicle-0.1.3.4 wxw/mAParentFrame.cpp wxw/mAParentFrame.cpp: In member function `virtual bool mAApp::OnInit()': wxw/mAParentFrame.cpp:159: error: `wxCommandEventHandler' was not declared in this scope make[1]: *** [wxw/mAParentFrame.o] Error 1 make[1]: Leaving directory `/usr/local/music/ChucK/miniAudicle-0.1.3.4' make: [linux-jack] Error 2 (ignored)
On Tue Aug 08, 2006 at 01:56:13PM -0400, schwaahed wrote:
Hi,
I am running Gentoo Linux. I failed to build miniAudicle-0.1.3.3, but I assumed it was the wxWidgets unicode issue. I am running wxGTK-2.6.3.2. Any clue on what I need to do to get this to build?
you probably also have wxGTK-2.4.2 installed. uninstall that or symlink wx-config-2.6 to wx-config or change the makefile to use wx-config-2.6 after doing this, it compiled fine for me. (of course chuck doesnt work on 64bit, btu tahts another issue)
schwaahed
schwaabook miniAudicle-0.1.3.4 # make linux-jack make -f makefile.jack make[1]: Entering directory `/usr/local/music/ChucK/miniAudicle-0.1.3.4' gcc -o wxw/mAParentFrame.o -D__LINUX_JACK__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config --cppflags` -O3 -c -DwxABI_VERSION=20600 -D__CK_SNDFILE_NATIVE__ -Ichuck/src -Iwxw -I/usr/local/music/ChucK/miniAudicle-0.1.3.4 wxw/mAParentFrame.cpp wxw/mAParentFrame.cpp: In member function `virtual bool mAApp::OnInit()': wxw/mAParentFrame.cpp:159: error: `wxCommandEventHandler' was not declared in this scope make[1]: *** [wxw/mAParentFrame.o] Error 1 make[1]: Leaving directory `/usr/local/music/ChucK/miniAudicle-0.1.3.4' make: [linux-jack] Error 2 (ignored) _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
On 8/8/06, carmen <_@whats-your.name> wrote:
On Tue Aug 08, 2006 at 01:56:13PM -0400, schwaahed wrote:
Hi,
I am running Gentoo Linux. I failed to build miniAudicle-0.1.3.3, but I assumed it was the wxWidgets unicode issue. I am running wxGTK-2.6.3.2. Any clue on what I need to do to get this to build?
you probably also have wxGTK-2.4.2 installed. uninstall that or symlink wx-config-2.6 to wx-config or change the makefile to use wx-config-2.6
after doing this, it compiled fine for me. (of course chuck doesnt work on 64bit, btu tahts another issue)
Thanks
got much further in the compile but then the compile fails with these
errors below.
- schwaahed
---snip----------
mAConfig.cpp:(.text+0xf08): undefined reference to
`wxStringBase::operator=(wxStringBase const&)'
wxw/mAConfig.o:(.gnu.linkonce.r._ZTV8mAConfig+0x7c): undefined
reference to `wxFileConfig::Save(wxOutputStream&, wxMBConv&)'
wxw/mAConfig.o: In function `std::_Rb_tree
I have made an ebuild in sunrise : http://www.gentoo-sunrise.org/sunrise Cédric Krier On 08/08/06 13:56 -0400, schwaahed wrote:
Hi,
I am running Gentoo Linux. I failed to build miniAudicle-0.1.3.3, but I assumed it was the wxWidgets unicode issue. I am running wxGTK-2.6.3.2. Any clue on what I need to do to get this to build?
schwaahed
schwaabook miniAudicle-0.1.3.4 # make linux-jack make -f makefile.jack make[1]: Entering directory `/usr/local/music/ChucK/miniAudicle-0.1.3.4' gcc -o wxw/mAParentFrame.o -D__LINUX_JACK__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config --cppflags` -O3 -c -DwxABI_VERSION=20600 -D__CK_SNDFILE_NATIVE__ -Ichuck/src -Iwxw -I/usr/local/music/ChucK/miniAudicle-0.1.3.4 wxw/mAParentFrame.cpp wxw/mAParentFrame.cpp: In member function `virtual bool mAApp::OnInit()': wxw/mAParentFrame.cpp:159: error: `wxCommandEventHandler' was not declared in this scope make[1]: *** [wxw/mAParentFrame.o] Error 1 make[1]: Leaving directory `/usr/local/music/ChucK/miniAudicle-0.1.3.4' make: [linux-jack] Error 2 (ignored) _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
On Tue Aug 08, 2006 at 09:27:33PM +0200, Cedric Krier wrote:
I have made an ebuild in sunrise : http://www.gentoo-sunrise.org/sunrise
cool. have you submitted it to the proaudio overlay?
Cédric Krier
On 08/08/06 13:56 -0400, schwaahed wrote:
Hi,
I am running Gentoo Linux. I failed to build miniAudicle-0.1.3.3, but I assumed it was the wxWidgets unicode issue. I am running wxGTK-2.6.3.2. Any clue on what I need to do to get this to build?
schwaahed
schwaabook miniAudicle-0.1.3.4 # make linux-jack make -f makefile.jack make[1]: Entering directory `/usr/local/music/ChucK/miniAudicle-0.1.3.4' gcc -o wxw/mAParentFrame.o -D__LINUX_JACK__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config --cppflags` -O3 -c -DwxABI_VERSION=20600 -D__CK_SNDFILE_NATIVE__ -Ichuck/src -Iwxw -I/usr/local/music/ChucK/miniAudicle-0.1.3.4 wxw/mAParentFrame.cpp wxw/mAParentFrame.cpp: In member function `virtual bool mAApp::OnInit()': wxw/mAParentFrame.cpp:159: error: `wxCommandEventHandler' was not declared in this scope make[1]: *** [wxw/mAParentFrame.o] Error 1 make[1]: Leaving directory `/usr/local/music/ChucK/miniAudicle-0.1.3.4' make: [linux-jack] Error 2 (ignored) _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
On 08/08/06 20:13 +0000, carmen wrote:
On Tue Aug 08, 2006 at 09:27:33PM +0200, Cedric Krier wrote:
I have made an ebuild in sunrise : http://www.gentoo-sunrise.org/sunrise
cool. have you submitted it to the proaudio overlay?
No, but it is not an official overlay ! Cédric
On 8/8/06, Cedric Krier
I have made an ebuild in sunrise : http://www.gentoo-sunrise.org/sunrise
Cédric Krier
Hi, Your ebuild fails for me, any suggestions? schwaahed i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ util_string.cpp i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ util_thread.cpp i686-pc-linux-gnu-gcc -D__LINUX_JACK__ -c -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ util_xforms.c i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ util_opsc.cpp i686-pc-linux-gnu-gcc -D__LINUX_JACK__ -c -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ util_hid.c i686-pc-linux-gnu-g++ -o chuck chuck.tab.o chuck.yy.o chuck_absyn.o chuck_parse.o chuck_errmsg.o chuck_frame.o chuck_symbol.o chuck_table.o chuck_utils.o chuck_vm.o chuck_instr.o chuck_scan.o chuck_type.o chuck_emit.o chuck_compile.o chuck_dl.o chuck_oo.o chuck_lang.o chuck_ugen.o chuck_main.o chuck_otf.o chuck_stats.o chuck_bbq.o chuck_shell.o chuck_console.o chuck_globals.o digiio_rtaudio.o hidio_sdl.o midiio_rtmidi.o rtaudio.o rtmidi.o ugen_osc.o ugen_filter.o ugen_stk.o ugen_xxx.o ulib_machine.o ulib_math.o ulib_std.o ulib_opsc.o util_buffers.o util_console.o util_math.o util_network.o util_raw.o util_string.o util_thread.o util_xforms.o util_opsc.o util_hid.o -lasound -ljack -lstdc++ -ldl -lm -lsndfile i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config --cppflags` -c -DwxABI_VERSION=20600 -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ -Ichuck/src -Iwxw -I/var/tmp/portage/miniaudicle-0.1.3.5/work/miniAudicle-0.1.3.5 miniAudicle.cppi686-pc-linux-gnu-g++ -o wxw/mAParentFrame.o -D__LINUX_JACK__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config --cppflags` -c -DwxABI_VERSION=20600 -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ -Ichuck/src -Iwxw -I/var/tmp/portage/miniaudicle-0.1.3.5/work/miniAudicle-0.1.3.5 wxw/mAParentFrame.cpp wxw/mAParentFrame.cpp: In member function `virtual bool mAApp::OnInit()': wxw/mAParentFrame.cpp:159: error: `wxCommandEventHandler' was not declared in this scope make: *** [wxw/mAParentFrame.o] Error 1 !!! ERROR: media-sound/miniaudicle-0.1.3.5 failed. Call stack: ebuild.sh, line 1543: Called dyn_compile ebuild.sh, line 938: Called src_compile miniaudicle-0.1.3.5.ebuild, line 62: Called die !!! emake failed !!! If you need support, post the topmost build error, and the call stack if relevant. !!! This ebuild is from an overlay: '/usr/portage/local/layman/sunrise' schwaabook schwaahed #
On 20/08/06 22:00 -0400, schwaahed wrote:
On 8/8/06, Cedric Krier
wrote: I have made an ebuild in sunrise : http://www.gentoo-sunrise.org/sunrise
Cédric Krier
Hi,
Your ebuild fails for me, any suggestions?
schwaahed
i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ util_string.cpp i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ util_thread.cpp i686-pc-linux-gnu-gcc -D__LINUX_JACK__ -c -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ util_xforms.c i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -c -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ util_opsc.cpp i686-pc-linux-gnu-gcc -D__LINUX_JACK__ -c -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ util_hid.c i686-pc-linux-gnu-g++ -o chuck chuck.tab.o chuck.yy.o chuck_absyn.o chuck_parse.o chuck_errmsg.o chuck_frame.o chuck_symbol.o chuck_table.o chuck_utils.o chuck_vm.o chuck_instr.o chuck_scan.o chuck_type.o chuck_emit.o chuck_compile.o chuck_dl.o chuck_oo.o chuck_lang.o chuck_ugen.o chuck_main.o chuck_otf.o chuck_stats.o chuck_bbq.o chuck_shell.o chuck_console.o chuck_globals.o digiio_rtaudio.o hidio_sdl.o midiio_rtmidi.o rtaudio.o rtmidi.o ugen_osc.o ugen_filter.o ugen_stk.o ugen_xxx.o ulib_machine.o ulib_math.o ulib_std.o ulib_opsc.o util_buffers.o util_console.o util_math.o util_network.o util_raw.o util_string.o util_thread.o util_xforms.o util_opsc.o util_hid.o -lasound -ljack -lstdc++ -ldl -lm -lsndfile i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config --cppflags` -c -DwxABI_VERSION=20600 -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ -Ichuck/src -Iwxw -I/var/tmp/portage/miniaudicle-0.1.3.5/work/miniAudicle-0.1.3.5 miniAudicle.cppi686-pc-linux-gnu-g++ -o wxw/mAParentFrame.o -D__LINUX_JACK__ -D__LINUX__ -D__MA_WXWIDGETS__ `wx-config --cppflags` -c -DwxABI_VERSION=20600 -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ -Ichuck/src -Iwxw -I/var/tmp/portage/miniaudicle-0.1.3.5/work/miniAudicle-0.1.3.5 wxw/mAParentFrame.cpp wxw/mAParentFrame.cpp: In member function `virtual bool mAApp::OnInit()': wxw/mAParentFrame.cpp:159: error: `wxCommandEventHandler' was not declared in this scope make: *** [wxw/mAParentFrame.o] Error 1
!!! ERROR: media-sound/miniaudicle-0.1.3.5 failed. Call stack: ebuild.sh, line 1543: Called dyn_compile ebuild.sh, line 938: Called src_compile miniaudicle-0.1.3.5.ebuild, line 62: Called die
!!! emake failed !!! If you need support, post the topmost build error, and the call stack if relevant.
!!! This ebuild is from an overlay: '/usr/portage/local/layman/sunrise' schwaabook schwaahed #
What is the use flags for wxGTK ? Cédric
On 22/08/06 21:51 -0400, schwaahed wrote:
What is the use flags for wxGTK ?
Cédric
[ebuild R ] x11-libs/wxGTK-2.6.3.2 USE="X gnome odbc opengl sdl unicode -debug -doc -joystick" 0 kB
And what is the result of : wx-config --cppflags Can you send me the file /usr/include/wx-2.6/wx/chkconf.h thanks Cédric
On 8/23/06, Cedric Krier
On 22/08/06 21:51 -0400, schwaahed wrote:
What is the use flags for wxGTK ?
huck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Cédric
[ebuild R ] x11-libs/wxGTK-2.6.3.2 USE="X gnome odbc opengl sdl unicode -debug -doc -joystick" 0 kB
And what is the result of : wx-config --cppflags Can you send me the file /usr/include/wx-2.6/wx/chkconf.h
thanks
Cédric
Hey Cedric, Here is the information that you requested. Thanks for taking the time with this. - schwaahed schwaabook schwaahed # wx-config-2.6 --cppflags -I/usr/lib/wx/include/gtk2-ansi-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES schwaabook schwaahed # wx-config --cppflags -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES schwaabook schwaahed #
On 23/08/06 15:53 -0400, schwaahed wrote:
On 8/23/06, Cedric Krier
wrote: On 22/08/06 21:51 -0400, schwaahed wrote:
What is the use flags for wxGTK ?
huck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Cédric
[ebuild R ] x11-libs/wxGTK-2.6.3.2 USE="X gnome odbc opengl sdl unicode -debug -doc -joystick" 0 kB
And what is the result of : wx-config --cppflags Can you send me the file /usr/include/wx-2.6/wx/chkconf.h
thanks
Cédric
Hey Cedric,
Here is the information that you requested.
Thanks for taking the time with this.
- schwaahed
schwaabook schwaahed # wx-config-2.6 --cppflags -I/usr/lib/wx/include/gtk2-ansi-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
schwaabook schwaahed # wx-config --cppflags -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES schwaabook schwaahed #
I think that I have found the problem. Look at http://gentoo-sunrise.org/cgi-bin/trac.cgi/browser when the reviewed tree will be reviewed up to 1011 and then i"layman -s sunrise". Cédric
I think that I have found the problem. Look at http://gentoo-sunrise.org/cgi-bin/trac.cgi/browser when the reviewed tree will be reviewed up to 1011 and then i"layman -s sunrise".
Cédric
Hi Cedric, Your fix is a success. Thank You for your help/ebuild! schwaahed schwaabook schwaahed # emerge -pv wxGTK miniaudicle These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-libs/wxGTK-2.6.3.2 USE="X gnome odbc opengl sdl unicode -debug -doc -joystick" 0 kB [ebuild R ] media-sound/miniaudicle-0.1.3.5 USE="alsa jack oss unicode" 0 kB [2]
On 24/08/06 23:06 -0400, schwaahed wrote:
I think that I have found the problem. Look at http://gentoo-sunrise.org/cgi-bin/trac.cgi/browser when the reviewed tree will be reviewed up to 1011 and then i"layman -s sunrise".
Cédric
Hi Cedric,
Your fix is a success.
Thank You for your help/ebuild!
schwaahed
schwaabook schwaahed # emerge -pv wxGTK miniaudicle
These are the packages that would be merged, in order:
Calculating dependencies... done! [ebuild R ] x11-libs/wxGTK-2.6.3.2 USE="X gnome odbc opengl sdl unicode -debug -doc -joystick" 0 kB [ebuild R ] media-sound/miniaudicle-0.1.3.5 USE="alsa jack oss unicode" 0 kB [2]
I have also made ebuild for : chuck, audicle, sndpeek, tapestrea Cédric
I have also made ebuild for : chuck, audicle, sndpeek, tapestrea
Cédric
Hey Cedric,
I was successful with your chuck, sndpeek, & tapestrea ebuilds.
The audicle ebuild failed with this error:
i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -D__CHUCK_STAT_TRACK__
`pkg-config --cflags gtk+-2.0` -c -I../lang/chuck-1.2.0.6/src
-march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer
-D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_net.cpp
yacc -dv -b chuck ../lang/chuck-1.2.0.6/src/chuck.y
yacc: e - line 83 of "../lang/chuck-1.2.0.6/src/chuck.y", syntax error
%expect 35
^
make: *** [chuck.tab.c] Error 1
!!! ERROR: media-sound/audicle-1.0.0.3 failed.
Call stack:
ebuild.sh, line 1543: Called dyn_compile
ebuild.sh, line 938: Called src_compile
audicle-1.0.0.3.ebuild, line 68: Called die
!!! emake failed
!!! If you need support, post the topmost build error, and the call
stack if relevant.
!!! This ebuild is from an overlay: '/usr/portage/local/layman/sunrise'
When compiling the audicle on my own I got the same error and fixed it with Ge's
help. It involved commenting out 1 line in chuck.y I have included
Ge's message to
me [Chuck-dev] below.
Thanks again!
schwaahed
Ge Wang
Everyone -- Version 1.0 of the [chuck~] Max/MSP object is available for free download: http://music.columbia.edu/~brad/chuck~/ [chuck~] imbeds the ChucK music-programming language in Max/MSP, bringing a sophisticated set of synthesis and signal-processing tools into the Max/MSP environment. [chuck~] also features an advanced timing and scheduling system in addition to a functional-style programming interface for algorithmic operations. Full source for the object and the language are also on-line. Only the Macintosh OSX version is available at present -- sorry! This is a fun object -- enjoy it! For more information about ChucK, visit the ChucK web page: http://chuck.cs.princeton.edu/ Brad Garton Columbia University Computer Music Center http://music.columbia.edu/~brad
Hey Cedric,
I was successful with your chuck, sndpeek, & tapestrea ebuilds.
The audicle ebuild failed with this error:
i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -I../lang/chuck-1.2.0.6/src -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_net.cpp yacc -dv -b chuck ../lang/chuck-1.2.0.6/src/chuck.y yacc: e - line 83 of "../lang/chuck-1.2.0.6/src/chuck.y", syntax error %expect 35 ^ make: *** [chuck.tab.c] Error 1
!!! ERROR: media-sound/audicle-1.0.0.3 failed. Call stack: ebuild.sh, line 1543: Called dyn_compile ebuild.sh, line 938: Called src_compile audicle-1.0.0.3.ebuild, line 68: Called die
!!! emake failed !!! If you need support, post the topmost build error, and the call stack if relevant.
!!! This ebuild is from an overlay: '/usr/portage/local/layman/sunrise'
When compiling the audicle on my own I got the same error and fixed it with Ge's help. It involved commenting out 1 line in chuck.y I have included Ge's message to me [Chuck-dev] below.
Thanks again! schwaahed
Can you tell me which version of yacc do you have? (the ouput of "yacc --version") Thanks Cédric
On 8/25/06, Cedric Krier
Hey Cedric,
I was successful with your chuck, sndpeek, & tapestrea ebuilds.
The audicle ebuild failed with this error:
i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -I../lang/chuck-1.2.0.6/src -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_net.cpp yacc -dv -b chuck ../lang/chuck-1.2.0.6/src/chuck.y yacc: e - line 83 of "../lang/chuck-1.2.0.6/src/chuck.y", syntax error %expect 35 ^ make: *** [chuck.tab.c] Error 1
!!! ERROR: media-sound/audicle-1.0.0.3 failed. Call stack: ebuild.sh, line 1543: Called dyn_compile ebuild.sh, line 938: Called src_compile audicle-1.0.0.3.ebuild, line 68: Called die
!!! emake failed !!! If you need support, post the topmost build error, and the call stack if relevant.
!!! This ebuild is from an overlay: '/usr/portage/local/layman/sunrise'
When compiling the audicle on my own I got the same error and fixed it with Ge's help. It involved commenting out 1 line in chuck.y I have included Ge's message to me [Chuck-dev] below.
Thanks again! schwaahed
Can you tell me which version of yacc do you have? (the ouput of "yacc --version")
Thanks
Cédric
schwaabook schwaahed # yacc --version usage: yacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename schwaabook schwaahed # emerge -pv yacc These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] dev-util/yacc-1.9.1-r2 0 kB
On 26/08/06 11:26 -0400, schwaahed wrote:
On 8/25/06, Cedric Krier
wrote: Hey Cedric,
I was successful with your chuck, sndpeek, & tapestrea ebuilds.
The audicle ebuild failed with this error:
i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -I../lang/chuck-1.2.0.6/src -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_net.cpp yacc -dv -b chuck ../lang/chuck-1.2.0.6/src/chuck.y yacc: e - line 83 of "../lang/chuck-1.2.0.6/src/chuck.y", syntax error %expect 35 ^ make: *** [chuck.tab.c] Error 1
!!! ERROR: media-sound/audicle-1.0.0.3 failed. Call stack: ebuild.sh, line 1543: Called dyn_compile ebuild.sh, line 938: Called src_compile audicle-1.0.0.3.ebuild, line 68: Called die
!!! emake failed !!! If you need support, post the topmost build error, and the call stack if relevant.
!!! This ebuild is from an overlay: '/usr/portage/local/layman/sunrise'
When compiling the audicle on my own I got the same error and fixed it with Ge's help. It involved commenting out 1 line in chuck.y I have included Ge's message to me [Chuck-dev] below.
Thanks again! schwaahed
Can you tell me which version of yacc do you have? (the ouput of "yacc --version")
Thanks
Cédric
schwaabook schwaahed # yacc --version usage: yacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename
schwaabook schwaahed # emerge -pv yacc
These are the packages that would be merged, in order:
Calculating dependencies... done! [ebuild R ] dev-util/yacc-1.9.1-r2 0 kB
Ok, I think I have fix it. Can you try again when sunrise will be reviewed to >1019 Thanks Cédric
schwaabook examples # layman -s sunrise
* Running command "/usr/bin/svn update /usr/portage/local/layman/sunrise"...
At revision 1021.
* Successfully synchronized overlay "sunrise".
It still dies with the same error. I don't know if that helps. Did I maybe
not wait long enough for the proper revision?
schwaahed
On 8/26/06, Cedric Krier
On 26/08/06 11:26 -0400, schwaahed wrote:
On 8/25/06, Cedric Krier
wrote: Hey Cedric,
I was successful with your chuck, sndpeek, & tapestrea ebuilds.
The audicle ebuild failed with this error:
i686-pc-linux-gnu-g++ -D__LINUX_JACK__ -D__CHUCK_STAT_TRACK__ `pkg-config --cflags gtk+-2.0` -c -I../lang/chuck-1.2.0.6/src -march=pentium-m -O2 -pipe -msse3 -fomit-frame-pointer -D__CK_SNDFILE_NATIVE__ -D_USE_FTGL_FONTS_ audicle_net.cpp yacc -dv -b chuck ../lang/chuck-1.2.0.6/src/chuck.y yacc: e - line 83 of "../lang/chuck-1.2.0.6/src/chuck.y", syntax error %expect 35 ^ make: *** [chuck.tab.c] Error 1
!!! ERROR: media-sound/audicle-1.0.0.3 failed. Call stack: ebuild.sh, line 1543: Called dyn_compile ebuild.sh, line 938: Called src_compile audicle-1.0.0.3.ebuild, line 68: Called die
!!! emake failed !!! If you need support, post the topmost build error, and the call stack if relevant.
!!! This ebuild is from an overlay: '/usr/portage/local/layman/sunrise'
When compiling the audicle on my own I got the same error and fixed it with Ge's help. It involved commenting out 1 line in chuck.y I have included Ge's message to me [Chuck-dev] below.
Thanks again! schwaahed
Can you tell me which version of yacc do you have? (the ouput of "yacc --version")
Thanks
Cédric
schwaabook schwaahed # yacc --version usage: yacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename
schwaabook schwaahed # emerge -pv yacc
These are the packages that would be merged, in order:
Calculating dependencies... done! [ebuild R ] dev-util/yacc-1.9.1-r2 0 kB
Ok, I think I have fix it. Can you try again when sunrise will be reviewed to >1019
Thanks
Cédric
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
On 27/08/06 15:07 -0400, schwaahed wrote:
schwaabook examples # layman -s sunrise * Running command "/usr/bin/svn update /usr/portage/local/layman/sunrise"... At revision 1021. * Successfully synchronized overlay "sunrise".
It still dies with the same error. I don't know if that helps. Did I maybe not wait long enough for the proper revision?
schwaahed
My change havn't been reviewed yet. You can see the log with my change here: http://gentoo-sunrise.org/cgi-bin/trac.cgi/log/
The audicle ebuild worked!
Thanks Cedric
schwaahed
On 8/27/06, Cedric Krier
On 27/08/06 15:07 -0400, schwaahed wrote:
schwaabook examples # layman -s sunrise * Running command "/usr/bin/svn update /usr/portage/local/layman/sunrise"... At revision 1021. * Successfully synchronized overlay "sunrise".
It still dies with the same error. I don't know if that helps. Did I maybe not wait long enough for the proper revision?
schwaahed
My change havn't been reviewed yet. You can see the log with my change here: http://gentoo-sunrise.org/cgi-bin/trac.cgi/log/
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Ok. Here the patch that fix the problem. It must use bison instead of yacc. Cédric On 29/08/06 09:59 -0400, schwaahed wrote:
The audicle ebuild worked!
Thanks Cedric schwaahed
On 8/27/06, Cedric Krier
wrote: On 27/08/06 15:07 -0400, schwaahed wrote:
schwaabook examples # layman -s sunrise * Running command "/usr/bin/svn update /usr/portage/local/layman/sunrise"... At revision 1021. * Successfully synchronized overlay "sunrise".
It still dies with the same error. I don't know if that helps. Did I maybe not wait long enough for the proper revision?
schwaahed
My change havn't been reviewed yet. You can see the log with my change here: http://gentoo-sunrise.org/cgi-bin/trac.cgi/log/
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (4)
-
Bradford Garton
-
carmen
-
Cedric Krier
-
schwaahed