On 13 Nov 2013, at 8:30 AM, Kevin Bullock <kbull...@ringworld.org> wrote:

> Anyone seen a failure like this before?

Looks like I may have found a fix for this myself: 
<http://lists.gnu.org/archive/html/bug-lilypond/2013-11/msg00039.html>

Gonna try to apply this patch from a local lilypond.info and see if it fixes 
the problem.

pacem in terris / мир / शान्ति / ‎‫سَلاَم‬ / 平和
Kevin R. Bullock

> rm -f ./out/international.dep; DEPENDENCIES_OUTPUT="./out/international.dep 
> ./out/international.o" g++ -c  -I/sw/include -I/sw/include/python2.7 
> -I/sw/include/python2.7 -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv 
> -fwrapv -O3 -Wall -Wstrict-prototypes -I/sw/include -DHAVE_CONFIG_H  -DNDEBUG 
> -I./include -I./out -I../flower/include -I../flower/./out  -MD  -O2 
> -finline-functions -g -pipe -I/sw/include -I/sw/include -D_THREAD_SAFE  
> -I/sw/include/freetype2 -I/sw/include -I/sw/include/pango-1.0 
> -I/sw/include/freetype2 -I/sw/include -I/sw/include/glib-2.0 
> -I/sw/lib/glib-2.0/include  -W -Wall -Wconversion -o out/international.o 
> international.cc
> getopt-long.cc:43:7: warning: variable 'l' is used uninitialized whenever '||'
>      condition is true [-Wsometimes-uninitialized]
>  if (!optional_argument_str0_
>      ^~~~~~~~~~~~~~~~~~~~~~~~
> getopt-long.cc:47:10: note: uninitialized use occurs here
>  return l;
>         ^
> getopt-long.cc:43:7: note: remove the '||' if its condition is always false
>  if (!optional_argument_str0_
>      ^~~~~~~~~~~~~~~~~~~~~~~~
> getopt-long.cc:42:9: note: initialize the variable 'l' to silence this warning
>  long l;
>        ^
>         = 0
> getopt-long.cc:106:16: warning: adding 'const char' to a string does not 
> append
>      to the string [-Wstring-plus-int]
>    str += "-" + shortname_char_;
>           ~~~~^~~~~~~~~~~~~~~~~
> getopt-long.cc:106:16: note: use array indexing to silence this warning
>    str += "-" + shortname_char_;
>               ^
>           &   [                ]
> In file included from file-path.cc:21:
> In file included from ./include/file-path.hh:23:
> In file included from ./include/std-vector.hh:74:
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:1330:12:
>  error: 
>      calling a private constructor of class
>      'std::__1::__wrap_iter<std::__1::basic_string<char> *>'
>    return iterator(__p);
>           ^
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:1367:12:
>  note: 
>      in instantiation of member function
>      'std::__1::__flower_vector<std::__1::basic_string<char>,
>      std::__1::allocator<std::__1::basic_string<char> > >::__make_iter'
>      requested here
>    return __make_iter(this->__end_);
>           ^
> ./include/std-vector.hh:155:15: note: in instantiation of member function
>      'std::__1::__flower_vector<std::__1::basic_string<char>,
>      std::__1::allocator<std::__1::basic_string<char> > >::end' requested here
>  v.insert (v.end (), w.begin (), w.end ());
>              ^
> file-path.cc:52:3: note: in instantiation of function template specialization
>      'concat<std::__1::basic_string<char> >' requested here
>  concat (dirs_, string_split (p, PATHSEP));
>  ^
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iterator:1187:31:
>  note: 
>      declared private here
>    _LIBCPP_INLINE_VISIBILITY __wrap_iter(iterator_type __x) _NOEXCEPT ...
>                              ^
> In file included from file-path.cc:21:
> In file included from ./include/file-path.hh:23:
> In file included from ./include/std-vector.hh:74:
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:1342:12:
>  error: 
>      calling a private constructor of class 'std::__1::__wrap_iter<const
>      std::__1::basic_string<char> *>'
>    return const_iterator(__p);
>           ^
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/vector:1359:12:
>  note: 
>      in instantiation of member function
>      'std::__1::__flower_vector<std::__1::basic_string<char>,
>      std::__1::allocator<std::__1::basic_string<char> > >::__make_iter'
>      requested here
>    return __make_iter(this->__begin_);
>           ^
> ./include/std-vector.hh:155:25: note: in instantiation of member function
>      'std::__1::__flower_vector<std::__1::basic_string<char>,
>      std::__1::allocator<std::__1::basic_string<char> > >::begin' requested
>      here
>  v.insert (v.end (), w.begin (), w.end ());
>                        ^
> file-path.cc:52:3: note: in instantiation of function template specialization
>      'concat<std::__1::basic_string<char> >' requested here
>  concat (dirs_, string_split (p, PATHSEP));
>  ^
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iterator:1187:31:
>  note: 
>      declared private here
>    _LIBCPP_INLINE_VISIBILITY __wrap_iter(iterator_type __x) _NOEXCEPT ...
>                              ^
> 2 errors generated.
> gnumake[1]: *** [out/file-path.o] Error 1
> gnumake[1]: *** Waiting for unfinished jobs....
> 2 warnings generated.
> gnumake: *** [all] Error 2
> ### execution of /tmp/fink.jv7IX failed, exit code 2
> ### execution of /tmp/fink.tG5o0 failed, exit code 2
> 
> pacem in terris / мир / शान्ति / ‎‫سَلاَم‬ / 平和
> Kevin R. Bullock
> 


------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to