On Apr 22, 2015, at 1:33 PM, Alexander Hansen wrote:

> 
>> On Apr 21, 2015, at 18:13, Jerome Helffrich <jhelffr...@gmail.com> wrote:
>> 
>> 
>> On Apr 21, 2015, at 1:19 PM, Alexander Hansen wrote:
>> 
>>> 
>>>> On Apr 20, 2015, at 20:18, Jerome Helffrich <jhelffr...@gmail.com> wrote:
>>>> 
>>>> Thanks.  Here you go:
>>>> JAH-G5-2:bin admin$ which bison
>>>> /sw/bin/bison
>>>> JAH-G5-2:bin admin$ bison --version
>>>> bison (GNU Bison) 3.0
>>>> Written by Robert Corbett and Richard Stallman.
>>>> 
>>>> Copyright (C) 2013 Free Software Foundation, Inc.
>>>> This is free software; see the source for copying conditions.  There is NO
>>>> 
>>>> JH
>>>> ================
>>> 
>>> You didn’t list the information for flex, but that’s OK for now.  See if 
>>> “fink remove bison” lets you proceed.
>>> 
>>> -- 
>>> Alexander Hansen, Ph.D.
>>> Fink User Liaison
>>> 
>> Thanks for the help, but that didn't work. I removed bison successfully, 
>> then got this:
>> JAH-G5-2:bin admin$ fink update gstreamer
>> Information about 12824 packages read in 1 seconds.
>> The following package will be installed or updated:
>>  gstreamer
>> The following 2 additional packages will be installed:
>>  bison gstreamer-shlibs
>> Do you want to continue? [Y/n] y
>> Reading buildlock packages...
>>      All buildlocks accounted for.
>> /sw/bin/dpkg-lockwait -i 
>> /sw/fink/dists/stable/main/binary-darwin-i386/devel/bison_3.0-1000_darwin-i386.deb
>> Selecting previously deselected package bison.
>> (Reading database ... 239734 files and directories currently installed.)
>> Unpacking bison (from .../bison_3.0-1000_darwin-i386.deb) ...
>> Setting up bison (3.0-1000) ...
>> * bison: (bison). GNU parser generator (Yacc replacement).
> 
> <snip>
> 
>> /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
>> -I../..   -fno-common -I/sw/lib/freetype219/include/freetype2 
>> -I/sw/lib/freetype219/include -I/sw/lib/pango-ft219/include -I/sw/include 
>> -D_XOPEN_SOURCE -I/sw/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
>> -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 
>> -I/sw/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64   -fno-common -g 
>> -Wall -DGST_DISABLE_DEPRECATED    -I../..  -Os -funroll-loops 
>> -fstrict-aliasing -fno-common -D_XOPEN_SOURCE -c -o 
>> libgstparse_la-grammar.tab.lo `test -f 'grammar.tab.c' || echo 
>> './'`grammar.tab.c
>>  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common 
>> -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include 
>> -I/sw/lib/pango-ft219/include -I/sw/include -D_XOPEN_SOURCE -I/sw/include 
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0 
>> -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include 
>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-common -g -Wall 
>> -DGST_DISABLE_DEPRECATED -I../.. -Os -funroll-loops -fstrict-aliasing 
>> -fno-common -D_XOPEN_SOURCE -c grammar.tab.c  -fno-common -DPIC -o 
>> .libs/libgstparse_la-grammar.tab.o
>> ./grammar.y: In function '_gst_parse__yyparse':
>> ./grammar.y:513: error: 'graph' undeclared (first use in this function)
>> ./grammar.y:513: error: (Each undeclared identifier is reported only once
>> ./grammar.y:513: error: for each function it appears in.)
>> ./grammar.y: In function '_gst_parse_launch':
>> ./grammar.y:775: error: too many arguments to function '_gst_parse__yyparse'
>> make[4]: *** [libgstparse_la-grammar.tab.lo] Error 1
>> make[4]: Leaving directory 
>> `/sw/src/fink.build/gstreamer-0.8.12-1030/gstreamer-0.8.12/gst/parse'
>> make[3]: *** [all-recursive] Error 1
>> make[3]: Leaving directory 
>> `/sw/src/fink.build/gstreamer-0.8.12-1030/gstreamer-0.8.12/gst'
>> make[2]: *** [all] Error 2
>> make[2]: Leaving directory 
>> `/sw/src/fink.build/gstreamer-0.8.12-1030/gstreamer-0.8.12/gst'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory 
>> `/sw/src/fink.build/gstreamer-0.8.12-1030/gstreamer-0.8.12'
>> make: *** [all] Error 2
>> ### execution of /tmp/fink.eZyGj failed, exit code 2
>> ### execution of /tmp/fink.S1RUu failed, exit code 2
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-gstreamer-0.8.12-1030
>> (Reading database ... 239843 files and directories currently installed.)
>> Removing fink-buildlock-gstreamer-0.8.12-1030 ...
>> Failed: phase compiling: gstreamer-0.8.12-1030 failed
>> 
>> Before reporting any errors, please run "fink selfupdate" and try again.
>> 
>> Also include the following system information:
>> Package manager version: 0.36.5
>> Distribution version: selfupdate-cvs Fri Apr 17 20:24:54 2015, 10.6, i386
>> Trees: local/main stable/main stable/crypto unstable/crypto unstable/main 
>> local/injected
>> Xcode.app: 3.2.6
>> Xcode command-line tools: 3.2.6
>> gstreamer-0.8.12-1030 is set to build with only one job.
>> 
> 
> It’s presumably not bison, then.  I’m on 10.10 and I don’t have ready access 
> to the 10.6 package descriptions. 
> 
> Maybe it’s flex.  What do you get from:
> 
> which flex
> flex --version
> 
> ?
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 
OK, here is the result. I tried the same thing as with bison first, but it 
didn't work.

JAH-G5-2:bin admin$ fink remove flex
Information about 12824 packages read in 1 seconds.
WARNING: flex is not installed, skipping.
No packages to remove
JAH-G5-2:bin admin$ which flex
/usr/bin/flex
JAH-G5-2:bin admin$ flex --version
flex 2.5.35
JAH-G5-2:bin admin$ 

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to