Re: [Fink-users] Failed: phase compiling: sqlite3-3.17.0-1 failed

2017-03-09 Thread Daniel Johnson

> On Mar 9, 2017, at 9:50 AM, Daniel Johnson <dan...@daniel-johnson.org> wrote:
> 
> 
>> On Mar 8, 2017, at 10:36 AM, Sean Lake <odysseus9...@gmail.com> wrote:
>> 
>> Hello all,
>> 
>> I'm getting a build failure related to an update-all. This happens on 
>> multiple machines, but here are the details from one.
>> 
>> The error text:
>> gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" 
>> -DPACKAGE_VERSION=\"3.17.0\" -DPACKAGE_STRING=\"sqlite\ 3.17.0\" 
>> -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\; -DPACKAGE_URL=\"\" 
>> -DPACKAGE=\"sqlite\" -DVERSION=\"3.17.0\" -DSTDC_HEADERS=1 
>> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
>> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
>> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FDATASYNC=1 
>> -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 
>> -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_EDITLINE_READLINE_H=1 
>> -DHAVE_EDITLINE=1 -I.-D_REENTRANT=1 -DSQLITE_THREADSAFE=1 
>> -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_EXPLAIN_COMMENTS 
>> -Os -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_SECURE_DELETE 
>> -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS 
>> -DSQLITE_ENABLE_LOCKING_STYLE -DSQLITE_ENABLE_UNLOCK_NOTIFY 
>> -DSQLITE_ENABLE_JSON1 -c -o sqlite3-sqlite3.o `test -f 'sqlite3.c' || echo 
>> './'`sqlite3.c
>> sqlite3.c:28836:10: error: use of unknown builtin '__builtin_add_overflow'
>> [-Wimplicit-function-declaration]
>> return __builtin_add_overflow(*pA, iB, pA);
>>^
>> sqlite3.c:28856:10: error: use of unknown builtin '__builtin_sub_overflow'
>> [-Wimplicit-function-declaration]
>> return __builtin_sub_overflow(*pA, iB, pA);
>>^
>> sqlite3.c:28856:10: note: did you mean '__builtin_add_overflow'?
>> sqlite3.c:28836:10: note: '__builtin_add_overflow' declared here
>> return __builtin_add_overflow(*pA, iB, pA);
>>^
>> sqlite3.c:28871:10: error: use of unknown builtin '__builtin_mul_overflow'
>> [-Wimplicit-function-declaration]
>> return __builtin_mul_overflow(*pA, iB, pA);
>>^
>> sqlite3.c:28871:10: note: did you mean '__builtin_sub_overflow'?
>> sqlite3.c:28856:10: note: '__builtin_sub_overflow' declared here
>> return __builtin_sub_overflow(*pA, iB, pA);
>>^
>> 3 errors generated.
>> make: *** [sqlite3-sqlite3.o] Error 1
>> make: *** Waiting for unfinished jobs
>> libtool: compile:  gcc -DPACKAGE_NAME=\"sqlite\" 
>> -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.17.0\" 
>> "-DPACKAGE_STRING=\"sqlite 3.17.0\"" 
>> -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\; -DPACKAGE_URL=\"\" 
>> -DPACKAGE=\"sqlite\" -DVERSION=\"3.17.0\" -DSTDC_HEADERS=1 
>> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
>> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
>> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FDATASYNC=1 
>> -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 
>> -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_EDITLINE_READLINE_H=1 
>> -DHAVE_EDITLINE=1 -I. -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 
>> -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -Os 
>> -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_FTS4 
>> -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_LOCKING_STYLE 
>> -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_JSON1 -c sqlite3.c  
>> -fno-common -DPIC -o .libs/sqlite3.o
>> sqlite3.c:28836:10: error: use of unknown builtin '__builtin_add_overflow'
>> [-Wimplicit-function-declaration]
>> return __builtin_add_overflow(*pA, iB, pA);
>>^
>> sqlite3.c:28856:10: error: use of unknown builtin '__builtin_sub_overflow'
>> [-Wimplicit-function-declaration]
>> return __builtin_sub_overflow(*pA, iB, pA);
>>^
>> sqlite3.c:28856:10: note: did you mean '__builtin_add_overflow'?
>> sqlite3.c:28836:10: note: '__builtin_add_overflow' declared here
>> return __builtin_add_overflow(*pA, iB, pA);
>>^
>> sqlite3.c:28871:10: error: use of unknown builtin '__builtin_mul_overflow'
>> [-Wimplicit-function-declaration]
>> return __builtin_mul_overflow(*pA, iB, pA);
>>^
>> sqlite3.c:28871:10: note: did you mean '__builtin_sub_overflow'?
>> sqlite3.c:28856:10: note: '_

Re: [Fink-users] Failed: phase compiling: sqlite3-3.17.0-1 failed

2017-03-09 Thread Daniel Johnson

> On Mar 8, 2017, at 10:36 AM, Sean Lake  wrote:
> 
> Hello all,
> 
> I'm getting a build failure related to an update-all. This happens on 
> multiple machines, but here are the details from one.
> 
> The error text:
> gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" 
> -DPACKAGE_VERSION=\"3.17.0\" -DPACKAGE_STRING=\"sqlite\ 3.17.0\" 
> -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\; -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"sqlite\" -DVERSION=\"3.17.0\" -DSTDC_HEADERS=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FDATASYNC=1 
> -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 
> -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_EDITLINE_READLINE_H=1 
> -DHAVE_EDITLINE=1 -I.-D_REENTRANT=1 -DSQLITE_THREADSAFE=1 
> -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_EXPLAIN_COMMENTS 
> -Os -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_SECURE_DELETE 
> -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS 
> -DSQLITE_ENABLE_LOCKING_STYLE -DSQLITE_ENABLE_UNLOCK_NOTIFY 
> -DSQLITE_ENABLE_JSON1 -c -o sqlite3-sqlite3.o `test -f 'sqlite3.c' || echo 
> './'`sqlite3.c
> sqlite3.c:28836:10: error: use of unknown builtin '__builtin_add_overflow'
>  [-Wimplicit-function-declaration]
>  return __builtin_add_overflow(*pA, iB, pA);
> ^
> sqlite3.c:28856:10: error: use of unknown builtin '__builtin_sub_overflow'
>  [-Wimplicit-function-declaration]
>  return __builtin_sub_overflow(*pA, iB, pA);
> ^
> sqlite3.c:28856:10: note: did you mean '__builtin_add_overflow'?
> sqlite3.c:28836:10: note: '__builtin_add_overflow' declared here
>  return __builtin_add_overflow(*pA, iB, pA);
> ^
> sqlite3.c:28871:10: error: use of unknown builtin '__builtin_mul_overflow'
>  [-Wimplicit-function-declaration]
>  return __builtin_mul_overflow(*pA, iB, pA);
> ^
> sqlite3.c:28871:10: note: did you mean '__builtin_sub_overflow'?
> sqlite3.c:28856:10: note: '__builtin_sub_overflow' declared here
>  return __builtin_sub_overflow(*pA, iB, pA);
> ^
> 3 errors generated.
> make: *** [sqlite3-sqlite3.o] Error 1
> make: *** Waiting for unfinished jobs
> libtool: compile:  gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" 
> -DPACKAGE_VERSION=\"3.17.0\" "-DPACKAGE_STRING=\"sqlite 3.17.0\"" 
> -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\; -DPACKAGE_URL=\"\" 
> -DPACKAGE=\"sqlite\" -DVERSION=\"3.17.0\" -DSTDC_HEADERS=1 
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FDATASYNC=1 
> -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 
> -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_EDITLINE_READLINE_H=1 
> -DHAVE_EDITLINE=1 -I. -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 
> -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -Os 
> -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_FTS4 
> -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_LOCKING_STYLE 
> -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_ENABLE_JSON1 -c sqlite3.c  -fno-common 
> -DPIC -o .libs/sqlite3.o
> sqlite3.c:28836:10: error: use of unknown builtin '__builtin_add_overflow'
>  [-Wimplicit-function-declaration]
>  return __builtin_add_overflow(*pA, iB, pA);
> ^
> sqlite3.c:28856:10: error: use of unknown builtin '__builtin_sub_overflow'
>  [-Wimplicit-function-declaration]
>  return __builtin_sub_overflow(*pA, iB, pA);
> ^
> sqlite3.c:28856:10: note: did you mean '__builtin_add_overflow'?
> sqlite3.c:28836:10: note: '__builtin_add_overflow' declared here
>  return __builtin_add_overflow(*pA, iB, pA);
> ^
> sqlite3.c:28871:10: error: use of unknown builtin '__builtin_mul_overflow'
>  [-Wimplicit-function-declaration]
>  return __builtin_mul_overflow(*pA, iB, pA);
> ^
> sqlite3.c:28871:10: note: did you mean '__builtin_sub_overflow'?
> sqlite3.c:28856:10: note: '__builtin_sub_overflow' declared here
>  return __builtin_sub_overflow(*pA, iB, pA);
> ^
> 3 errors generated.
> make: *** [sqlite3.lo] Error 1
> 
> 
> And the system information:
> Also include the following system information:
> Package manager version: 0.41.1
> Distribution version: selfupdate-rsync Wed Mar  8 07:32:44 2017, 10.10, x86_64
> Trees: local/main stable/main
> Xcode.app: 7.2.1
> Xcode command-line tools: 7.2.0.0.1.1447826929
> Max. Fink build jobs:  8
> 
> Thanks,
> Sean Lake

Urg. Thanks. Looks like latest sqlite3 is using builtin functions that aren’t 
available on 10.10. I’m looking into it.

Daniel


--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to 

Re: [Fink-users] openssl failed on a Mac with Sierra and case-sensitive filesystem

2016-10-03 Thread Daniel Johnson

> On Oct 3, 2016, at 1:27 PM, Alan  wrote:
> 
> I did pretty the modification as seen in the patch, but manually and it 
> worked.
> 
> Many thanks,
> 
> Alan
> 
> On 3 October 2016 at 18:17, Derek Homeier 
>  wrote:
> On 3 Oct 2016, at 12:14 pm, Alan  wrote:
> >
> > However, can you be more specific please? I see only uppercase and even if 
> > I create the lowercase symlinks, if I run "fink install openssl" the folder 
> > is cleared again and I get the usual error.
> >
> I had just reported this on the developers’ list; does this patch fix the 
> error for you?
> 
> diff -Nurd 
> /sw/fink/10.9-libcxx/{stable,local}/main/finkinfo/crypto/openssl110-dev.info
> --- /sw/fink/10.9-libcxx/stable/main/finkinfo/crypto/openssl110-dev.info  
>   2016-09-27 00:54:14.0 +0200
> +++ /sw/fink/10.9-libcxx/local/main/finkinfo/crypto/openssl110-dev.info 
> 2016-09-27 16:45:56.0 +0200
> @@ -80,7 +80,7 @@
> 
>  ### for comptibility with libmd (don't know how to set up
>  ## update-alternatives with original capitalisation).
> - mv %i/share/man/man3/md5.3 %i/share/man/man3/md5.3.openssl100
> + mv %i/share/man/man3/MD5.3 %i/share/man/man3/md5.3.openssl100
>  for i in 2 4; do
> rm %i/share/man/man3/MD$i.3
> cp %i/share/man/man3/md5.3.openssl100 
> %i/share/man/man3/md$i.3.openssl100
> 

Sorry, I don’t have a case-sensitive FS so I couldn’t catch this. Should be 
fixed now and I also updated to 1.1.0b which has yet another security fix.

Daniel


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
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


Re: [Fink-users] python27-2.7.12-1 build failed on 10.9.5

2016-07-13 Thread Daniel Johnson

> On Jul 12, 2016, at 7:29 AM, Viv Kendon  wrote:
> 
> I’m having trouble building python27 on 10.9.5 (case sensitive file system):
> 
> building '_tkinter' extension
> gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
> -Wstrict-p
> rototypes -DWITH_APPINIT=1 -I. -IInclude -I./Include -I/sw/include 
> -I/sw/src/fin
> k.build/python27-2.7.12-1/Python-2.7.12/Include 
> -I/sw/src/fink.build/python27-2.
> 7.12-1/Python-2.7.12 -c 
> /sw/src/fink.build/python27-2.7.12-1/Python-2.7.12/Modul
> es/_tkinter.c -o 
> build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.
> 7.12-1/Python-2.7.12/Modules/_tkinter.o -I/sw/include -I/opt/X11/include
> gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
> -Wstrict-p
> rototypes -DWITH_APPINIT=1 -I. -IInclude -I./Include -I/sw/include 
> -I/sw/src/fin
> k.build/python27-2.7.12-1/Python-2.7.12/Include 
> -I/sw/src/fink.build/python27-2.
> 7.12-1/Python-2.7.12 -c 
> /sw/src/fink.build/python27-2.7.12-1/Python-2.7.12/Modul
> es/tkappinit.c -o 
> build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2
> .7.12-1/Python-2.7.12/Modules/tkappinit.o -I/sw/include -I/opt/X11/include
> gcc -L/sw/lib -bundle 
> /sw/src/fink.build/python27-2.7.12-1/Python-2.7.12/libpyth
> on2.7.dylib -L/sw/lib -L/sw/lib -I. -IInclude -I./Include -I/sw/include 
> build/te
> mp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.7.12-1/Python-2.7.12/Modu
> les/_tkinter.o 
> build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.7.
> 12-1/Python-2.7.12/Modules/tkappinit.o -L/sw/lib -L. -o 
> build/lib.macosx-10.9-x8
> 6_64-2.7/_tkinter.so -L/sw/libs -ltcl -ltk
> ld: warning: directory not found for option '-L/sw/libs'
> *** WARNING: renaming "_tkinter" since importing it failed: 
> dlopen(build/lib.mac
> osx-10.9-x86_64-2.7/_tkinter.so, 2): Symbol not found: __os_trace_with_buffer
>  Referenced from: /opt/X11/lib/asan/libclang_rt.asan_osx_dynamic.dylib
>  Expected in: /usr/lib/libSystem.B.dylib
> in /opt/X11/lib/asan/libclang_rt.asan_osx_dynamic.dylib
> 
> 
> 
> Python build finished, but the necessary bits to build these modules were not 
> fo
> und:
> bsddb185   dl imageop
> linuxaudiodev  ossaudiodevspwd
> sunaudiodev
> To find the necessary bits, look in setup.py in detect_modules() for the 
> module'
> s name.
> (Fink package build should have 7 missing)
> 
> 
> Failed to build these modules:
> _tkinter
> 
> 
> Package manager version: 0.39.3
> Distribution version: selfupdate-rsync Mon Jul 11 10:06:43 2016, 10.9, x86_64
> Trees: local/main stable/main
> Xcode.app: 6.2
> Xcode command-line tools: 6.2.0.0.1.1424975374
> Max. Fink build jobs:  18
> 
> and
> 
> XQuartz 2.7.10_beta2 (xorg-server 1.18.3)
> 
> which seems like it might be part of the problem, because there have been 
> various library updates, I believe.  I rebuilt some of the gtk packages to no 
> avail, maybe I didn’t pick the right ones?
> 
> many thanks,
> — Viv
> 

Python doesn’t use GTK or glib at all.

I think it must be the XQuartz beta. It seems to have an inappropriate library, 
/opt/X11/lib/asan/libclang_rt.asan_osx_dynamic.dylib, which is actually part of 
clang’s address sanitizer debugging tool. It must have been included by mistake 
and/or they left debugging code in that is built for a newer OS. It’s looking 
for a symbol called “__os_trace_with_buffer” in libSystem but that symbol 
doesn’t exist as of 10.11. I suspect it’s from 10.12. So this looks like a 
buggy XQuartz release. Python builds fine for me on 10.11 with non-beta XQuartz.

Daniel




signature.asc
Description: Message signed with OpenPGP using GPGMail
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev___
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


Re: [Fink-users] pyqt5-mac-py27-5.6-1 build failed on 10.9 looking for dbus headers

2016-04-28 Thread Daniel Johnson

> On Apr 28, 2016, at 7:17 PM, Daniel Johnson <daniel.johnso...@gmail.com> 
> wrote:
> 
>> 
>> On Apr 28, 2016, at 1:10 PM, Sean Lake <odysseus9...@gmail.com> wrote:
>> 
>> I'm running into the same problem on Mac OS X 10.10.
>> 
>> fink --version
>> Package manager version: 0.39.3
>> Distribution version: selfupdate-rsync Thu Apr 28 09:44:46 2016, 10.10, 
>> x86_64
>> Trees: local/main stable/main
>> 
>> On Wed, Apr 27, 2016 at 3:44 PM, Viv Kendon <v...@trellick.net> wrote:
>>> Doing an “update-all”,
>>> 
>>> make[1]: Entering directory 
>>> '/sw/src/fink.build/pyqt5-mac-py27-5.6-1/PyQt5_gpl-5.6/dbus'
>>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
>>>  -c -pipe -stdlib=libc++ -fno-exceptions -O2 -std=gnu++11 -isysroot 
>>> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
>>>  -mmacosx-version-min=10.9 -Wall -W -fPIC -DSIP_PROTECTED_IS_PUBLIC 
>>> -Dprotected=public -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -isystem 
>>> /sw/include/python2.7 -isystem /sw/include/dbus-1.0 -I. 
>>> -I/sw/lib/qt5-mac/lib/QtCore.framework/Headers -I. 
>>> -I/sw/lib/qt5-mac/share/qt5/mkspecs/macx-clang -F/sw/lib/qt5-mac/lib -o 
>>> dbus.o dbus.cpp
>>> /sw/lib/qt5-mac/bin/moc -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public 
>>> -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 
>>> -D__APPLE_CC__ -I/sw/lib/qt5-mac/share/qt5/mkspecs/macx-clang 
>>> -I/sw/src/fink.build/pyqt5-mac-py27-5.6-1/PyQt5_gpl-5.6/dbus 
>>> -I/sw/src/fink.build/pyqt5-mac-py27-5.6-1/PyQt5_gpl-5.6/dbus 
>>> -I/sw/include/python2.7 -I/sw/include/dbus-1.0 
>>> -I/sw/src/fink.build/pyqt5-mac-py27-5.6-1/PyQt5_gpl-5.6/dbus 
>>> -I/sw/lib/qt5-mac/lib/QtCore.framework/Headers -I/sw/include/dbus-1.0 
>>> -I/sw/lib/dbus-1.0/include -I/sw/include/glib-2.0 
>>> -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include 
>>> -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
>>>  
>>> -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include
>>>  
>>> -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
>>>  
>>> -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include
>>>  -F/sw/lib/qt5-mac/lib helper.h -o moc_helper.cpp
>>> In file included from dbus.cpp:27:
>>> In file included from /sw/include/dbus-1.0/dbus/dbus-python.h:33:
>>> /sw/include/dbus-1.0/dbus/dbus.h:29:10: fatal error: 'dbus/dbus-arch-deps.h'
>>> file not found
>>> #include 
>>>^
>>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
>>>  -c -pipe -stdlib=libc++ -fno-exceptions -O2 -std=gnu++11 -isysroot 
>>> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
>>>  -mmacosx-version-min=10.9 -Wall -W -fPIC -DSIP_PROTECTED_IS_PUBLIC 
>>> -Dprotected=public -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -isystem 
>>> /sw/include/python2.7 -isystem /sw/include/dbus-1.0 -I. 
>>> -I/sw/lib/qt5-mac/lib/QtCore.framework/Headers -I. 
>>> -I/sw/lib/qt5-mac/share/qt5/mkspecs/macx-clang -F/sw/lib/qt5-mac/lib -o 
>>> moc_helper.o moc_helper.cpp
>>> 1 error generated.
>>> Makefile:505: recipe for target 'dbus.o' failed
>>> make[1]: *** [dbus.o] Error 1
>>> make[1]: *** Waiting for unfinished jobs
>>> In file included from moc_helper.cpp:9:
>>> In file included from ./helper.h:34:
>>> /sw/include/dbus-1.0/dbus/dbus.h:29:10: fatal error: 'dbus/dbus-arch-deps.h'
>>> file not found
>>> #include 
>>>^
>>> 1 error generated.
>>> Makefile:508: recipe for target 'moc_helper.o' failed
>>> make[1]: *** [moc_helper.o] Error 1
>>> make[1]: Leaving directory 
>>> '/sw/src/fink.build/pyqt5-mac-py27-5.6-1/PyQt5_gpl-5.6/dbus'
>>> Makefile:1670: recipe for target 'sub-dbus-make_first-ordered' failed
>>> make: *** [sub-dbus-make_first-ordered] Error 2
>>> 
>>> Package manager version: 0.39.3
>>> Distribution version: selfupdate-rsync Tue Apr 26 21:48:17 2016, 10.9, 
>>> x86_64
>>> Trees: local/main stable/main
>>> Xcode.app: 6.2
>>> Xcode command-line tools: 6.2.0.0.1.1424975374
>

Re: [Fink-users] pyqt5-mac-py27-5.6-1 build failed on 10.9 looking for dbus headers

2016-04-28 Thread Daniel Johnson

> On Apr 28, 2016, at 1:10 PM, Sean Lake  wrote:
> 
> I'm running into the same problem on Mac OS X 10.10.
> 
> fink --version
> Package manager version: 0.39.3
> Distribution version: selfupdate-rsync Thu Apr 28 09:44:46 2016, 10.10, x86_64
> Trees: local/main stable/main
> 
> On Wed, Apr 27, 2016 at 3:44 PM, Viv Kendon  wrote:
>> Doing an “update-all”,
>> 
>> make[1]: Entering directory 
>> '/sw/src/fink.build/pyqt5-mac-py27-5.6-1/PyQt5_gpl-5.6/dbus'
>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
>>  -c -pipe -stdlib=libc++ -fno-exceptions -O2 -std=gnu++11 -isysroot 
>> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
>>  -mmacosx-version-min=10.9 -Wall -W -fPIC -DSIP_PROTECTED_IS_PUBLIC 
>> -Dprotected=public -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -isystem 
>> /sw/include/python2.7 -isystem /sw/include/dbus-1.0 -I. 
>> -I/sw/lib/qt5-mac/lib/QtCore.framework/Headers -I. 
>> -I/sw/lib/qt5-mac/share/qt5/mkspecs/macx-clang -F/sw/lib/qt5-mac/lib -o 
>> dbus.o dbus.cpp
>> /sw/lib/qt5-mac/bin/moc -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public 
>> -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -D__APPLE__ -D__GNUC__=4 
>> -D__APPLE_CC__ -I/sw/lib/qt5-mac/share/qt5/mkspecs/macx-clang 
>> -I/sw/src/fink.build/pyqt5-mac-py27-5.6-1/PyQt5_gpl-5.6/dbus 
>> -I/sw/src/fink.build/pyqt5-mac-py27-5.6-1/PyQt5_gpl-5.6/dbus 
>> -I/sw/include/python2.7 -I/sw/include/dbus-1.0 
>> -I/sw/src/fink.build/pyqt5-mac-py27-5.6-1/PyQt5_gpl-5.6/dbus 
>> -I/sw/lib/qt5-mac/lib/QtCore.framework/Headers -I/sw/include/dbus-1.0 
>> -I/sw/lib/dbus-1.0/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include 
>> -I/sw/include/freetype2 -I/sw/include 
>> -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
>>  
>> -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include
>>  
>> -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
>>  
>> -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include
>>  -F/sw/lib/qt5-mac/lib helper.h -o moc_helper.cpp
>> In file included from dbus.cpp:27:
>> In file included from /sw/include/dbus-1.0/dbus/dbus-python.h:33:
>> /sw/include/dbus-1.0/dbus/dbus.h:29:10: fatal error: 'dbus/dbus-arch-deps.h'
>>  file not found
>> #include 
>> ^
>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
>>  -c -pipe -stdlib=libc++ -fno-exceptions -O2 -std=gnu++11 -isysroot 
>> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk
>>  -mmacosx-version-min=10.9 -Wall -W -fPIC -DSIP_PROTECTED_IS_PUBLIC 
>> -Dprotected=public -DQT_NO_DEBUG -DQT_PLUGIN -DQT_CORE_LIB -I. -I. -isystem 
>> /sw/include/python2.7 -isystem /sw/include/dbus-1.0 -I. 
>> -I/sw/lib/qt5-mac/lib/QtCore.framework/Headers -I. 
>> -I/sw/lib/qt5-mac/share/qt5/mkspecs/macx-clang -F/sw/lib/qt5-mac/lib -o 
>> moc_helper.o moc_helper.cpp
>> 1 error generated.
>> Makefile:505: recipe for target 'dbus.o' failed
>> make[1]: *** [dbus.o] Error 1
>> make[1]: *** Waiting for unfinished jobs
>> In file included from moc_helper.cpp:9:
>> In file included from ./helper.h:34:
>> /sw/include/dbus-1.0/dbus/dbus.h:29:10: fatal error: 'dbus/dbus-arch-deps.h'
>>  file not found
>> #include 
>> ^
>> 1 error generated.
>> Makefile:508: recipe for target 'moc_helper.o' failed
>> make[1]: *** [moc_helper.o] Error 1
>> make[1]: Leaving directory 
>> '/sw/src/fink.build/pyqt5-mac-py27-5.6-1/PyQt5_gpl-5.6/dbus'
>> Makefile:1670: recipe for target 'sub-dbus-make_first-ordered' failed
>> make: *** [sub-dbus-make_first-ordered] Error 2
>> 
>> Package manager version: 0.39.3
>> Distribution version: selfupdate-rsync Tue Apr 26 21:48:17 2016, 10.9, x86_64
>> Trees: local/main stable/main
>> Xcode.app: 6.2
>> Xcode command-line tools: 6.2.0.0.1.1424975374
>> Max. Fink build jobs:  18
>> 
>> fink list -ti dbus
>> Information about 9406 packages read in 1 seconds.
>> i  dbus1.8.20-1Message bus system for applications
>> i  dbus-glib1.2-dev0.86-3  Message bus system for applications
>> i  dbus-glib1.2-shlibs 0.86-3  Message bus system for applications
>> i  dbus1.3-dev 1.8.20-1Message bus system for applications
>> i  dbus1.3-shlibs  1.8.20-1Message bus system for applications
>> i  pydbus-py27 0.84.0-5Simple interprocess messaging system
>> i  pydbus-py27-dev 0.84.0-5Development libraries for pydbus-py27
>> i  qt4-base-mac-qtdbus-shlibs  4.8.7-2 Qt D-Bus library (mac)
>> i  qt4-base-x11-qtdbus-shlibs  4.7.3-140   Qt D-Bus library (x11)
>> i  qt5-mac-qtdbus-shlibs   5.6.0-1 Qt D-Bus library (mac)
>> 
>> ls /sw/include/dbus-1.0/dbus/
>> 

Re: [Fink-users] Fontforge > Pango problem

2016-04-11 Thread Daniel Johnson

> On Apr 7, 2016, at 11:33 AM, Alexander Hansen  
> wrote:
> 
>> 
>> On Apr 7, 2016, at 08:23, van Rijn Walter  wrote:
>> 
>> Hi, I am using OSX 10.11.3, and want to use the app Fontforge in combination 
>> with the app Potrace (it allows auto tracing from within Fontforge).
>> I used to run it on an old OS but now upgraded my Mac with 10.11 and 
>> installed Fink 0.39.3, uploaded Fontforge and Potrace. So far so good.
>> I am trying to get Fontforge running via Terminal: ~ waltervr$ fontforge
>> and run into a problem with Pango:
>> 
>> Based on source from git with hash:
>> no xdefs_filename!
>> TESTING: getPixmapDir:/sw/share/fontforge/pixmaps
>> TESTING: getShareDir:/sw/share/fontforge
>> TESTING: GResourceProgramDir:/sw/bin
>> trying default theme:/sw/share/fontforge/pixmaps/resources
>> fontforge.hasUserInterface!
>> PyFF_onAppClosing() cnt:1
>> 
>> (process:3020): Pango-CRITICAL **: No modules found:
>> No builtin or dynamically loaded modules were found.
>> PangoFc will not work correctly.
>> This probably means there was an error in the creation of:
>>   '/sw/lib/pango-ft219/etc/pango/pango.modules'
>> You should create this file by running:
>>   pango-querymodules > '/sw/lib/pango-ft219/etc/pango/pango.modules'
>> Fontconfig warning: "/sw/etc/fonts/conf.d/50-user.conf", line 9: reading 
>> configurations from ~/.fonts.conf is deprecated.
>> 
>> (process:3020): Pango-WARNING **: failed to choose a font, expect ugly 
>> output. engine-type='PangoRenderFc', script='latin'
>> 
>> (process:3020): Pango-WARNING **: failed to choose a font, expect ugly 
>> output. engine-type='PangoRenderFc', script='common'
>> 
>> I fond some posts with same problem but not one with a solution I can 
>> understand.
>> see:  http://article.gmane.org/gmane.os.macosx.fink.user/39784
>> I did try to run:  pango-querymodules > 
>> '/sw/lib/pango-ft219/etc/pango/pango.modules'
>> return: -bash: /sw/lib/pango-ft219/etc/pango/pango.modules: No such file or 
>> directory
>> 
>> Being a novice with running Linux apps via Terminal: how to solve this?
>> 
>> Many thanks for your time :)
>> 
>> -
>> Walter van Rijn
>> wvr...@gmail.com
>> -
>> 
>> ———
> 
> (They aren’t Linux apps because you aren’t on Linux)
> 
> Did you check the follow up post 
> http://thread.gmane.org/gmane.os.macosx.fink.user/39784 ? pango.modules is 
> installed by the “pango1-xft2-ft219” main package, so you might need to 
> install that.
> 
> I’m cc’ing the fontforge maintainer since this potentially could be a missing 
> dependency.

I’ve added pango1-xft2-ft219 as a dependency. I’ve also updated to the new 
20160404 version and enabled TrueType hint debugging.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
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


Re: [Fink-users] cryptography-py27-1.1.1-2 build failure

2016-03-09 Thread Daniel Johnson

> On Mar 9, 2016, at 5:36 PM, Viv Kendon  wrote:
> 
> (maintainer Cc’d) with everything else updated:
> 
> writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
> running build_ext
> generating cffi module 'build/temp.macosx-10.9-x86_64-2.7/_commoncrypto.c'
> creating build/temp.macosx-10.9-x86_64-2.7
> generating cffi module 'build/temp.macosx-10.9-x86_64-2.7/_padding.c'
> generating cffi module 'build/temp.macosx-10.9-x86_64-2.7/_constant_time.c'
> generating cffi module 'build/temp.macosx-10.9-x86_64-2.7/_openssl.c'
> building '_openssl' extension
> creating build/temp.macosx-10.9-x86_64-2.7/build
> creating build/temp.macosx-10.9-x86_64-2.7/build/temp.macosx-10.9-x86_64-2.7
> gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall 
> -Wstrict-prototypes -I/sw/include -I/sw/include/python2.7 -c 
> build/temp.macosx-10.9-x86_64-2.7/_openssl.c -o 
> build/temp.macosx-10.9-x86_64-2.7/build/temp.macosx-10.9-x86_64-2.7/_openssl.o
> build/temp.macosx-10.9-x86_64-2.7/_openssl.c:718:6: error: conflicting types 
> for
>  'BIO_new_mem_buf'
> BIO *BIO_new_mem_buf(void *, int);
> ^
> /sw/include/openssl/bio.h:692:6: note: previous declaration is here
> BIO *BIO_new_mem_buf(const void *buf, int len);
> ^
> 1 error generated.
> error: command 'gcc' failed with exit status 1
> ### execution of /sw/bin/python2.7 failed, exit code 1
> ### execution of /tmp/fink.SCP4y failed, exit code 1
> 
> 
> 
> Package manager version: 0.39.3
> Distribution version: selfupdate-rsync Wed Mar  9 22:06:46 2016, 10.9, x86_64
> Trees: local/main stable/main
> Xcode.app: 6.2
> Xcode command-line tools: 6.2.0.0.1.1424975374
> Max. Fink build jobs:  18
> 
> and case-sensitive file system.
> 
> many thanks,
> — Viv

I just updated to version 1.2.3 which fixed it.

Thanks

Daniel




signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140___
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


Re: [Fink-users] libvpx update failed on 10.10.5

2016-01-18 Thread Daniel Johnson


> On Jan 18, 2016, at 8:45 AM, Ingo Thies <ith...@astro.uni-bonn.de> wrote:
> 
> Dear Daniel Johnson,
> 
> please find my message to the Fink users list below (sorry that I forgot
> to Cc it directly).

libvpx doesn't build anymore on recent OS X and can't easily be fixed. It's 
been replaced with libvpx14 or libvpx15. There shouldn't be anything still 
using the old version. Maybe try removing it before updating.

Daniel

> 
>  Weitergeleitete Nachricht 
> Betreff: libvpx update failed on 10.10.5
> Datum: Mon, 18 Jan 2016 14:43:01 +0100
> Von: Ingo Thies <ith...@astro.uni-bonn.de>
> An: fink-users mailing list <Fink-users@lists.sourceforge.net>
> 
> Dear Fink users,
> 
> the recent update of libvpx failed on my Mac (10.10.5). I got a huge
> list of errors, the first of them listed at the end of this posting. If
> required, I can copy more of them from into a follow-up message.
> 
> System Info:
> Package manager version: 0.39.2
> Distribution version: selfupdate-rsync Mon Jan 18 14:34:37 2016, 10.10,
> x86_64
> Trees: local/main stable/main local/injected
> Xcode.app: 6.4
> Xcode command-line tools: 6.4.0.0.1.1435007323
> Max. Fink build jobs:  1
> 
> 
> Error messages:
> 
> vp8/encoder/vp8_asm_enc_offsets.c:23:1: error: unexpected token in
> argument list
> DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
> ^
> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE'
> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))
>  ^
> :68:2: note: expanded from here
> "vp8_block_coeff"
> ^
> :2:21: note: instantiated into assembly here
> vp8_block_coeff EQU $8
>^
> vp8/encoder/vp8_asm_enc_offsets.c:24:1: error: unexpected token in
> argument list
> DEFINE(vp8_block_zbin,  offsetof(BLOCK, zbin));
> ^
> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE'
> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))
>  ^
> :69:2: note: expanded from here
> "vp8_block_zbin"
> ^
> :2:20: note: instantiated into assembly here
> vp8_block_zbin EQU $40
>   ^
> vp8/encoder/vp8_asm_enc_offsets.c:25:1: error: unexpected token in
> argument list
> DEFINE(vp8_block_round, offsetof(BLOCK, round));
> ^
> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE'
> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))
>  ^
> :70:2: note: expanded from here
> "vp8_block_round"
> ^
> :2:21: note: instantiated into assembly here
> vp8_block_round EQU $56
>^
> vp8/encoder/vp8_asm_enc_offsets.c:26:1: error: unexpected token in
> argument list
> DEFINE(vp8_block_quant, offsetof(BLOCK, quant));
> ^
> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE'
> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))
>  ^
> :71:2: note: expanded from here
> "vp8_block_quant"
> ^
> :2:21: note: instantiated into assembly here
> vp8_block_quant EQU $16
>^
> vp8/encoder/vp8_asm_enc_offsets.c:27:1: error: unexpected token in
> argument list
> DEFINE(vp8_block_quant_fast,offsetof(BLOCK,
> quant_fast));
> ^
> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE'
> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))
>  ^
> :72:2: note: expanded from here
> "vp8_block_quant_fast"
> ^
> :2:26: note: instantiated into assembly here
> vp8_block_quant_fast EQU $24
> ^
> vp8/encoder/vp8_asm_enc_offsets.c:28:1: error: unexpected token in
> argument list
> DEFINE(vp8_block_zbin_extra,offsetof(BLOCK,
> zbin_extra));
> ^
> ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE'
> #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))
>  ^
> :73:2: note: expanded from here
> "vp8_block_zbin_extra"
> ^
> :2:26: note: instantiated into assembly here
> vp8_block_zbin_extra EQU $64
> ^
> vp8/encoder/vp8_asm_enc_offsets.c:29:1: error: unexpected token in
> argument list
> DEFINE(vp8_block_zrun_zbin_boost,   offsetof(BLOCK,
> zrun_zbin_boost));
> ^
> ./vpx_ports/a

Re: [Fink-users] pyqt4-mac-py27-4.11.4-1 case-sensitive install error

2016-01-04 Thread Daniel Johnson

> On Jan 4, 2016, at 5:10 PM, Viv Kendon  wrote:
> 
> I just hit a case-sensitive install error:
> 
> /bin/cp -r README 
> /sw/src/fink.build/root-pyqt4-mac-py27-4.11.4-1/sw/share/doc/p
> yqt4-mac-py27/
> /bin/cp -r Thanks 
> /sw/src/fink.build/root-pyqt4-mac-py27-4.11.4-1/sw/share/doc/p
> yqt4-mac-py27/
> cp: Thanks: No such file or directory
> 
> filename should be THANKS for those of us with case-sensitive file systems :)
> 
> Package manager version: 0.39.2
> Distribution version: selfupdate-rsync Mon Jan  4 17:54:24 2016, 10.9, x86_64
> Trees: local/main stable/main
> Xcode.app: 6.2
> Xcode command-line tools: 6.2.0.0.1.1424975374
> Max. Fink build jobs:  18
> 
> many thanks,
> — Viv
> 
> 

D’oh! Now fixed. Thanks!

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] error building qscintilla2-qt4-mac-py27

2015-12-29 Thread Daniel Johnson

> On Dec 29, 2015, at 9:49 AM, Daniel Johnson <daniel.johnso...@gmail.com> 
> wrote:
> 
> 
>> On Dec 28, 2015, at 8:50 PM, 美彦 馬場 <babayoshih...@mac.com> wrote:
>> 
>> Hi,
>> 
>>> On Nov 9, 2015, at 5:22 AM, Greg Minshall <minsh...@acm.org> wrote:
>>> 
>>> Alexander,
>>> 
>>> thanks for the reply.
>>> 
>>>> I didn’t reproduce this (10.11/Xcode 7.1).  Are your qt4* packages
>>>> current?
>> 
>> 
>> I deleted /sw, installed Fink from source and got the same error.
>> 
>> Adding —pyqt=PyQt4 didn’t help.
>> 
>> HomeBrew users report the issue and recommends older versions of pyqt4 and 
>> qscintilla2,
>> https://github.com/Homebrew/homebrew/issues/41464
>> but Fink’s versions are older and still produces the same error.
>> 
>> It seems that another project that uses pyqt4 and sip has the same problem.
>> 
>> Give these facts, the real issue is probably in the current version of SIP 
>> or qmake.
>> 
>> Thanks
>> --
>> BABA Yoshihiko
> 
> I just checked in new versions of sip-py, pyqt4 and qscintilla-qt4 that build 
> for me on 10.11 and also added py35 variants. I still need to update pyqt5 
> and friends but that will take longer since I need to rebuild qt5.
> 
> Daniel
> 

And now pyqt5 and qscintilla2-qt5 are updated.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] error building qscintilla2-qt4-mac-py27

2015-12-29 Thread Daniel Johnson

> On Dec 28, 2015, at 8:50 PM, 美彦 馬場  wrote:
> 
> Hi,
> 
>> On Nov 9, 2015, at 5:22 AM, Greg Minshall  wrote:
>> 
>> Alexander,
>> 
>> thanks for the reply.
>> 
>>> I didn’t reproduce this (10.11/Xcode 7.1).  Are your qt4* packages
>>> current?
> 
> 
> I deleted /sw, installed Fink from source and got the same error.
> 
> Adding —pyqt=PyQt4 didn’t help.
> 
> HomeBrew users report the issue and recommends older versions of pyqt4 and 
> qscintilla2,
> https://github.com/Homebrew/homebrew/issues/41464
> but Fink’s versions are older and still produces the same error.
> 
> It seems that another project that uses pyqt4 and sip has the same problem.
> 
> Give these facts, the real issue is probably in the current version of SIP or 
> qmake.
> 
> Thanks
> --
> BABA Yoshihiko

I just checked in new versions of sip-py, pyqt4 and qscintilla-qt4 that build 
for me on 10.11 and also added py35 variants. I still need to update pyqt5 and 
friends but that will take longer since I need to rebuild qt5.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-11 Thread Daniel Johnson

> On Dec 10, 2015, at 5:33 PM, Daniel Johnson <daniel.johnso...@gmail.com> 
> wrote:
> 
>> 
>> On Dec 10, 2015, at 5:19 PM, Hanspeter Niederstrasser 
>> <f...@snaggledworks.com> wrote:
>> 
>> 
>> On Thu, December 10, 2015 3:49 pm, Alexander Hansen wrote:
>>> 
>>>> On Dec 10, 2015, at 13:42, Jacques Bloch
>>>> <jacques.bl...@physik.uni-regensburg.de> wrote:
>>>> 
>>>> Somehow i was able to use DYLD_LIBRARY_PATH with armadillo which i put
>>>> in ~/opt/lib on my system.
>>>> 
>>>> Jacques
>>>> 
>>>> Sent from my iPhone
>>> 
>>> 
>>> That may be implementation-dependent.  If armadillo just wants _a_
>>> DYLD_LIBRARY_PATH and doesn’t rely on it being an environment variable,
>>> that may still work.
>>> 
>>> Fionna:~ hansen$ DYLD_LIBRARY_PATH="/sw/lib"
>>> Fionna:~ hansen$ export DYLD_LIBRARY_PATH
>>> Fionna:~ hansen$ printenv DYLD_LIBRARY_PATH
>>> Fionna:~ hansen$ echo $DYLD_LIBRARY_PATH
>>> /sw/lib
>> 
>> From what I understand, DYLD_LIBRARY_PATH still works, but it just doesn't
>> get passed to subshells.
>> 
>> So
>> 
>> DYLD_LIBRARY_PATH=/foo/lib /bin/sh BAR.sh
>> 
>> will use /foo/lib successfully, but
>> 
>> DYLD_LIBRARY_PATH=/foo/lib ./BAR.sh
>> 
>> (where BAR.sh starts with #!/bin/sh) will fail.
>> 
> 
> Specifically, all DYLD_* environment variables get removed when running any 
> binary that is considered “protected”. That includes anything in /bin, /sbin, 
> /usr/bin and /usr/sbin. So the problem is that you can’t pass DYLD_* to 
> /bin/sh since it’s protected. If you were to use fink’s bash it WILL work 
> since it isn’t protected but that would mean a dependency on bash. That’s 
> kind of an expensive work around.
> 
> DYLD_FALLBACK_LIBRARY_PATH is the one exception that does get passed but it’s 
> useless for overriding an already installed library.

Ok, the tests on python27, python34 and python35 should be fixed now. What I 
had to do is change the library install_name during the tests and change back 
after. However, that caused _sysconfigdata.py to be regenerated during make 
install with references to %b. This is actually harmless but fink’s validator 
doesn’t like it. To get around it I had to run make a second time during 
InstallScript, patch the file then run make install. Took a while to figure 
that out. It Works For Me but let me know if you encounter any issues.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] net-ssleay-pm5182-1.70-1 fails tests on 10.11

2015-12-11 Thread Daniel Johnson

> On Dec 10, 2015, at 11:52 AM, Daniel Johnson <dan...@daniel-johnson.org> 
> wrote:
> 
> 
>> On Dec 10, 2015, at 6:10 AM, Hanspeter Niederstrasser 
>> <f...@snaggledworks.com> wrote:
>> 
>> On 10.11.2 with Xcode 7.2
>> 
>> t/local/06_tcpecho.t ... ok
>> t/local/07_sslecho.t ... 1/78
>> #   Failed test 'set_cert_and_key: private key `t/data/key.pem' () 7174: 1 - 
>> error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared 
>> library
>> # private key `t/data/key.pem' () 7174: 2 - error:25070067:DSO support 
>> routines:DSO_load:could not load the shared library
>> # '
>> #   at t/local/07_sslecho.t line 63.
>> # Looks like you failed 1 test of 78.
>> t/local/07_sslecho.t ... Dubious, test returned 1 (wstat 
>> 256, 0x100)
>> Failed 1/78 subtests
>> t/local/08_pipe.t .. ok
>> 
>> Package manager version: 0.39.2
>> Distribution version: selfupdate-cvs Sun Dec  6 19:38:58 2015, 10.11, x86_64
>> Trees: local/main stable/main
>> Xcode.app: 7.2
>> Xcode command-line tools: 7.2.0.0.1.1447826929
>> Max. Fink build jobs:  1
>> 
>> Hanspeter
> 
> Looks like another case of SIP breaking DYLD_LIBRARY_PATH. I’ll look into it.
> 
> Daniel
> 

I can’t get the test to pass on 10.11 so I disabled it.

I suspect the issue is that somewhere (maybe test-harness or test-more?) 
DYLD_LIBRARY_PATH is being set but since we’re using /usr/bin/perl it’s getting 
stripped. I wouldn’t be surprised if other perlmods with .bundles could also 
have issues. It’s also likely that it wouldn’t be an issue with a non-system 
perl. Yet another reason to ditch system perl IMO.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] net-ssleay-pm5182-1.70-1 fails tests on 10.11

2015-12-10 Thread Daniel Johnson

> On Dec 10, 2015, at 6:10 AM, Hanspeter Niederstrasser 
>  wrote:
> 
> On 10.11.2 with Xcode 7.2
> 
> t/local/06_tcpecho.t ... ok
> t/local/07_sslecho.t ... 1/78
> #   Failed test 'set_cert_and_key: private key `t/data/key.pem' () 7174: 1 - 
> error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared 
> library
> # private key `t/data/key.pem' () 7174: 2 - error:25070067:DSO support 
> routines:DSO_load:could not load the shared library
> # '
> #   at t/local/07_sslecho.t line 63.
> # Looks like you failed 1 test of 78.
> t/local/07_sslecho.t ... Dubious, test returned 1 (wstat 256, 
> 0x100)
> Failed 1/78 subtests
> t/local/08_pipe.t .. ok
> 
> Package manager version: 0.39.2
> Distribution version: selfupdate-cvs Sun Dec  6 19:38:58 2015, 10.11, x86_64
> Trees: local/main stable/main
> Xcode.app: 7.2
> Xcode command-line tools: 7.2.0.0.1.1447826929
> Max. Fink build jobs:  1
> 
> Hanspeter

Looks like another case of SIP breaking DYLD_LIBRARY_PATH. I’ll look into it.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-10 Thread Daniel Johnson

> On Dec 10, 2015, at 5:19 PM, Hanspeter Niederstrasser 
>  wrote:
> 
> 
> On Thu, December 10, 2015 3:49 pm, Alexander Hansen wrote:
>> 
>>> On Dec 10, 2015, at 13:42, Jacques Bloch
>>>  wrote:
>>> 
>>> Somehow i was able to use DYLD_LIBRARY_PATH with armadillo which i put
>>> in ~/opt/lib on my system.
>>> 
>>> Jacques
>>> 
>>> Sent from my iPhone
>> 
>> 
>> That may be implementation-dependent.  If armadillo just wants _a_
>> DYLD_LIBRARY_PATH and doesn’t rely on it being an environment variable,
>> that may still work.
>> 
>> Fionna:~ hansen$ DYLD_LIBRARY_PATH="/sw/lib"
>> Fionna:~ hansen$ export DYLD_LIBRARY_PATH
>> Fionna:~ hansen$ printenv DYLD_LIBRARY_PATH
>> Fionna:~ hansen$ echo $DYLD_LIBRARY_PATH
>> /sw/lib
> 
> From what I understand, DYLD_LIBRARY_PATH still works, but it just doesn't
> get passed to subshells.
> 
> So
> 
> DYLD_LIBRARY_PATH=/foo/lib /bin/sh BAR.sh
> 
> will use /foo/lib successfully, but
> 
> DYLD_LIBRARY_PATH=/foo/lib ./BAR.sh
> 
> (where BAR.sh starts with #!/bin/sh) will fail.
> 

Specifically, all DYLD_* environment variables get removed when running any 
binary that is considered “protected”. That includes anything in /bin, /sbin, 
/usr/bin and /usr/sbin. So the problem is that you can’t pass DYLD_* to /bin/sh 
since it’s protected. If you were to use fink’s bash it WILL work since it 
isn’t protected but that would mean a dependency on bash. That’s kind of an 
expensive work around.

DYLD_FALLBACK_LIBRARY_PATH is the one exception that does get passed but it’s 
useless for overriding an already installed library.

Daniel




signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-10 Thread Daniel Johnson

> On Dec 10, 2015, at 6:52 AM, Hanspeter Niederstrasser 
>  wrote:
> 
> [370/396/3] test_platform
> dyld: Library not loaded: /sw/lib/python3.5/config-3.5m/libpython3.5m.dylib
>  Referenced from: /sw/build.build/python35-3.5.0-1/Python-3.5.0/python.exe
>  Reason: image not found
> test test_platform failed -- Traceback (most recent call last):
>  File 
> "/sw/build.build/python35-3.5.0-1/Python-3.5.0/Lib/test/test_platform.py", 
> line 287, in test_popen
>self.assertEqual(hello, "Hello")
> AssertionError: '' != 'Hello'
> + Hello
> ...
> [339/396/2] test_popen
> dyld: Library not loaded: /sw/lib/python3.5/config-3.5m/libpython3.5m.dylib
>  Referenced from: /sw/build.build/python35-3.5.0-1/Python-3.5.0/python.exe
>  Reason: image not found
> test test_popen failed -- Traceback (most recent call last):
>  File "/sw/build.build/python35-3.5.0-1/Python-3.5.0/Lib/test/test_popen.py", 
> line 33, in test_popen
>["foo", "bar"]
>  File "/sw/build.build/python35-3.5.0-1/Python-3.5.0/Lib/test/test_popen.py", 
> line 26, in _do_test_commandline
>got = eval(data)[1:] # strip off argv[0]
>  File "", line 0
> 
>^
> SyntaxError: unexpected EOF while parsing
> ...
> [183/396/1] test_subprocess
> dyld: Library not loaded: /sw/lib/python3.5/config-3.5m/libpython3.5m.dylib
>  Referenced from: /sw/build.build/python35-3.5.0-1/Python-3.5.0/python.exe
>  Reason: image not found
> dyld: Library not loaded: /sw/lib/python3.5/config-3.5m/libpython3.5m.dylib
>  Referenced from: /sw/build.build/python35-3.5.0-1/Python-3.5.0/python.exe
>  Reason: image not found
> dyld: Library not loaded: /sw/lib/python3.5/config-3.5m/libpython3.5m.dylib
>  Referenced from: /sw/build.build/python35-3.5.0-1/Python-3.5.0/python.exe
>  Reason: image not found
> ...
> FAILED (failures=1, skipped=1)
> test test_platform failed
> 3 tests failed again:
>test_platform test_popen test_subprocess
> 
> If I install python35 w/out tests and then retest, they all pass.  So 10.11's 
> 'protection' seems to strike again.
> 
> Hanspeter

Yep, that’s exactly what’s going on. Python uses DYLD_LIBRARY_PATH to find the 
just-built library and that doesn’t work anymore. In theory, I could use 
install_name_tool to change the library path before tests and reset it after, 
but that would require changing a LOT of files since all the C-based modules 
point to libpython. Maybe just changing python.exe would suffice but I’ll need 
to play with it a while. It isn’t going to be fixed right away but I will work 
on it. Fortunately this only effects tests.

Daniel




signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] qt3 fails to build on El Capitan

2015-11-14 Thread Daniel Johnson

> On Nov 14, 2015, at 6:01 PM, Martin Costabel  wrote:
> 
> On 14/11/15 23:24, Alexander Hansen wrote:
>> 
>>> On Nov 14, 2015, at 14:21, Martin Costabel  wrote:
>>> 
>>> On 14/11/15 22:08, Daniel Macks wrote:
>>> []
 Looks like the build is using "-L to build dir to find a -l library",
 which is *at best* multithreaded-risky and at worst leads to problems
 if any version of the qt3 package is already installed. The qt build
 system is annoying that way. Don't have any direct diagnosis or robust
 solution, but "make sure you have no qt3* installed before building
 qt3" is something to try.
>>> 
>>> I am getting the same error as Dušan, with no qt3 previously installed.
>>> 
>>> It seems to me that Apple really have crossed the line now: Apparently you 
>>> cannot use DYLD_LIBRARY_PATH on El Crapitan any more. If this is true, see 
>>> , and no workaround is 
>>> found, then not only qt3, but many more Fink packages (and a lot of other 
>>> software) will have a problem.
>>> 
>>> --
>>> Martin
>>> 
>>> 
>> 
>> Ah.  I _didn’t_ see the same thing, but I had qt3 installed already via 
>> 10.10.
> 
> Yes, that would work.
> 
> After some googling, I am now convinced that this is a serious problem
> hitting a lot of people. Here is an example:
> 
> They recommend that anyone concerned should file a bug with Apple so
> that they might think about packpedalling.
> 
You can try, but I doubt it’ll make a difference. As far as Apple is concerned, 
this is a feature, not a bug. Disabling DYLD_LIBRARY_PATH is part of System 
Integrity Protection as being able to interpose a different library is a 
security risk. If you disable SIP, DYLD_LIBRARY_PATH works again.

DYLD_FALLBACK_LIBRARY_PATH still works so maybe it can be used instead. I 
haven’t looked at the code in question.

Daniel




signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] Error trying to install "rcs" package

2015-10-10 Thread Daniel Johnson

> On Oct 10, 2015, at 2:25 PM, Paul Dumais  wrote:
> 
> Hello,
> See the error message below, any clue ? :
> 
> 
> 
>   CC   b-anchor.o
> 
> In file included from b-anchor.c:21:
> 
> ./base.h:757:3: error: '_Noreturn' keyword must precede function declarator
> 
>   exiting;
> 
>   ^~~
> 
> ./base.h:43:18: note: expanded from macro 'exiting'
> 
> #define exiting  _Noreturn
> 
>  ^
> 
> ./base.h:833:3: error: '_Noreturn' keyword must precede function declarator
> 
>   exiting;
> 
>   ^~~
> 
> ./base.h:43:18: note: expanded from macro 'exiting'
> 
> #define exiting  _Noreturn
> 
>  ^
> 
> 2 errors generated.
> 
> make[2]: *** [b-anchor.o] Error 1
> 
> make[1]: *** [all] Error 2
> 
> make: *** [all-recursive] Error 1
> 
> ### execution of make failed, exit code 2
> 
> ### execution of /tmp/fink.1y9iw failed, exit code 2
> 
> 
> 
> 
> 
> 
> 
> Package manager version: 0.39.1
> 
> Distribution version: selfupdate-rsync Sat Oct 10 14:11:00 2015, 10.10, x86_64
> 
> Trees: local/main stable/main stable/crypto
> 
> Xcode.app: 7.0.1
> 
> Xcode command-line tools: 7.0.0.0.1.1441394355
> 
> Max. Fink build jobs:  1
> 

This is due to the compiler in Xcode 7 being stricter. I’ve patched it and it 
should build now.

It also triggered a nasty bug on 10.11 that caused massively recursive 
directories that couldn’t be deleted, which I also fixed.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] Troubles building valgrind

2015-10-02 Thread Daniel Johnson

> On Oct 2, 2015, at 4:25 AM, Alessio Sarti <sartiales...@gmail.com> wrote:
> 
> Dear all.
> I have troubles installing valgrind on OS X 10.10
> 
> Darwin retina-sarti.ing2.uniroma1.it 14.5.0 Darwin Kernel Version 14.5.0: Wed 
> Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64 x86_64
> 
> I have both gcc and clang that seems to satisfy the criteria for valgrind but 
> the installation fails with the error message attached below.
> Any help would be greatly appreciated.
> 
> Cheers,
> alessio
> 
> 
> checking for a supported version of gcc... Configured with: 
> --prefix=/Applications/Xcode.app/Contents/Developer/usr 
> --with-gxx-include-dir=/usr/include/c++/4.2.1
> Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
> --with-gxx-include-dir=/usr/include/c++/4.2.1
> no (7.0.0)
> configure: error: please use gcc >= 3.0 or clang >= 2.9 or icc >= 13.0
> ### execution of /tmp/fink.c1XjR failed, exit code 1
> ### execution of /tmp/fink.xYTx1 failed, exit code 1
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-valgrind-3.11.0-0.15244+10.10
> (Reading database ... 295986 files and directories currently installed.)
> Removing fink-buildlock-valgrind-3.11.0-0.15244+10.10 ...
> Failed: phase compiling: valgrind-3.11.0-0.15244+10.10 failed
> 
> Before reporting any errors, please run "fink selfupdate" and try again.
> Also try using "fink configure" to set your maximum build jobs to 1 and
> attempt to build the package again.
> If you continue to have issues, please check to see if the FAQ on Fink's
> website solves the problem.  If not, ask on one (not both, please) of
> these mailing lists:
> 
>   The Fink Users List <fink-users@lists.sourceforge.net>
>   The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,
> 
> with a carbon copy to the maintainer:
> 
>   Daniel Johnson <dan...@daniel-johnson.org>
> 
> Note that this is preferable to emailing just the maintainer directly,
> since most fink package maintainers do not have access to all possible
> hardware and software configurations.
> 
> Please try to include the complete error message in your report.  This
> generally consists of a compiler line starting with e.g. "gcc" or "g++"
> followed by the actual error output from the compiler.
> 
> Also include the following system information:
> Package manager version: 0.39.0
> Distribution version: selfupdate-rsync Fri Oct  2 10:15:30 2015, 10.10, x86_64
> Trees: local/main stable/main local/injected
> Xcode.app: 7.0.1
> Xcode command-line tools: 7.0.0.0.1.1441394355
> Max. Fink build jobs:  8
> 
> 
> Alessio Sarti
> 

It looks like it doesn’t expect clang greater than 6.x. I’ve checked in a patch 
that should fix it, but since I’ve switched to 10.11 I can’t test it myself. 
Please let me know if it works.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] Troubles building valgrind

2015-10-02 Thread Daniel Johnson

> On Oct 2, 2015, at 5:32 AM, Daniel Johnson <dan...@daniel-johnson.org> wrote:
> 
> 
>> On Oct 2, 2015, at 4:25 AM, Alessio Sarti <sartiales...@gmail.com> wrote:
>> 
>> Dear all.
>> I have troubles installing valgrind on OS X 10.10
>> 
>> Darwin retina-sarti.ing2.uniroma1.it 14.5.0 Darwin Kernel Version 14.5.0: 
>> Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64 x86_64
>> 
>> I have both gcc and clang that seems to satisfy the criteria for valgrind 
>> but the installation fails with the error message attached below.
>> Any help would be greatly appreciated.
>> 
>> Cheers,
>> alessio
>> 
>> 
>> checking for a supported version of gcc... Configured with: 
>> --prefix=/Applications/Xcode.app/Contents/Developer/usr 
>> --with-gxx-include-dir=/usr/include/c++/4.2.1
>> Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
>> --with-gxx-include-dir=/usr/include/c++/4.2.1
>> no (7.0.0)
>> configure: error: please use gcc >= 3.0 or clang >= 2.9 or icc >= 13.0
>> ### execution of /tmp/fink.c1XjR failed, exit code 1
>> ### execution of /tmp/fink.xYTx1 failed, exit code 1
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-valgrind-3.11.0-0.15244+10.10
>> (Reading database ... 295986 files and directories currently installed.)
>> Removing fink-buildlock-valgrind-3.11.0-0.15244+10.10 ...
>> Failed: phase compiling: valgrind-3.11.0-0.15244+10.10 failed
>> 
>> Before reporting any errors, please run "fink selfupdate" and try again.
>> Also try using "fink configure" to set your maximum build jobs to 1 and
>> attempt to build the package again.
>> If you continue to have issues, please check to see if the FAQ on Fink's
>> website solves the problem.  If not, ask on one (not both, please) of
>> these mailing lists:
>> 
>>  The Fink Users List <fink-users@lists.sourceforge.net>
>>  The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,
>> 
>> with a carbon copy to the maintainer:
>> 
>>  Daniel Johnson <dan...@daniel-johnson.org>
>> 
>> Note that this is preferable to emailing just the maintainer directly,
>> since most fink package maintainers do not have access to all possible
>> hardware and software configurations.
>> 
>> Please try to include the complete error message in your report.  This
>> generally consists of a compiler line starting with e.g. "gcc" or "g++"
>> followed by the actual error output from the compiler.
>> 
>> Also include the following system information:
>> Package manager version: 0.39.0
>> Distribution version: selfupdate-rsync Fri Oct  2 10:15:30 2015, 10.10, 
>> x86_64
>> Trees: local/main stable/main local/injected
>> Xcode.app: 7.0.1
>> Xcode command-line tools: 7.0.0.0.1.1441394355
>> Max. Fink build jobs:  8
>> 
>> 
>> Alessio Sarti
>> 
> 
> It looks like it doesn’t expect clang greater than 6.x. I’ve checked in a 
> patch that should fix it, but since I’ve switched to 10.11 I can’t test it 
> myself. Please let me know if it works.
> 
> Daniel
> 

Of course, since I did that I see that there is a new version of valgrind that 
should fix this and has support for 10.11 so I’m going to do an update a bit if 
you want to wait.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] El Capitan gettext-tools update hang

2015-10-01 Thread Daniel Johnson

> On Oct 1, 2015, at 9:48 PM, Alexander Hansen  
> wrote:
> 
>> 
>> On Oct 1, 2015, at 16:01, Joe Borzellino  wrote:
>> 
>> Hi,
>> 
>> I upgraded to El Capitan release. Downloaded latest fink master from github 
>> and performed an inject.pl on an existing fink install on a yosemite 
>> machine. Did a fink reinstall fink and a fink selfupdate and those worked 
>> fine. Tried a fink update-all and when installing the gettext-tools, I get 
>> an install hang on the checking for Java compiler stage right after the 
>> warning:
>> 
>> "configure: WARNING: unknown target-version 1.8, please update gt_JAVACOMP 
>> macro"
>> 
>> I realize this may just be a hiccup in the transition to El Capitan, but any 
>> help would be appreciated.
>> 
>> Thanks in advance,
>> Joe
>> 
>> 
>> [riemann:~] joe% fink update-all
>> Information about 9790 packages read in 1 seconds.
>> The following package will be installed or updated:
>> gettext-tools
>> Setting runtime build-lock...
>> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-gettext-tools-0.19.5.1-2 
>> /sw/src/fink.build
>> dpkg-deb: building package `fink-buildlock-gettext-tools-0.19.5.1-2' in 
>> `/sw/src/fink.build/fink-buildlock-gettext-tools-0.19.5.1-2_2015.10.01-15.33.41_darwin-x86_64.deb'.
>> Installing build-lock package...
>> /sw/bin/dpkg-lockwait -i 
>> /sw/src/fink.build/fink-buildlock-gettext-tools-0.19.5.1-2_2015.10.01-15.33.41_darwin-x86_64.deb
>> Selecting previously deselected package 
>> fink-buildlock-gettext-tools-0.19.5.1-2.
>> (Reading database ... 64490 files and directories currently installed.)
>> Unpacking fink-buildlock-gettext-tools-0.19.5.1-2 (from 
>> .../fink-buildlock-gettext-tools-0.19.5.1-2_2015.10.01-15.33.41_darwin-x86_64.deb)
>>  ...
>> Setting up fink-buildlock-gettext-tools-0.19.5.1-2 (2015.10.01-15.33.41) ...
>> 
>> sudo -u fink-bld [ENV] sh -c /tmp/fink._dNSq
>> env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf 
>> /sw/src/gettext-0.19.5.1.tar.gz
>> sudo -u fink-bld [ENV] sh -c /tmp/fink.EYnHF
>> [ -r /sw/fink/dists/stable/main/finkinfo/base/libgettext8-shlibs.patch ]
>> sudo -u fink-bld [ENV] sh -c /tmp/fink.nufck
>> [ -r /sw/fink/dists/stable/main/finkinfo/base/gettext-tools-tests.patch ]
>> sudo -u fink-bld [ENV] sh -c /tmp/fink.ravyG
>> patch -p1 < /sw/fink/dists/stable/main/finkinfo/base/libgettext8-shlibs.patch
>> patching file gettext-runtime/libasprintf/Makefile.in
>> patching file gettext-tools/src/Makefile.in
>> sed 's|@FINKPREFIX@|/sw|g' < 
>> /sw/fink/dists/stable/main/finkinfo/base/gettext-tools-tests.patch | patch 
>> -p1
>> patching file gettext-tools/tests/lang-bash
>> patching file gettext-tools/tests/lang-vala
>> perl -pi -e 's/.*chmod.*777.*$//g' build-aux/ltmain.sh
>> sudo -u fink-bld [ENV] sh -c /tmp/fink.XiN8e
>> /tmp/fink.Ioigd
>> #!/bin/sh -ev
>>  cd gettext-tools
>>  env EMACS=no JAVA=/usr/bin/java GCJ=/usr/bin/javac ./configure 
>> --prefix=/sw --infodir='/sw/share/info' \
>>  --mandir='/sw/share/man' \
>>  --with-included-gettext \
>>  --disable-csharp \
>>  --disable-rpath \
>>  --disable-libasprintf \
>>  --disable-java \
>>  --disable-native-java \
>>  --with-included-glib \
>>  --with-included-libcroco \
>>  --with-included-libxml \
>>  --with-included-libunistring \
>>  --without-git \
>>  --without-cvs \
>>  --without-xz \
>>  ac_cv_prog_AWK=/usr/bin/awk \
>>  ac_cv_path_GREP=/usr/bin/grep \
>>  ac_cv_path_SED=/usr/bin/sed
>> checking for a BSD-compatible install... /sw/bin/ginstall -c
>> checking whether build environment is sane... yes
>> checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p
>> checking for gawk... (cached) /usr/bin/awk
>> checking whether make sets $(MAKE)... yes
>> checking whether make supports nested variables... yes
>> checking for gcc... gcc
>> checking whether the C compiler works... yes
>> checking for C compiler default output file name... a.out
>> checking for suffix of executables...
>> checking whether we are cross compiling... no
>> checking for suffix of object files... o
>> checking whether we are using the GNU C compiler... yes
>> checking whether gcc accepts -g... yes
>> checking for gcc option to accept ISO C89... none needed
>> checking whether gcc understands -c and -o together... yes
>> checking for style of include used by make... GNU
>> checking dependency style of gcc... gcc3
>> checking for bison... bison -y
>> checking whether to use Java... no
>> checking for Java to native code compiler... none
>> checking how to run the C preprocessor... gcc -E
>> checking for grep that handles long lines and -e... (cached) /usr/bin/grep
>> checking for egrep... /usr/bin/grep -E
>> checking for Java virtual machine... /usr/bin/java
>> configure: WARNING: unknown target-version 1.8, please update gt_JAVACOMP 
>> macro
>> checking for Java compiler...
>> 
>> **
>> Also include the following system 

Re: [Fink-users] [Fink-beginners] SF.net outage

2015-07-31 Thread Daniel Johnson

 On Jul 29, 2015, at 5:14 PM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 As folks have probably noticed, SourceForge has had a major outage from which 
 they’re gradually recovering.  Unfortunately, CVS is going to be one of the 
 last services to come back up.  This affects:
 
 selfupdates, even from rsync, since the rsync mirrors get their data from CVS
 website updates, since the document sources are kept in CVS
 
 Thank you for your patience.
 --
 Alexander Hansen, Ph.D.
 Fink User Liaison
 

Just so everyone knows, CVS service has been restored. I just updated a bunch 
of my packages.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] libvpx14 fails on OS X 10.8.5 (2)

2015-06-23 Thread Daniel Johnson

 On Jun 22, 2015, at 2:36 PM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 
 On Jun 22, 2015, at 04:55, Lukas Reichlin lukas.reichlin.li...@gmail.com 
 wrote:
 
 Dear Fink community
 
 I'm unable to install libvpx14 on my MacBook running OS X 10.8.5. Reducing 
 the number of Fink jobs from 2 to 1 didn't help. What can I do?
 
 Thanks in advance for every help and
 best regards,
 Lukas
 
 I’m seeing the same thing on my own 10.8.5 setup, too, so it’s reproducible.
 
 --
 Alexander Hansen, Ph.D.
 Fink User Liaison
 

Sorry about that. Try it now and let me know if it works. I thought the change 
in the compiler happened between 5.1 and 6.0 but it turns out it’s really 
between 5.0 and 5.1. The upstream code works for 5.0 and up, but when I fixed 
it for 4.x, it broke for 5.1. I think it’s right now, but I can’t test it 
myself.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
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


Re: [Fink-users] build error in pip-py27 was Re: No such file or directory on update

2015-06-08 Thread Daniel Johnson

 On Jun 8, 2015, at 12:28 PM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 
 On Jun 8, 2015, at 08:18, Radek Szklarczyk kedar...@yahoo.com wrote:
 
 So I thought maybe something is wrong with my packages. So I removed 
 python2.7 from my system (with —recursive option) and deleted 
 /sw/lib/python2.7/site-packages directory. Then I tried to install python 
 2.7, which seemingly was successful, till I try to run it… Where I see OS X 
 python 2.7.6 instead 2.7.10
 
 $ fink list python27
 Information about 11273 packages read in 1 seconds.
 i   python27 1:2.7.10-1   Interpreted, object-oriented language
 i   python27-shlibs  1:2.7.10-1   Interpreted, object-oriented language
 $ ls /sw/lib/python2.7/site-packages
 README
 $ python2.7 -V
 Python 2.7.6
 $ which python2.7
 /sw/bin/python2.7
 $ python2.7
 Python 2.7.6 (default, Sep  9 2014, 15:04:36)
 [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
 Type help, copyright, credits or license for more information.
 
 $ /sw/bin/python2.7
 Python 2.7.6 (default, Sep  9 2014, 15:04:36)
 [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
 Type help, copyright, credits or license for more information.
 
 $ echo $PATH
 /sw/bin:/sw/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/sw/lib/coreutils/bin:/Users/Radek/bin:/Users/Radek/Science/workspace/Main/radek/bin
 
 
 
 
 That could explain the problem with your builds.  If you used “fink install 
 python27” or “fink reinstall python27” to install python27 again, try using 
 “fink rebuild python27”.
 
 --
 Alexander Hansen, Ph.D.
 Fink User Liaison

Just a FYI; Radek is having almost the same issue trying to install 
pycparser-py27 except he’s getting “error: cannot copy tree 
‘build/scripts-2.7’: not a directory”, which is true since that directory 
shouldn’t exist but I don’t know why setuptools is trying to install a 
non-existing script when nothing in setup.py tells it to. Maybe 
setuptools-tng-py27 is corrupt?

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
___
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


Re: [Fink-users] valgrind-3.11.0-0.1 fails to build

2015-05-16 Thread Daniel Johnson

 On May 16, 2015, at 5:43 PM, David Chin david.w.h.c...@gmail.com wrote:
 
 Hi all,
 
 Am trying to install valgrind on Yosemite with fink:
 
 Package manager version: 0.38.5
 Distribution version: selfupdate-rsync Sat May 16 17:24:51 2015, 10.10, x86_64
 
 It fails at the configure step, probably an upstream bug based on this post 
 http://calvinx.com/2015/04/10/valgrind-on-mac-os-x-10-10-yosemite/ The error 
 is:
 
 checking for a supported version of gcc... Configured with: 
 --prefix=/Applications/Xcode.app/Contents/Developer//usr 
 --with-gxx-include-dir=/usr/include/c++/4.2.1
 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer//usr 
 --with-gxx-include-dir=/usr/include/c++/4.2.1
 no (6.1.0)
 configure: error: please use gcc = 3.0 or clang = 2.9 or icc = 13.0
 ### execution of /tmp/fink.VPm_m failed, exit code 1
 ### execution of /tmp/fink.Rd8zt failed, exit code 1
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-valgrind-3.11.0-0.1+10.10
 (Reading database ... 261202 files and directories currently installed.)
 Removing fink-buildlock-valgrind-3.11.0-0.1+10.10 ...
 Failed: phase compiling: valgrind-3.11.0-0.1+10.10 failed
 
 And gcc --version gives:
 
 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer//usr 
 --with-gxx-include-dir=/usr/include/c++/4.2.1
 Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
 Target: x86_64-apple-darwin14.3.0
 Thread model: posix
 
 
 --
 Email: david.w.h.chin AT gmail.com
 https://plus.google.com/+DavidChin/about
 http://linuxfollies.blogspot.com/https://github.com/prehensilecode

Thanks for the note. I’ve updated to r15244 and it now builds with Xcode 6.3.

Daniel




signature.asc
Description: Message signed with OpenPGP using GPGMail
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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


Re: [Fink-users] unable to build python34

2015-05-14 Thread Daniel Johnson

 On May 14, 2015, at 8:21 AM, Jesse Alama jesseal...@fastmail.fm wrote:
 
 On 10.10.3, I am able to get a ways into building python34, but the build 
 ultimately fails (log file attached).  Any idea what might be going on?
 
 Thanks,
 
 Jesse
 python3.log

Yes, the error is here:

/sw/include/tk.h:96:13: fatal error: 'X11/Xlib.h' file not found
#   include X11/Xlib.h

So either you’re missing Xquartz altogether or are missing the /usr/X11 symlink.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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


Re: [Fink-users] Failed: phase compiling: libvpx14-1.4.0-1 failed ...

2015-04-27 Thread Daniel Johnson

 On Apr 26, 2015, at 1:01 PM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 
 On Apr 23, 2015, at 18:48, Saleh Elmohamed m.a.saleh.elmoha...@gmail.com 
 wrote:
 
 thought to forward again...  sorry about that.
 
 
 
 snip
 
   [CC] vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c.o
 vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c:77:18: warning: implicit 
 declaration of function
 '_mm256_broadcastsi128_si256' is invalid in C99 
 [-Wimplicit-function-declaration]
 filtersReg32 = MM256_BROADCASTSI128_SI256(filtersReg);
^
 vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c:41:41: note: expanded from 
 macro
 'MM256_BROADCASTSI128_SI256'
 #  define MM256_BROADCASTSI128_SI256(x) _mm256_broadcastsi128_si256(x)
   ^
 vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c:77:16: error: assigning to 
 '__m256i' from incompatible
 type 'int'
 filtersReg32 = MM256_BROADCASTSI128_SI256(filtersReg);
  ^ ~~
 vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c:322:16: error: assigning to 
 '__m256i' from
 incompatible type 'int'
 filtersReg32 = MM256_BROADCASTSI128_SI256(filtersReg);
  ^ ~~
 1 warning and 2 errors generated.
 Makefile:148: recipe for target 
 'vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c.o' failed
 make[1]: *** [vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c.o] Error 1
 make[1]: *** Waiting for unfinished jobs
 Makefile:17: recipe for target '.DEFAULT' failed
 make: *** [.DEFAULT] Error 2
 ### execution of /tmp/fink.gGf4Y failed, exit code 2
 ### execution of /tmp/fink.MiwFA failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-libvpx14-1.4.0-1
 (Reading database ... 299579 files and directories currently installed.)
 Removing fink-buildlock-libvpx14-1.4.0-1 ...
 Updating the list of locally available binary packages.
 Scanning dists/stable/main/binary-darwin-x86_64
 New package: 
 dists/stable/main/binary-darwin-x86_64/libs/boost1.53.nopython-shlibs_1.53.0-4_darwin-x86_64.deb
 New package: 
 dists/stable/main/binary-darwin-x86_64/libs/boost1.53.nopython_1.53.0-4_darwin-x86_64.deb
 New package: 
 dists/stable/main/binary-darwin-x86_64/libs/boost1.55-nopython-shlibs_1.55.0-7_darwin-x86_64.deb
 New package: 
 dists/stable/main/binary-darwin-x86_64/libs/boost1.55-nopython_1.55.0-7_darwin-x86_64.deb
 Failed: phase compiling: libvpx14-1.4.0-1 failed
 
 Before reporting any errors, please run fink selfupdate and try again.
 Also try using fink configure to set your maximum build jobs to 1 and
 attempt to build the package again.
 If you continue to have issues, please check to see if the FAQ on Fink's
 website solves the problem.  If not, ask on one (not both, please) of
 these mailing lists:
 
 The Fink Users List fink-users@lists.sourceforge.net
 The Fink Beginners List fink-beginn...@lists.sourceforge.net,
 
 with a carbon copy to the maintainer:
 
 Daniel Johnson dan...@daniel-johnson.org
 
 Note that this is preferable to emailing just the maintainer directly,
 since most fink package maintainers do not have access to all possible
 hardware and software configurations.
 
 Please try to include the complete error message in your report.  This
 generally consists of a compiler line starting with e.g. gcc or g++
 followed by the actual error output from the compiler.
 
 Also include the following system information:
 Package manager version: 0.38.4
 Distribution version: selfupdate-rsync Tue Apr 21 17:50:33 2015, 10.7, 
 x86_64
 Trees: local/main stable/main
 Xcode.app: 4.6.3
 Xcode command-line tools: 4.6.0.0.1.1365549073
 Max. Fink build jobs:  4
 
 
 
 
 I can confirm this (pretty much the same everything as Saleh, system-wise).
 

Sorry, I was distracted by other things. This should be fixed now. Please let 
me know if it works since I can’t test with older Xcodes.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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


Re: [Fink-users] error

2015-04-17 Thread Daniel Johnson

 On Apr 17, 2015, at 11:47 AM, Giuliano Franchetti g.franche...@gsi.de wrote:
 
 Dear all,
 
 I find an error that does not go away.
 Below I attached all the messages I received.
 If somebody has any idea on what I should do, I’ll try to implement it.
 
 Thank you for the help
 
 Giuliano
 

Try running ‘fink remove libvpx’ first, then ‘fink update-all’.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
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_15utm_medium=emailutm_campaign=VA_SF___
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


Re: [Fink-users] libvpx14-1.4.0-1 10.7 build-fail

2015-04-13 Thread Daniel Johnson

 On Apr 13, 2015, at 5:14 PM, Daniel Macks dma...@netspace.org wrote:
 
 On Mon, 13 Apr 2015 14:28:46 -0400, Daniel Macks dma...@netspace.org wrote:
 [CC] vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c.o
 vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c:77:18: warning: implicit
   declaration of function '_mm256_broadcastsi128_si256' is invalid in C99
   [-Wimplicit-function-declaration]
   filtersReg32 = MM256_BROADCASTSI128_SI256(filtersReg);
  ^
 vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c:41:41: note: expanded from macro
   'MM256_BROADCASTSI128_SI256'
 #  define MM256_BROADCASTSI128_SI256(x) _mm256_broadcastsi128_si256(x)
 ^
 vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c:77:16: error: assigning to
   '__m256i' from incompatible type 'int'
   filtersReg32 = MM256_BROADCASTSI128_SI256(filtersReg);
^ ~~
 vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c:322:16: error: assigning to
   '__m256i' from incompatible type 'int'
   filtersReg32 = MM256_BROADCASTSI128_SI256(filtersReg);
^ ~~
 1 warning and 2 errors generated. Xcode.app: 4.6.1
 Xcode command-line tools: 4.6.0.0.1.1362189000
 
 Correction (also in Subject line)...fails on 10.7 but *succeeds* on
 10.8. This .c has a bunch of generic clang-version and
 apple-clang-specific #ifdef controls, maybe bitrotten platform guesses
 that don’t know about the latest clang on older release branches?
 

Yuck, that’s fun code. Weirdly, it’s using the older 
_mm_broadcastsi128_si256((__m128i const *)(x)) for just clang = 3.3 or == 5.0 
and for everything else it uses _mm256_broadcastsi128_si256(x). Maybe it needs 
to use the older syntax for everything = 5.0? Could you try changing that #if? 
That’s the only thing I can suggest since it works with  5.0.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
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_15utm_medium=emailutm_campaign=VA_SF___
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


Re: [Fink-users] Failed: phase compiling: libvpx-1.3.0-1 failed

2015-04-12 Thread Daniel Johnson

 On Apr 11, 2015, at 11:37 PM, Sean Lake odysseus9...@gmail.com wrote:
 
 Thanks for the help and info. I'm trying to install gnuplot, which depends on 
 gd3, and thus libvpx. Can gd3 be updated for use with libvpx14?

I emailed the maintainer about doing so.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
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_15utm_medium=emailutm_campaign=VA_SF___
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


Re: [Fink-users] Failed: phase compiling: libvpx-1.3.0-1 failed

2015-04-12 Thread Daniel Johnson

 On Apr 12, 2015, at 3:20 PM, Sean Lake odysseus9...@gmail.com wrote:
 
 Thank you, Daniel and Hanspeter, I now have all the software installed that I 
 had before the version upgrade.

Cool, let us know if you find any other problems.

Daniel




signature.asc
Description: Message signed with OpenPGP using GPGMail
--
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_15utm_medium=emailutm_campaign=VA_SF___
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


Re: [Fink-users] Failed: phase compiling: libtorrent15-0.13.2-1 failed

2015-04-12 Thread Daniel Johnson

 On Apr 12, 2015, at 3:23 PM, Sean Lake odysseus9...@gmail.com wrote:
 
 Hello all,
 
 The subject says it all. I'm attempting to install rtorrent, and the 
 libtorrent15 compile is failing. The system information and error text 
 follow, in that order.
 
 Thanks,
 Sean
 
 Package manager version: 0.38.4
 Distribution version: selfupdate-rsync Sun Apr 12 12:02:26 2015, 10.10, x86_64
 Trees: local/main stable/main stable/crypto
 Xcode.app: 6.3
 Xcode command-line tools: 6.3.0.0.1.1428348375
 Max. Fink build jobs:  4
 
 
 libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. 
 -I../../.. -I/sw/include -g -O2 -g -DDEBUG -fvisibility=hidden -D_THREAD_SAFE 
 -pthread -L/sw/lib/system-openssl/include -I/sw/include/sigc++-2.0 
 -I/sw/lib/sigc++-2.0/include -MT download_data.lo -MD -MP -MF 
 .deps/download_data.Tpo -c download_data.cc  -fno-common -DPIC -o 
 .libs/download_data.o
 clang: warning: argument unused during compilation: 
 '-L/sw/lib/system-openssl/include'
 clang: warning: argument unused during compilation: 
 '-L/sw/lib/system-openssl/include'
 clang: warning: argument unused during compilation: 
 '-L/sw/lib/system-openssl/include'
 clang: warning: argument unused during compilation: 
 '-L/sw/lib/system-openssl/include'
 In file included from download_data.cc:41:
 ./download_data.h:40:10: fatal error: 'tr1/functional' file not found
 #include tr1/functional
 ^

Yeah, it doesn’t look like this could have ever built on 10.9+. The ‘tr1’ 
namespace is old and doesn’t exist in libc++ where the ‘tr1’ stuff is just in 
‘std’. Probably doing a search and replace with something like s,tr1(/|::),, 
would let it build but it’s in a LOT of the files. Better yet, there might be a 
newer upstream version. Unfortunately, David is away for a few weeks so it’ll 
probably have to wait until he’s back.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
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_15utm_medium=emailutm_campaign=VA_SF___
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


Re: [Fink-users] Failed: phase compiling: libvpx-1.3.0-1 failed

2015-04-11 Thread Daniel Johnson

 On Apr 11, 2015, at 10:25 AM, Sean Lake odysseus9...@gmail.com wrote:
 
 Hello all,
 
 With the new XCode and OS X update, I'm reinstalling from scratch on a source 
 install, yet again. Attempting:
 
 sudo fink install gnuplot
 
 with both lynx and links already installed leads to a build failure for 
 libvpx-1.3.0-1. I'm not sure where the error is because there are several 
 instances of fatal errors in the output of the libvpx build. So I'm 
 including the whole thing at the end of this email.
 
 Thanks,
 Sean
 
 Also include the following system information:
 Package manager version: 0.38.4
 Distribution version: selfupdate-rsync Sat Apr 11 06:27:27 2015, 10.10, x86_64
 Trees: local/main stable/main stable/crypto
 Xcode.app: 6.3
 Xcode command-line tools: 6.3.0.0.1.1428348375
 Max. Fink build jobs:  4
 
 
 Build output:
 sudo -u fink-bld [ENV] sh -c /tmp/fink.l8zzS
 env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf 
 /sw/src/libvpx-v1.3.0.tar.bz2
 sudo -u fink-bld [ENV] sh -c /tmp/fink.wcUEK
 perl -pi -e 's/-isysroot \${osx_sdk_dir}//g' build/make/configure.sh
 perl -pi -e 's/USE_POSIX_MMAP 0/USE_POSIX_MMAP 1/' vpxenc.c
 sudo -u fink-bld [ENV] sh -c /tmp/fink.EvTaq
 /tmp/fink.sUMuA
 #!/bin/bash -ev
 
   let version=`uname -r | cut -d . -f 1`
 uname -r | cut -d . -f 1
   if [ ${version} -gt 13 ]; then
   version=13
   fi
   ./configure --prefix=/sw --target=x86_64-darwin${version}-gcc 
 --extra-cflags=-DGTEST_USE_OWN_TR1_TUPLE=1
 Configuring selected codecs
  enabling vp8_encoder
  enabling vp8_decoder
  enabling vp9_encoder
  enabling vp9_decoder
 Configuring for target 'x86_64-darwin13-gcc'
  enabling x86_64
  enabling runtime_cpu_detect
  enabling mmx
  enabling sse
  enabling sse2
  enabling sse3
  enabling ssse3
  enabling sse4_1
  enabling avx
  enabling avx2
  using yasm
  checking here for x86inc x86_64 
  enabling use_x86inc
  enabling postproc
  enabling unit_tests
 Creating makefiles for x86_64-darwin13-gcc libs
 Creating makefiles for x86_64-darwin13-gcc examples
 Creating makefiles for x86_64-darwin13-gcc docs
 make
[CREATE] vpx_scale_rtcd.h
[CREATE] vp8_rtcd.h
[CREATE] vp9_rtcd.h
[DEP] test/vp9_thread_test.cc.d
[DEP] test/vp9_subtract_test.cc.d
[DEP] test/vp9_lossless_test.cc.d
[DEP] test/vp9_boolcoder_test.cc.d
[DEP] test/vp8_fdct4x4_test.cc.d
[DEP] test/vp8_decrypt_test.cc.d
[DEP] test/vp8_boolcoder_test.cc.d
[DEP] test/variance_test.cc.d
[DEP] test/tile_independence_test.cc.d
[DEP] test/test_vector_test.cc.d
[DEP] test/test_libvpx.cc.d
[DEP] test/svc_test.cc.d
[DEP] test/superframe_test.cc.d
[DEP] test/subtract_test.cc.d
[DEP] test/sixtap_predict_test.cc.d
[DEP] test/set_roi.cc.d
[DEP] test/sad_test.cc.d
[DEP] test/resize_test.cc.d
[DEP] test/pp_filter_test.cc.d
[DEP] test/keyframe_test.cc.d
[DEP] test/intrapred_test.cc.d
[DEP] test/idct_test.cc.d
[DEP] test/idct8x8_test.cc.d
[DEP] test/fdct8x8_test.cc.d
[DEP] test/fdct4x4_test.cc.d
[DEP] test/error_resilience_test.cc.d
[DEP] test/encode_test_driver.cc.d
[DEP] test/decode_test_driver.cc.d
[DEP] test/dct32x32_test.cc.d
[DEP] test/dct16x16_test.cc.d
[DEP] test/datarate_test.cc.d
[DEP] test/cq_test.cc.d
[DEP] test/cpu_speed_test.cc.d
[DEP] test/convolve_test.cc.d
[DEP] test/config_test.cc.d
[DEP] test/borders_test.cc.d
[DEP] test/altref_test.cc.d
[DEP] test/../nestegg/src/nestegg.c.d
[DEP] test/../nestegg/halloc/src/halloc.c.d
[DEP] test/../md5_utils.c.d
[DEP] third_party/googletest/src/src/gtest-all.cc.d
[DEP] third_party/x86inc/x86inc.asm.d
[DEP] vp9/common/x86/vp9_intrapred_ssse3.asm.d
[DEP] vp9/common/x86/vp9_intrapred_sse2.asm.d
[DEP] vp9/common/x86/vp9_copy_sse2.asm.d
[DEP] vp9/common/x86/vp9_subpixel_8t_ssse3.asm.d
[DEP] vp9/common/x86/vp9_subpixel_8t_sse2.asm.d
[DEP] vp9/common/x86/vp9_loopfilter_mmx.asm.d
[DEP] vp9/encoder/x86/vp9_ssim_opt.asm.d
[DEP] vp9/encoder/x86/vp9_sad_sse4.asm.d
[DEP] vp9/encoder/x86/vp9_sad_ssse3.asm.d
[DEP] vp9/encoder/x86/vp9_quantize_ssse3.asm.d
[DEP] vp9/encoder/x86/vp9_subpel_variance.asm.d
[DEP] vp9/encoder/x86/vp9_subtract_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_sad_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_error_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_sad_sse3.asm.d
[DEP] vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_subpel_variance_impl_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_sad4d_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_variance_impl_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_sad_mmx.asm.d
[DEP] vp9/encoder/x86/vp9_variance_impl_mmx.asm.d
[DEP] vp8/common/x86/loopfilter_block_sse2.asm.d
[DEP] vp8/common/x86/postproc_sse2.asm.d
[DEP] vp8/common/x86/mfqe_sse2.asm.d
[DEP] vp8/common/x86/postproc_mmx.asm.d
[DEP] vp8/common/x86/sad_sse4.asm.d
[DEP] 

Re: [Fink-users] Failed: phase compiling: libvpx-1.3.0-1 failed

2015-04-11 Thread Daniel Johnson

 On Apr 11, 2015, at 11:35 AM, Daniel Johnson daniel.johnso...@gmail.com 
 wrote:
 
 
 On Apr 11, 2015, at 10:25 AM, Sean Lake odysseus9...@gmail.com wrote:
 
 Hello all,
 
 With the new XCode and OS X update, I'm reinstalling from scratch on a 
 source install, yet again. Attempting:
 
 sudo fink install gnuplot
 
 with both lynx and links already installed leads to a build failure for 
 libvpx-1.3.0-1. I'm not sure where the error is because there are several 
 instances of fatal errors in the output of the libvpx build. So I'm 
 including the whole thing at the end of this email.
 
 Thanks,
 Sean
 
 Also include the following system information:
 Package manager version: 0.38.4
 Distribution version: selfupdate-rsync Sat Apr 11 06:27:27 2015, 10.10, 
 x86_64
 Trees: local/main stable/main stable/crypto
 Xcode.app: 6.3
 Xcode command-line tools: 6.3.0.0.1.1428348375
 Max. Fink build jobs:  4
 
 
 Build output:
 sudo -u fink-bld [ENV] sh -c /tmp/fink.l8zzS
 env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf 
 /sw/src/libvpx-v1.3.0.tar.bz2
 sudo -u fink-bld [ENV] sh -c /tmp/fink.wcUEK
 perl -pi -e 's/-isysroot \${osx_sdk_dir}//g' build/make/configure.sh
 perl -pi -e 's/USE_POSIX_MMAP 0/USE_POSIX_MMAP 1/' vpxenc.c
 sudo -u fink-bld [ENV] sh -c /tmp/fink.EvTaq
 /tmp/fink.sUMuA
 #!/bin/bash -ev
 
  let version=`uname -r | cut -d . -f 1`
 uname -r | cut -d . -f 1
  if [ ${version} -gt 13 ]; then
  version=13
  fi
  ./configure --prefix=/sw --target=x86_64-darwin${version}-gcc 
 --extra-cflags=-DGTEST_USE_OWN_TR1_TUPLE=1
 Configuring selected codecs
 enabling vp8_encoder
 enabling vp8_decoder
 enabling vp9_encoder
 enabling vp9_decoder
 Configuring for target 'x86_64-darwin13-gcc'
 enabling x86_64
 enabling runtime_cpu_detect
 enabling mmx
 enabling sse
 enabling sse2
 enabling sse3
 enabling ssse3
 enabling sse4_1
 enabling avx
 enabling avx2
 using yasm
 checking here for x86inc x86_64 
 enabling use_x86inc
 enabling postproc
 enabling unit_tests
 Creating makefiles for x86_64-darwin13-gcc libs
 Creating makefiles for x86_64-darwin13-gcc examples
 Creating makefiles for x86_64-darwin13-gcc docs
 make
   [CREATE] vpx_scale_rtcd.h
   [CREATE] vp8_rtcd.h
   [CREATE] vp9_rtcd.h
   [DEP] test/vp9_thread_test.cc.d
   [DEP] test/vp9_subtract_test.cc.d
   [DEP] test/vp9_lossless_test.cc.d
   [DEP] test/vp9_boolcoder_test.cc.d
   [DEP] test/vp8_fdct4x4_test.cc.d
   [DEP] test/vp8_decrypt_test.cc.d
   [DEP] test/vp8_boolcoder_test.cc.d
   [DEP] test/variance_test.cc.d
   [DEP] test/tile_independence_test.cc.d
   [DEP] test/test_vector_test.cc.d
   [DEP] test/test_libvpx.cc.d
   [DEP] test/svc_test.cc.d
   [DEP] test/superframe_test.cc.d
   [DEP] test/subtract_test.cc.d
   [DEP] test/sixtap_predict_test.cc.d
   [DEP] test/set_roi.cc.d
   [DEP] test/sad_test.cc.d
   [DEP] test/resize_test.cc.d
   [DEP] test/pp_filter_test.cc.d
   [DEP] test/keyframe_test.cc.d
   [DEP] test/intrapred_test.cc.d
   [DEP] test/idct_test.cc.d
   [DEP] test/idct8x8_test.cc.d
   [DEP] test/fdct8x8_test.cc.d
   [DEP] test/fdct4x4_test.cc.d
   [DEP] test/error_resilience_test.cc.d
   [DEP] test/encode_test_driver.cc.d
   [DEP] test/decode_test_driver.cc.d
   [DEP] test/dct32x32_test.cc.d
   [DEP] test/dct16x16_test.cc.d
   [DEP] test/datarate_test.cc.d
   [DEP] test/cq_test.cc.d
   [DEP] test/cpu_speed_test.cc.d
   [DEP] test/convolve_test.cc.d
   [DEP] test/config_test.cc.d
   [DEP] test/borders_test.cc.d
   [DEP] test/altref_test.cc.d
   [DEP] test/../nestegg/src/nestegg.c.d
   [DEP] test/../nestegg/halloc/src/halloc.c.d
   [DEP] test/../md5_utils.c.d
   [DEP] third_party/googletest/src/src/gtest-all.cc.d
   [DEP] third_party/x86inc/x86inc.asm.d
   [DEP] vp9/common/x86/vp9_intrapred_ssse3.asm.d
   [DEP] vp9/common/x86/vp9_intrapred_sse2.asm.d
   [DEP] vp9/common/x86/vp9_copy_sse2.asm.d
   [DEP] vp9/common/x86/vp9_subpixel_8t_ssse3.asm.d
   [DEP] vp9/common/x86/vp9_subpixel_8t_sse2.asm.d
   [DEP] vp9/common/x86/vp9_loopfilter_mmx.asm.d
   [DEP] vp9/encoder/x86/vp9_ssim_opt.asm.d
   [DEP] vp9/encoder/x86/vp9_sad_sse4.asm.d
   [DEP] vp9/encoder/x86/vp9_sad_ssse3.asm.d
   [DEP] vp9/encoder/x86/vp9_quantize_ssse3.asm.d
   [DEP] vp9/encoder/x86/vp9_subpel_variance.asm.d
   [DEP] vp9/encoder/x86/vp9_subtract_sse2.asm.d
   [DEP] vp9/encoder/x86/vp9_sad_sse2.asm.d
   [DEP] vp9/encoder/x86/vp9_error_sse2.asm.d
   [DEP] vp9/encoder/x86/vp9_sad_sse3.asm.d
   [DEP] vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm.d
   [DEP] vp9/encoder/x86/vp9_subpel_variance_impl_sse2.asm.d
   [DEP] vp9/encoder/x86/vp9_sad4d_sse2.asm.d
   [DEP] vp9/encoder/x86/vp9_variance_impl_sse2.asm.d
   [DEP] vp9/encoder/x86/vp9_sad_mmx.asm.d
   [DEP] vp9/encoder/x86/vp9_variance_impl_mmx.asm.d
   [DEP] vp8/common/x86/loopfilter_block_sse2.asm.d
   [DEP] vp8/common/x86/postproc_sse2.asm.d
   [DEP] vp8/common/x86/mfqe_sse2.asm.d
   [DEP] vp8/common/x86/postproc_mmx.asm.d
   [DEP] vp8/common/x86/sad_sse4.asm.d
   [DEP] vp8/common

Re: [Fink-users] Cannot build libwebp5 on Mac OS X 10

2015-03-19 Thread Daniel Johnson

 On Mar 17, 2015, at 11:36 PM, Gabriella Turek gabriella.tu...@niwa.co.nz 
 wrote:
 
 I am trying to install gdal but I run into this problem:
 
 Undefined symbols for architecture x86_64:
  _glutLeaveMainLoop, referenced from:
  _HandleKey in vwebp-vwebp.o
  _glutSetOption, referenced from:
  _main in vwebp-vwebp.o
 ld: symbol(s) not found for architecture x86_64
 clang: error: linker command failed with exit code 1 (use -v to see
 invocation)
 Makefile:392: recipe for target 'vwebp' failed
 make[1]: *** [vwebp] Error 1
 make[1]: Leaving directory
 '/sw/src/fink.build/libwebp5-0.4.2-1/libwebp-0.4.2/examples'
 Makefile:325: recipe for target 'all-recursive' failed
 make: *** [all-recursive] Error 1
 ### execution of make failed, exit code 2
 ### execution of /tmp/fink.wmc2v failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-libwebp5-0.4.2-1
 (Reading database ... 55861 files and directories currently installed.)
 Removing fink-buildlock-libwebp5-0.4.2-1 ...
 Failed: phase compiling: libwebp5-0.4.2-1 failed
 
 GCC 4.9
 Package manager version: 0.38.4
 Distribution version: selfupdate-rsync Wed Mar 18 16:26:52 2015, 10.10,
 x86_64
 Trees: local/main stable/main local/injected
 Xcode.app: 6.2
 Xcode command-line tools: 6.2.0.0.1.1424975374
 Max. Fink build jobs:  1
 
 Fink and all packages up to date
 
 

Thanks for the note.

libwebp won't build with freeglut or freeglut2 installed since it expects to 
only find OpenGL.framework on OS X. I had already made it conflict with 
freeglut but since then a freeglut2 package was added. I've now made it 
conflict with that as well and updated to version 0.4.3 while I was at it. It 
should build now.

Thanks
Daniel




signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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


Re: [Fink-users] case sensitive problem with cython-py27 0.22-1

2015-02-22 Thread Daniel Johnson

 On Feb 21, 2015, at 11:10 PM, Viv Kendon v...@trellick.net wrote:
 
 Cython-0.22/Tools/site_scons/site_tools/pyext.py
 Cython-0.22/USAGE.txt
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-cython-py27-0.22-1
 (Reading database ... 368896 files and directories currently installed.)
 Removing fink-buildlock-cython-py27-0.22-1 ...
 Failed: directory /sw/src/fink.build/cython-py27-0.22-1/cython-0.22 doesn't 
 exist, check the package description
 
 on a case-sensitive 10.9.5 system:
 
 ls /sw/src/fink.build/cython-py27-0.22-1/
 total 0
 0 ./0 ../   0 Cython-0.22/
 
 
 TIA
 — Viv

Bleh. They changed the tarball from Cython to cython but left the name of 
the extracted directory as Cython which broke on case sensitive HFS. Should 
be fixed now.

Daniel


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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


Re: [Fink-users] Using wxWidgets

2015-02-14 Thread Daniel Johnson



Daniel

 On Feb 14, 2015, at 1:23 PM, Daniel Johnson daniel.johnso...@gmail.com 
 wrote:
 
 
 
 
 Daniel
 
 On Feb 14, 2015, at 7:19 AM, David Lowe doctorjl...@verizon.net wrote:
 
 Undefined symbols for architecture x86_64:
 _CFRelease, referenced from:
 
 This indicates you need a -framework CoreFoundation on the link line.
 
 Daniel
 

Oh and you need to link to wxWidgets too. Don't know the library name off the 
top of my head. You might need other frameworks as well, like Cocoa.

Daniel


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
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


Re: [Fink-users] Using wxWidgets

2015-02-14 Thread Daniel Johnson



Daniel

On Feb 14, 2015, at 7:19 AM, David Lowe doctorjl...@verizon.net wrote:

 Undefined symbols for architecture x86_64:
  _CFRelease, referenced from:

This indicates you need a -framework CoreFoundation on the link line.

Daniel


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
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


Re: [Fink-users] Can't install libzmq4

2015-02-01 Thread Daniel Johnson

 On Feb 1, 2015, at 10:13 AM, Dimitry Rodionov d.rodio...@gmail.com wrote:
 
 I get the following error while trying to install libzmq4 on 10.9.5:
 
 The package 'libzmq4' will be built and installed.
 Reading build dependency for libzmq4-3.2.3-4...
 Reading dependency for libzmq4-3.2.3-4...
 Can't resolve dependency libzmq4-shlibs (= 3.2.3-4) for package 
 libzmq4-3.2.3-4 (no matching packages/versions found)
 Exiting with failure.
 
 I have no idea what is going on since libzmq4-shlibs  1:3.2.3-4 is 
 available...
 
 Best regards,
 Dmitry

Sorry, I screwed up and didn't adjust the dependency to take the Epoch into 
account. Try 1:3.2.3-5.

Daniel
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
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


Re: [Fink-users] Updating python 27

2014-12-24 Thread Daniel Johnson

 On Dec 24, 2014, at 2:43 PM, Paul, Don d.m.p...@warwick.ac.uk wrote:
 
 Got a problem updating python 2.7
 
 Don
 
 
 Python build finished, but the necessary bits to build these modules were not 
 found:
 bsddb185   dl imageop 
 linuxaudiodev  nisossaudiodev 
 spwd   sunaudiodevzlib
 To find the necessary bits, look in setup.py in detect_modules() for the 
 module's name.
 (Fink package build should have 7 missing)
 
 Makefile:488: recipe for target 'sharedmods' failed
 make: *** [sharedmods] Error 1
 ### execution of /tmp/fink.GhTM4 failed, exit code 2
 ### execution of /tmp/fink.iSMg7 failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-python27-2.7.9-1
 (Reading database ... 478387 files and directories currently installed.)
 Removing fink-buildlock-python27-2.7.9-1 ...
 Failed: phase compiling: python27-2.7.9-1 failed
 
 Before reporting any errors, please run fink selfupdate and try again.
 
 If you continue to have issues, please check to see if the FAQ on Fink's 
 website solves the problem.  If not, ask on one (not both, please) of
 these mailing lists:
 
   The Fink Users List fink-users@lists.sourceforge.net
   The Fink Beginners List fink-beginn...@lists.sourceforge.net,
 
 with a carbon copy to the maintainer:
 
   Daniel Johnson dan...@daniel-johnson.org
 
 Note that this is preferable to emailing just the maintainer directly,
 since most fink package maintainers do not have access to all possible
 hardware and software configurations.
 
 Please try to include the complete error message in your report.  This
 generally consists of a compiler line starting with e.g. gcc or g++
 followed by the actual error output from the compiler.
 
 Also include the following system information:
 Package manager version: 0.38.3
 Distribution version: selfupdate-rsync Wed Dec 24 09:02:48 2014, 10.10, x86_64
 Trees: local/main stable/main local/injected
 Xcode.app: 6.1
 Xcode command-line tools: 6.1.1.0.1.1416017670
 Max. Fink build jobs:  1
 

You need to (re)install the Xcode Command Line Tools. See 
http://www.finkproject.org/faq/comp-general.php?phpLang=en#missing-usr-include-headers

Daniel


--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
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


Re: [Fink-users] pyqt4-mac-py27 - PyQt4.pyqtconfig missing

2014-12-18 Thread Daniel Johnson

 On Dec 18, 2014, at 4:27 AM, Steffen Schmidt 
 steffen.schm...@tuebingen.mpg.de wrote:
 
 Hey,
 
 
 I noticed this post
 http://sourceforge.net/p/fink/package-submissions/3330/?limit=25page=1#3a75
 
 I think I found a solution for pyqwt (tested on 10.10):
 
 The problem is:
 
 import PyQt4.pyqtconfig as pyqtconfig
 
 fails.
 
 I found a suggestion on stackoverflow 
 (http://stackoverflow.com/questions/17967542/python-importerror-pyqtconfig) 
 to configure PyQt not with configure-ng.py but configure.py 
 (you will need to remove the (--designer-plugindir option) but then the 
 compilation of PyQWT works. Looks like everything is right in place if you 
 use configure.py instead of configure-ng.py. 
 
 So my suggestion would be to use configure.py instead of configure-ng.py
 
 Best
   Steffen
 

No, the problem is that pyqwt is really old. Last release was in 2009. 
pyqtconfig and configure.py are deprecated and shouldn't be used anymore. Using 
an old build system that isn't supported anymore and will completely go away at 
some point to use one old package isn't really an acceptable solution. I'm 
afraid that pyqwt is dead unless someone updates it to work with current pyqt.

Daniel


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/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


Re: [Fink-users] valgrind on 10.10?

2014-11-16 Thread Daniel Johnson

 On Nov 15, 2014, at 10:52 PM, Daniel Johnson dan...@daniel-johnson.org 
 wrote:
 
 
 On Nov 15, 2014, at 10:42 PM, Stefan Bruda ste...@bruda.ca wrote:
 
 Hello,
 
 I upgraded to Mac OS 10.10 some hours ago I am already missing
 valgrind.  The package is not available for 10.10 and apparently for
 good reason (the old binary aborts as soon as it is launched).
 
 Is there any change to have it on 10.10?  I would be happy to perform
 tests and even try out various (potential) solutions if you can
 suggest any.  Many thanks!
 
 Best regards,
 Stefan
 
 -- 
 If it was so, it might be; and if it were so, it would be; but as it 
 isn't, it ain't.  That's logic.  --Lewis Carroll, Through the Looking-Glass
 
 No HTML emails and proprietary attachments please http://bruda.ca/ascii
 
 There is no upstream release that works on 10.10 yet. Some work has been done 
 here: https://bugs.kde.org/show_bug.cgi?id=339045 and the current svn trunk 
 should work somewhat, but is still very preliminary. You'll probably have to 
 wait before it's in usable shape.
 
 Daniel
 

Ok, to follow up I just checked in a 10.10-compatible version from upstream svn 
trunk. It builds, but that's all I guarantee. :)

Daniel



smime.p7s
Description: S/MIME cryptographic signature
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/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


Re: [Fink-users] valgrind on 10.10?

2014-11-15 Thread Daniel Johnson

 On Nov 15, 2014, at 10:42 PM, Stefan Bruda ste...@bruda.ca wrote:
 
 Hello,
 
 I upgraded to Mac OS 10.10 some hours ago I am already missing
 valgrind.  The package is not available for 10.10 and apparently for
 good reason (the old binary aborts as soon as it is launched).
 
 Is there any change to have it on 10.10?  I would be happy to perform
 tests and even try out various (potential) solutions if you can
 suggest any.  Many thanks!
 
 Best regards,
 Stefan
 
 -- 
 If it was so, it might be; and if it were so, it would be; but as it 
 isn't, it ain't.  That's logic.  --Lewis Carroll, Through the Looking-Glass
 
 No HTML emails and proprietary attachments please http://bruda.ca/ascii

There is no upstream release that works on 10.10 yet. Some work has been done 
here: https://bugs.kde.org/show_bug.cgi?id=339045 and the current svn trunk 
should work somewhat, but is still very preliminary. You'll probably have to 
wait before it's in usable shape.

Daniel



smime.p7s
Description: S/MIME cryptographic signature
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/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


Re: [Fink-users] problem with Yosemite

2014-10-21 Thread Daniel Johnson

 On Oct 21, 2014, at 8:38 AM, Giuliano Franchetti g.franche...@gsi.de wrote:
 
 Hi, 
 
 I have re-installed the fink distribution after updating my Mac to Yosemite. 
 There are problems I do not know how to solve: several packages are not 
 compiled. 
 
 Thanks for the help
 
   Giuliano 
 
 
 
 For example installing gnupg-unified there is this error
 
 =
 + perl -pi -e 's/\@libext\@/dylib/' curl-config.in
 + /bin/cp '/usr/include/lber*.h' .
 cp: /usr/include/lber*.h: No such file or directory
 ### execution of /tmp/fink.ilhXz failed, exit code 1
 ### execution of /tmp/fink.i95VB failed, exit code 1
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-libcurl4-7.38.0-1+10.8
 (Reading database ... 17642 files and directories currently installed.)
 Removing fink-buildlock-libcurl4-7.38.0-1+10.8 ...
 Failed: phase patching: libcurl4-7.38.0-1+10.8 failed
 
 Before reporting any errors, please run fink selfupdate and try again.
 Also try using fink configure to set your maximum build jobs to 1 and
 attempt to build the package again.
 If you continue to have issues, please check to see if the FAQ on Fink's 
 website solves the problem.  If not, ask on one (not both, please) of
 these mailing lists:
 
 The Fink Users List fink-users@lists.sourceforge.net
 The Fink Beginners List fink-beginn...@lists.sourceforge.net,
 
 with a carbon copy to the maintainer:
 
 Daniel Johnson dan...@daniel-johnson.org
 
 Note that this is preferable to emailing just the maintainer directly,
 since most fink package maintainers do not have access to all possible
 hardware and software configurations.
 
 Please try to include the complete error message in your report.  This
 generally consists of a compiler line starting with e.g. gcc or g++
 followed by the actual error output from the compiler.
 
 Also include the following system information:
 Package manager version: 0.38.1
 Distribution version: selfupdate-cvs Tue Oct 21 14:10:01 2014, 10.10, x86_64
 Trees: local/main stable/main stable/crypto
 Xcode.app: 6.0.1
 Xcode command-line tools: 6.1.0.0.1.1413057044
 Max. Fink build jobs:  2
 ==
 
 
 Also emacs24 is not possible to install: 
 
 ==
 giuliano@fairnbg021:/Users/giuliano 
 giuliano@fairnbg021:/Users/giuliano 
 giuliano@fairnbg021:/Users/giuliano fink -y install emacs24 
 Information about 9744 packages read in 2 seconds.
 Can't resolve dependency x11-dev for package emacs24-24.3-4 (no matching 
 packages/versions found)
 Exiting with failure.
 giuliano@fairnbg021:/Users/giuliano 
 
 
 
 Similar problem with texlive: 
 
 =
 giuliano@fairnbg021:/Users/giuliano 
 giuliano@fairnbg021:/Users/giuliano fink -y install texlive
 Information about 9744 packages read in 1 seconds.
 Can't resolve dependency x11 for package texlive-0.20110705-105 (no 
 matching packages/versions found)
 Exiting with failure.
 giuliano@fairnbg021:/Users/giuliano 
 =
 
 during installation gcc49 seems to have a problem as well 
 ==
 `/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir'
 make[1]: *** [stage1-bubble] Error 2
 make[1]: Leaving directory `/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir'
 make: *** [bootstrap-lean] Error 2
 ### execution of /tmp/fink.znXiz failed, exit code 2
 ### execution of /tmp/fink._qyw6 failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-gcc49-4.9.1-1000
 (Reading database ... 17642 files and directories currently installed.)
 Removing fink-buildlock-gcc49-4.9.1-1000 ...
 Failed: phase compiling: gcc49-4.9.1-1000 failed
 
 Before reporting any errors, please run fink selfupdate and try again.
 Also try using fink configure to set your maximum build jobs to 1 and
 attempt to build the package again.
 If you continue to have issues, please check to see if the FAQ on Fink's 
 website solves the problem.  If not, ask on one (not both, please) of
 these mailing lists:
 
 The Fink Users List fink-users@lists.sourceforge.net
 The Fink Beginners List fink-beginn...@lists.sourceforge.net,
 
 with a carbon copy to the maintainer:
 
 Jack Howarth howarth.at.f...@gmail.com
 
 Note that this is preferable to emailing just the maintainer directly,
 since most fink package maintainers do not have access to all possible
 hardware and software configurations.
 
 Please try to include the complete error message in your report.  This
 generally consists

Re: [Fink-users] Installing packages with fink on Yosemite fails

2014-10-17 Thread Daniel Johnson

 On Oct 17, 2014, at 4:47 AM, Emmanuel Caux emmanuel.c...@irap.omp.eu wrote:
 
 Hi
 
 I am trying to setup fink and install some softwares I usually uses on a 
 MacBook Pro running Yosemite and cannot install anything.
 
 I installed fink following the link on sourceforge for 10.10 and everything 
 ran well. I have fink installed and running. I also ran fink selfupdate 
 (twice) and fink scan packages (twice).
 
 Trying to install astropy or gildas (for example) fails with the message :
 
 cannot resolve dependency gcc48
 
 Indeed, typing fink list gcc only lists gcc49, not gcc48.
 
 But trying to install gcc49 fails with the message :
 
 cannot resolve dependency help2man for package coreutils-8.23-100 no 
 matching package/version found
 
 Before installing some external packages - and request a change for them to 
 use gcc49, I think I need a working gcc49, or to be able to install gcc48 
 with fink on Yosemite, but how should I proceed ?
 
 Many thanks,
 

While fink itself is compatible with Yosemite the packages need to be audited 
for the new OS. Anything using perl, like help2man, will not work yet because 
10.10 uses a new version of perl. It will happen but will take some time.

Daniel



smime.p7s
Description: S/MIME cryptographic signature
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho___
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


Re: [Fink-users] Failed: file download failed for python-3.4.2-docs-html.tar.bz2 of package python34-3.4.2-1

2014-10-14 Thread Daniel Johnson

On Oct 14, 2014, at 6:25 AM, Kevin Horton khorto...@gmail.com wrote:

 On Oct 13, 2014, at 21:34 , Sean Lake odysseus9...@gmail.com wrote:
 
 
 On Oct 13, 2014, at 15:24, Daniel Johnson daniel.johnso...@gmail.com wrote:
 
 
 On Oct 13, 2014, at 2:34 PM, Sean Lake odysseus9...@gmail.com wrote:
 
 Hello all,
 
 The download of the docs part of python34 fails on the hash checksum
 part of the compile. I suspect that the maintainer simply overlooked
 updating in for 10.9.
 
 
 No, the tarball changed upstream between now and when I downloaded it. :/
 It should work now.
 
 Daniel
 
 
 
 Thanks, that fixed it for 10.9. Now I'm getting a similar error on 10.8.
 
 Thanks,
 Sean
 
 It looks like the tarball changed again upstream.  I finally found a mirror 
 that had one with the expected hash, but downloading the original source 
 would fail the checksum check.

Hmm, I just downloaded a fresh copy with curl -O 
https://docs.python.org/3/archives/python-3.4.2-docs-html.tar.bz2 and still get 
4cf953253ed9fd0f64fac5d49e7d806f as the hash. Maybe the fink mirrors haven't 
all caught up yet.

Daniel



smime.p7s
Description: S/MIME cryptographic signature
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho___
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


Re: [Fink-users] Failed: file download failed for python-3.4.2-docs-html.tar.bz2 of package python34-3.4.2-1

2014-10-14 Thread Daniel Johnson

On Oct 14, 2014, at 9:46 AM, Daniel Johnson daniel.johnso...@gmail.com wrote:

 
 On Oct 14, 2014, at 6:25 AM, Kevin Horton khorto...@gmail.com wrote:
 
 On Oct 13, 2014, at 21:34 , Sean Lake odysseus9...@gmail.com wrote:
 
 
 On Oct 13, 2014, at 15:24, Daniel Johnson daniel.johnso...@gmail.com 
 wrote:
 
 
 On Oct 13, 2014, at 2:34 PM, Sean Lake odysseus9...@gmail.com wrote:
 
 Hello all,
 
 The download of the docs part of python34 fails on the hash checksum
 part of the compile. I suspect that the maintainer simply overlooked
 updating in for 10.9.
 
 
 No, the tarball changed upstream between now and when I downloaded it. :/
 It should work now.
 
 Daniel
 
 
 
 Thanks, that fixed it for 10.9. Now I'm getting a similar error on 10.8.
 
 Thanks,
 Sean
 
 It looks like the tarball changed again upstream.  I finally found a mirror 
 that had one with the expected hash, but downloading the original source 
 would fail the checksum check.
 
 Hmm, I just downloaded a fresh copy with curl -O 
 https://docs.python.org/3/archives/python-3.4.2-docs-html.tar.bz2 and still 
 get 4cf953253ed9fd0f64fac5d49e7d806f as the hash. Maybe the fink mirrors 
 haven't all caught up yet.
 
 Daniel

And now when I download it the hash has changed again. Grr. I've updated the 
MD5 again. Let's hope this is the last.

Daniel



smime.p7s
Description: S/MIME cryptographic signature
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho___
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


Re: [Fink-users] Failed: file download failed for python-3.4.2-docs-html.tar.bz2 of package python34-3.4.2-1

2014-10-13 Thread Daniel Johnson

On Oct 13, 2014, at 2:34 PM, Sean Lake odysseus9...@gmail.com wrote:

 Hello all,
 
 The download of the docs part of python34 fails on the hash checksum
 part of the compile. I suspect that the maintainer simply overlooked
 updating in for 10.9.
 

No, the tarball changed upstream between now and when I downloaded it. :/
It should work now.

Daniel




smime.p7s
Description: S/MIME cryptographic signature
--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho___
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


Re: [Fink-users] Xcode 6 GM on 10.9

2014-09-20 Thread Daniel Johnson

On Sep 20, 2014, at 7:54 AM, Martin Costabel costa...@wanadoo.fr wrote:

 On 10/09/14 03:08, Daniel Johnson wrote:
 I just installed the Xcode 6 GM on 10.9 and things seem ok except for a 
 cosmetic issue. We previously added the flag 
 -Werror=unused-command-line-argument-hard-error-in-future to 
 compiler_wrapper because clang started throwing fits at unused compiler 
 flags with clang 5.1. It seems that clang 6.0 no longer cares about this and 
 the -Werror=unused-command-line-argument-hard-error-in-future flag itself is 
 no longer supported. I submitted a pull request which stops adding said 
 option in clang 6 and later here: https://github.com/fink/fink/pull/111. I 
 also simplified the version comparison to only compare the first component 
 of the version number since things like $clang_version  600.0.0 don't 
 actually work with bash. The  only does an ascii comparison and -gt 
 only does integer.
 
 Please test with older Xcodes to make sure I didn't break anything.
 
 Since Xcode-6 is now released on 10.9, this becomes urgent. Otherwise apt and 
 many other packages will no longer build.
 
 I disagree, however, with your estimate It seems that clang 6.0 no longer 
 cares about this. What happened in clang 6 is that we have now arrived in 
 the future promised by the hard-error-in-future part of the older flag. 
 AFAICT, unused command line flags are now errors and can no longer be 
 downgraded to warnings. This means that the easy way out we chose in xcode-5 
 is no longer available, and all packages that have those unused command line 
 arguments will need to be fixed. I still hope I am wrong, but some little 
 tests really point in this direction.
 
 -- 
 Martin
 

Hmm, it seems you're right. It looks like clang is inconsistent with how it 
deals with unknown command line options. For example, if I add '-Willegalflag' 
to a compile line I just get a warning but '-mno-fused-madd' throws an error. 
Whee! So the future has indeed arrived. I haven't encountered anything that 
fails to build yet, but we should definitely keep an eye out.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/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


Re: [Fink-users] Failed: phase compiling: libnghttp2.5-0.6.1-1 failed

2014-09-11 Thread Daniel Johnson

On Sep 11, 2014, at 11:21 AM, Sean Lake odysseus9...@gmail.com wrote:

 Hello all,
 
 Not sure I really understand the error here. 
 
 System info: 
 
 Package manager version: 0.37.0
 Distribution version: selfupdate-rsync Thu Sep 11 08:08:20 2014, 10.8, x86_64
 Trees: local/main stable/main unstable/main unstable/crypto
 Xcode.app: 5.1.1
 Xcode command-line tools: 5.1.0.0.1.1396320587
 Max. Fink build jobs:  2
 
 Error text follows.
 
 Thanks,
 Sean
 
 make[2]: Entering directory 
 `/sw/src/fink.build/libnghttp2.5-0.6.1-1/nghttp2-0.6.1/src'
  CXX  util.o
  CXX  http2.o
 In file included from http2.cc:25:
 ./http2.h:43:17: error: no member named 'move' in namespace 'std'
: name(std::move(name)),
   ~^
 ./http2.h:44:18: error: no member named 'move' in namespace 'std'
  value(std::move(value)),
~^

It looks like libstdc++ is too old to build the nghttp utilities. I've now 
forced it to build with libc++ on = 10.8 (10.9+ already does this in fink). 
The libnghttp2.5 library itself is just C so this won't affect other packages. 
Let me know if this fixes things.

Thanks
Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/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


[Fink-users] Xcode 6 GM on 10.9

2014-09-09 Thread Daniel Johnson
I just installed the Xcode 6 GM on 10.9 and things seem ok except for a 
cosmetic issue. We previously added the flag 
-Werror=unused-command-line-argument-hard-error-in-future to compiler_wrapper 
because clang started throwing fits at unused compiler flags with clang 5.1. It 
seems that clang 6.0 no longer cares about this and the 
-Werror=unused-command-line-argument-hard-error-in-future flag itself is no 
longer supported. I submitted a pull request which stops adding said option in 
clang 6 and later here: https://github.com/fink/fink/pull/111. I also 
simplified the version comparison to only compare the first component of the 
version number since things like $clang_version  600.0.0 don't actually work 
with bash. The  only does an ascii comparison and -gt only does integer.

Please test with older Xcodes to make sure I didn't break anything.

Thanks
Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/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


Re: [Fink-users] aria2c missing lib

2014-07-10 Thread Daniel Johnson

On Jul 10, 2014, at 5:02 AM, Alan alanwil...@gmail.com wrote:

 aria2c 
 ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/RELEASE.metalink 
 
 dyld: Library not loaded: /sw/lib/libnettle.4.dylib
   Referenced from: /sw/bin/aria2c
   Reason: image not found
 [1]37315 trace trap  aria2c 
 
 Then I did 
 
 fink install nettle4a-shlibs 
 
 and this sorted the issue.
 
 Package manager version: 0.37.0
 Distribution version: selfupdate-rsync Wed Jul  9 13:36:10 2014, 10.9, x86_64
 Trees: local/main stable/main

Thanks for the note. Actually, it isn't supposed to link to nettle at all. I've 
just committed a fixed package.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
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


Re: [Fink-users] Error building python during update-all

2014-04-24 Thread Daniel Johnson

On Apr 23, 2014, at 10:26 PM, Jeff Mulligan jeffrey.b.mulli...@nasa.gov wrote:

 On 4/23/14 7:06 PM, Alexander Hansen wrote:
 
 Unless a Fink installation has linked against a lot of stuff that got 
 removed later (like third-party libs in /usr/local or from another packaging 
 system) removing and restarting from scratch normally results in a build 
 failing at exactly the same place.
 Your comment prompted me to look in /usr/local/lib, where I had a few things 
 I had built from source myself, I renamed /usr/local/lib and tried again, but 
 the result was the same.
 
 -j.
 
 

It's not /usr/local/lib you need to check, but /usr/local/include. You must 
have a sys/epoll.h file in there. The 'pyepoll' functions only get built if 
it's present, and since OS X doesn't have epoll, the link fails. You need to 
find where sys/epoll.h is and remove it. It's going to break a lot more than 
python.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform___
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


Re: [Fink-users] Failed: phase compiling: python27-2.7.6-1 failed

2014-04-13 Thread Daniel Johnson

On Apr 13, 2014, at 6:57 AM, Bill Huey (hui) bill.h...@gmail.com wrote:

 Xcode.app: 5.1.1
 
 No recognized Xcode CLI installed
 
 

That's your problem. You need the Xcode CLI tools installed to build anything 
properly. Try running 'xcode-select --install' to download and install the 
tools.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
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


Re: [Fink-users] botan-1.8.6-1 fails to build on 10.8

2014-04-13 Thread Daniel Johnson

On Apr 12, 2014, at 10:35 PM, Daniel Macks dma...@netspace.org wrote:

 On Mon, 3 Mar 2014 18:01:47 -0500, Daniel Johnson 
 daniel.johnso...@gmail.com wrote:
 On Mar 3, 2014, at 7:40 AM, Daniel Johnson daniel.johnso...@gmail.com 
 wrote:
  On Mar 3, 2014, at 6:09 AM, Corey Halpin chal...@cs.wisc.edu wrote:
 
  Unfortunately, I'm still on 10.7 and don't have a 10.8 machine to test  
  against.   I can get 1.10 (the upstream stable release) to mostly 
  work on 10.7...  however, Montone (the only package that uses botan 
  that I can find) doesn't  build against botan 1.10 in any released 
  version.  The monotone development  branch does mention fixes for 
  compatibility with botan 1.10 -- but I'd need to  be able to find the 
  relevant commit to backport it.  More time to dig would be  required. 
The use of configure.pl here was deliberate, as it supported 
  --cpu=generic.   The newer configure.py forces one to choose a specific 
  architecture.  Maybe  this can be dropped now, as ppc isn't really a 
  concern?
   By any chance does adding SetCPPFlags: -std=gnu89 resolve the issue?
   I'll look into this more when I can, but I must apologize that it 
   probably  won't be for a while.  I'm preparing to defend my 
   dissertation and spare  cycles are not abundant.   Best regards. 
 ~crh
   On 2014-02-28, Daniel Macks wrote:
  g++ -Ibuild/include -O2 -finline-functions  -D_REENTRANT -ansi 
  -Wno-long-long -fpermissive -W -Wall -fPIC -c src/block/aes/aes.cpp -o 
  build/lib/aes.o
  clangclang: : warning: argument unused during compilation: '-fpermissive'
  warning: argument unused during compilation: '-fpermissive'
  In file included from src/block/aes/aes.cpp:8:
  In file included from build/include/botan/aes.h:11:
  In file included from build/include/botan/block_cipher.h:11:
  In file included from build/include/botan/sym_algo.h:13:
  In file included from build/include/botan/symkey.h:11:
  build/include/botan/secmem.h:362:28: error: use of undeclared identifier 
  'set'
  { if(this != in) set(in); return (*this); }
^
this-
  build/include/botan/symkey.h:36:56: note: in instantiation of member 
  function
   'Botan::SecureVector::operator=' requested here
   void change(const MemoryRegion in) { bits = in; }
^
  build/include/botan/secmem.h:146:12: note: must qualify identifier to 
  find this
declaration in dependent base class
   void set(const T in[], u32bit n){ create(n); copy(in, n); }
^
  build/include/botan/secmem.h:153:12: note: must qualify identifier to 
  find this
   declaration in dependent base class
   void set(const MemoryRegion in) { set(in.begin(), in.size()); }
^
  1 error generated.  make: *** [build/lib/aes.o] Error 1
   Earlier during the build I noticed:
   export PATH=/usr/bin:/usr/sbin:/bin:/sbin
  ./configure.pl --prefix=/sw --cpu=generic --docdir=/sw/share/doc
(warning): ./configure.pl is deprecated; migration to ./configure.py 
  strongly recommended
   And upstream is at 1.11, so there are lots of easy things to upgrade 
   that might fix the actual build failure (or at least let one 
   trouble-shoot a non-obsolete version, so that upstream can help fix 
   further).   dan
  ---
   Daniel Macks
  dma...@netspace.org
   I think I know how to fix it but it's going to take time I don't have 
   right now. Tonight I'll work on it. The code is using illegal C++ that 
   gcc happens to accept but clang (properly) rejects.   Daniel
 
 Ok, the solution is to update to botan 1.8.14 which includes patches for 
 clang. I've successfully built it and tests pass on 10.9. I've included the 
 diff below. Unfortunately, monotone still doesn't build on 10.9 since it 
 requires non-standard features of gcc's libstdc++ and won't build with 
 libc++. It also doesn't build with boost1.55 but appears to work with 1.53. 
 
 Pushed this botan update. Built cleanly for me on 10.8 as well. 
 dan
 

And I just pushed an update to monotone to fix building on 10.9. The fix is to 
use std::unordered_map instead of std::tr1::unordered_map which is only 
available in pre-C++11.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
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


Re: [Fink-users] Killing old pcre (was Re: botan-1.8.6-1 fails to build on 10.8)

2014-04-13 Thread Daniel Johnson

On Apr 13, 2014, at 1:19 PM, Daniel Macks dma...@netspace.org wrote:

 On Sun, 13 Apr 2014 13:06:36 -0400, Daniel Johnson 
 daniel.johnso...@gmail.com wrote:
 
 And I just pushed an update to monotone to fix building on 10.9. The fix is 
 to use std::unordered_map instead of std::tr1::unordered_map which is only 
 available in pre-C++11. 
 
 Awesome!
 
 monotone came to my attention because it was one of the only packages using 
 the old pcre rather than the new libpcre1. There are now *no* old-pcre 
 users. Time to stubify it down to its -shlibs?
 
 dan
 
 --
 Daniel Macks
 dma...@netspace.org
 
 

Now stubified.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
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


Re: [Fink-users] botan-1.8.6-1 fails to build on 10.8

2014-04-13 Thread Daniel Johnson

On Apr 13, 2014, at 5:08 PM, Corey Halpin chal...@cs.wisc.edu wrote:

 On 2014-04-12, Daniel Macks wrote:
 Pushed this botan update. Built cleanly for me on 10.8 as well. 
 
 On 2014-04-13, Daniel Johnson wrote:
 And I just pushed an update to monotone to fix building on 10.9. The fix is 
 to use std::unordered_map instead of std::tr1::unordered_map which is only 
 available in pre-C++11.
 
  Thank you both for taking care of these issues.
 
  I just haven't had any time to devote to Fink in the last few months.
 
  If someone else wanted to take maintainership of either Botan or Monotone, 
 I'd have no objection.  Especially since I don't use either of them at this 
 point.
 
  Again, thank you both.
 
 Best regards,
 ~crh

Ok, I've taken them over. I also added botan 1.10 and switched monotone to it. 
Thanks for your previous work!

What's one more VCS to maintain? At least it's not likely to change much again. 
:)

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
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


Re: [Fink-users] Failed: phase compiling: valgrind-3.9.0-1 failed

2014-04-08 Thread Daniel Johnson

On Apr 8, 2014, at 10:22 PM, Stefan Bruda ste...@bruda.ca wrote:

 Hi,
 
 Configuring valgrind results in the following error:
 
 checking for gcc... gcc
 checking whether the C compiler works... no
 configure: error: in `/opt/sw/src/fink.build/valgrind-3.9.0-1/valgrind-3.9.0':
 configure: error: C compiler cannot create executables
 See `config.log' for more details
 ### execution of /tmp/fink.Is5Gt failed, exit code 77
 ### execution of /tmp/fink.XhN8G failed, exit code 77
 
 This is not very informative, but the config log contains the
 following:
 
 configure:3552: $? = 0
 configure:3541: gcc -v 5
 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
 --with-gxx-include-dir=/usr/include/c++/4.2.1
 Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
 Target: x86_64-apple-darwin12.5.0
 Thread model: posix
 configure:3552: $? = 0
 configure:3541: gcc -V 5
 clang: error: argument to '-V' is missing (expected 1 value)
 clang: error: no input files
 configure:3552: $? = 1
 configure:3541: gcc -qversion 5
 clang: error: unknown argument: '-qversion' 
 [-Wunused-command-line-argument-hard-error-in-future]
 clang: note: this will be a hard error (cannot be downgraded to a warning) in 
 the future
 clang: error: no input files
 configure:3552: $? = 1
 configure:3572: checking whether the C compiler works
 configure:3594: gcc -Wno-long-long  -I/opt/sw/include 
 -headerpad_max_install_names -L/opt/sw/lib -new_linker conftest.c  5
 clang: error: unknown argument: '-new_linker' 
 [-Wunused-command-line-argument-hard-error-in-future]
 clang: note: this will be a hard error (cannot be downgraded to a warning) in 
 the future
 configure:3598: $? = 1
 configure:3636: result: no
 configure: failed program was:
 | /* confdefs.h */
 | #define PACKAGE_NAME Valgrind
 | #define PACKAGE_TARNAME valgrind
 | #define PACKAGE_VERSION 3.9.0
 | #define PACKAGE_STRING Valgrind 3.9.0
 | #define PACKAGE_BUGREPORT valgrind-us...@lists.sourceforge.net
 | #define PACKAGE_URL 
 | #define PACKAGE valgrind
 | #define VERSION 3.9.0
 | /* end confdefs.h.  */
 | 
 | int
 | main ()
 | {
 | 
 |   ;
 |   return 0;
 | }
 configure:3641: error: in 
 `/opt/sw/src/fink.build/valgrind-3.9.0-1/valgrind-3.9.0':
 configure:3643: error: C compiler cannot create executables
 
 Could this be yet another instance of clang breaking things?  I am
 also worried about the -V error though...  I am on Fink 0.36.4 so
 this should not be an issue anymore, but I also see the failure above.
 Here is the rest of the system info (all on Mac OS 10.8.5):
 
 Distribution version: selfupdate-rsync Tue Apr  8 19:07:08 2014, 10.8, x86_64
 Trees: local/main stable/main
 Xcode.app: 5.1
 Xcode command-line tools: 5.1.0.0.1.1393561416
 Max. Fink build jobs:  8
 
 Speaking of clang ugliness, I have a DMG for Xcode 5.0.2 and one for
 the associated command line tools for Mountain Lion - September
 2013.  Would it make sense to trash the current Xcode, replace it
 with the above, refrain from ever updating the tinng, and so live
 happily ever after (or until updating the OS)?
 
 Advice is appreciated.
 
 Best regards,
 Stefan

Thanks, it was the -new_linker flag which is apparently no longer supported. 
Removing it fixed the build for me on 10.9. Let me know if it's good on 10.8 
for you.

The fink 0.36.4 fix didn't help since valgrind explicitly disables fink's 
compiler wrapper. I need to control what gets passed to the compiler.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
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


Re: [Fink-users] svn-swig-pm5162 fails to build

2014-03-05 Thread Daniel Johnson

On Mar 5, 2014, at 1:00 PM, Alexander Hansen alexanderk.han...@gmail.com 
wrote:

 On 3/5/14, 8:34 AM, Bill Waggoner wrote:
 During an update-all the build for svn-swig-pm5162 fails:
 
 Setting up fink-buildlock-svn-swig-pm5162-1.8.8-1 (2014.03.05-11.31.37) ...
 
 sudo -u fink-bld [ENV] sh -c /tmp/fink.1hhvs
 env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions
 -xf /sw/src/subversion-1.8.8.tar.bz2
 sudo -u fink-bld [ENV] sh -c /tmp/fink.4zEkj
 perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/ 
 configure
 perl -pi -e 's/(`echo \$\$inst`)/${1}18/' Makefile.in
 perl -pi -e s/clang/gcc/ configure
 sudo -u fink-bld [ENV] sh -c /tmp/fink.YoU8C
 /tmp/fink.p9CZT
 #! /bin/bash -ev
  ### Recreate build-outputs.mk to not include already installed libs
  ./gen-make.py --installed-libs
 libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_fs_base,libsvn_fs_fs,libsvn_fs_util,libsvn_ra,libsvn_ra_local,libsvn_ra_serf,libsvn_ra_svn,libsvn_repos,libsvn_subr,libsvn_wc
 Traceback (most recent call last):
   File ./gen-make.py, line 323, in module
 main(conf, gentype, skip_depends=skip, other_options=rest.list)
   File ./gen-make.py, line 60, in main
 generator = gen_module.Generator(fname, verfname, other_options)
   File build/generator/gen_make.py, line 68, in __init__
 gen_base.GeneratorBase.__init__(self, fname, verfname, options)
   File build/generator/gen_base.py, line 78, in __init__
 parser.read(fname)
   File /sw/lib/python2.7/site-packages/configparser.py, line 708, in read
 with open(filename, encoding=encoding) as fp:
 LookupError: unknown encoding:
 ### execution of /tmp/fink.p9CZT failed, exit code 1
 ### execution of /tmp/fink.YoU8C failed, exit code 1
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-svn-swig-pm5162-1.8.8-1
 (Reading database ... 48488 files and directories currently installed.)
 Removing fink-buildlock-svn-swig-pm5162-1.8.8-1 ...
 Failed: phase compiling: svn-swig-pm5162-1.8.8-1 failed
 
 Before reporting any errors, please run fink selfupdate and try again.
 
 If you continue to have issues, please check to see if the FAQ on Fink's
 website solves the problem.  If not, ask on one (not both, please) of
 these mailing lists:
 
 The Fink Users List fink-users@lists.sourceforge.net
 The Fink Beginners List fink-beginn...@lists.sourceforge.net,
 
 with a carbon copy to the maintainer:
 
 Daniel Johnson dan...@daniel-johnson.org
 
 Note that this is preferable to emailing just the maintainer directly,
 since most fink package maintainers do not have access to all possible
 hardware and software configurations.
 
 Please try to include the complete error message in your report.  This
 generally consists of a compiler line starting with e.g. gcc or g++
 followed by the actual error output from the compiler.
 
 Also include the following system information:
 Package manager version: 0.36.3.1
 Distribution version: selfupdate-cvs Wed Mar  5 11:31:09 2014, 10.9, x86_64
 Trees: local/main stable/main
 Xcode.app: 5.0.2
 Xcode command-line tools: 5.0.1.0.1.1382131676
 svn-swig-pm5162-1.8.8-1 is set to build with only one job.
 
 
 Hmm...I don't reproduce this (10.9 here, too).  My Fink is fairly fresh, so I 
 don't have too much installed yet.
 

It's an odd error. You have to have fink's python and configparser-py27 
packages installed to trigger it. I've changed the svn packages to always use 
/usr/bin/python to run the build script.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/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


Re: [Fink-users] botan-1.8.6-1 fails to build on 10.8

2014-03-03 Thread Daniel Johnson

On Mar 3, 2014, at 6:09 AM, Corey Halpin chal...@cs.wisc.edu wrote:

  Unfortunately, I'm still on 10.7 and don't have a 10.8 machine to test 
 against.
 
  I can get 1.10 (the upstream stable release) to mostly work on 10.7... 
 however, Montone (the only package that uses botan that I can find) doesn't 
 build against botan 1.10 in any released version.  The monotone development 
 branch does mention fixes for compatibility with botan 1.10 -- but I'd need 
 to 
 be able to find the relevant commit to backport it.  More time to dig would 
 be 
 required.
 
  The use of configure.pl here was deliberate, as it supported --cpu=generic.  
 The newer configure.py forces one to choose a specific architecture.  Maybe 
 this can be dropped now, as ppc isn't really a concern?
 
  By any chance does adding SetCPPFlags: -std=gnu89 resolve the issue?
 
  I'll look into this more when I can, but I must apologize that it probably 
 won't be for a while.  I'm preparing to defend my dissertation and spare 
 cycles are not abundant.
 
 Best regards.
 
 ~crh
 
 On 2014-02-28, Daniel Macks wrote:
 g++ -Ibuild/include -O2 -finline-functions  -D_REENTRANT -ansi 
 -Wno-long-long -fpermissive -W -Wall -fPIC -c src/block/aes/aes.cpp -o 
 build/lib/aes.o
 clangclang: : warning: argument unused during compilation: '-fpermissive'
 warning: argument unused during compilation: '-fpermissive'
 In file included from src/block/aes/aes.cpp:8:
 In file included from build/include/botan/aes.h:11:
 In file included from build/include/botan/block_cipher.h:11:
 In file included from build/include/botan/sym_algo.h:13:
 In file included from build/include/botan/symkey.h:11:
 build/include/botan/secmem.h:362:28: error: use of undeclared identifier 
 'set'
  { if(this != in) set(in); return (*this); }
^
this-
 build/include/botan/symkey.h:36:56: note: in instantiation of member function
   'Botan::SecureVector::operator=' requested here
   void change(const MemoryRegion in) { bits = in; }
^
 build/include/botan/secmem.h:146:12: note: must qualify identifier to find 
 this
declaration in dependent base class
   void set(const T in[], u32bit n){ create(n); copy(in, n); }
^
 build/include/botan/secmem.h:153:12: note: must qualify identifier to find 
 this
   declaration in dependent base class
   void set(const MemoryRegion in) { set(in.begin(), in.size()); }
^
 1 error generated. 
 make: *** [build/lib/aes.o] Error 1
 
 Earlier during the build I noticed:
 
 export PATH=/usr/bin:/usr/sbin:/bin:/sbin
 ./configure.pl --prefix=/sw --cpu=generic --docdir=/sw/share/doc
(warning): ./configure.pl is deprecated; migration to ./configure.py 
 strongly recommended
 
 And upstream is at 1.11, so there are lots of easy things to upgrade that 
 might fix the actual build failure (or at least let one trouble-shoot a 
 non-obsolete version, so that upstream can help fix further). 
 
 dan
 ---
 
 Daniel Macks
 dma...@netspace.org

I think I know how to fix it but it's going to take time I don't have right 
now. Tonight I'll work on it. The code is using illegal C++ that gcc happens to 
accept but clang (properly) rejects.

Daniel




signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/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


Re: [Fink-users] botan-1.8.6-1 fails to build on 10.8

2014-03-03 Thread Daniel Johnson

On Mar 3, 2014, at 7:40 AM, Daniel Johnson daniel.johnso...@gmail.com wrote:

 
 On Mar 3, 2014, at 6:09 AM, Corey Halpin chal...@cs.wisc.edu wrote:
 
 Unfortunately, I'm still on 10.7 and don't have a 10.8 machine to test 
 against.
 
 I can get 1.10 (the upstream stable release) to mostly work on 10.7... 
 however, Montone (the only package that uses botan that I can find) doesn't 
 build against botan 1.10 in any released version.  The monotone development 
 branch does mention fixes for compatibility with botan 1.10 -- but I'd need 
 to 
 be able to find the relevant commit to backport it.  More time to dig would 
 be 
 required.
 
 The use of configure.pl here was deliberate, as it supported --cpu=generic.  
 The newer configure.py forces one to choose a specific architecture.  Maybe 
 this can be dropped now, as ppc isn't really a concern?
 
 By any chance does adding SetCPPFlags: -std=gnu89 resolve the issue?
 
 I'll look into this more when I can, but I must apologize that it probably 
 won't be for a while.  I'm preparing to defend my dissertation and spare 
 cycles are not abundant.
 
 Best regards.
 
 ~crh
 
 On 2014-02-28, Daniel Macks wrote:
 g++ -Ibuild/include -O2 -finline-functions  -D_REENTRANT -ansi 
 -Wno-long-long -fpermissive -W -Wall -fPIC -c src/block/aes/aes.cpp -o 
 build/lib/aes.o
 clangclang: : warning: argument unused during compilation: '-fpermissive'
 warning: argument unused during compilation: '-fpermissive'
 In file included from src/block/aes/aes.cpp:8:
 In file included from build/include/botan/aes.h:11:
 In file included from build/include/botan/block_cipher.h:11:
 In file included from build/include/botan/sym_algo.h:13:
 In file included from build/include/botan/symkey.h:11:
 build/include/botan/secmem.h:362:28: error: use of undeclared identifier 
 'set'
 { if(this != in) set(in); return (*this); }
   ^
   this-
 build/include/botan/symkey.h:36:56: note: in instantiation of member 
 function
  'Botan::SecureVector::operator=' requested here
  void change(const MemoryRegion in) { bits = in; }
   ^
 build/include/botan/secmem.h:146:12: note: must qualify identifier to find 
 this
   declaration in dependent base class
  void set(const T in[], u32bit n){ create(n); copy(in, n); }
   ^
 build/include/botan/secmem.h:153:12: note: must qualify identifier to find 
 this
  declaration in dependent base class
  void set(const MemoryRegion in) { set(in.begin(), in.size()); }
   ^
 1 error generated. 
 make: *** [build/lib/aes.o] Error 1
 
 Earlier during the build I noticed:
 
 export PATH=/usr/bin:/usr/sbin:/bin:/sbin
 ./configure.pl --prefix=/sw --cpu=generic --docdir=/sw/share/doc
   (warning): ./configure.pl is deprecated; migration to ./configure.py 
 strongly recommended
 
 And upstream is at 1.11, so there are lots of easy things to upgrade that 
 might fix the actual build failure (or at least let one trouble-shoot a 
 non-obsolete version, so that upstream can help fix further). 
 
 dan
 ---
 
 Daniel Macks
 dma...@netspace.org
 
 I think I know how to fix it but it's going to take time I don't have right 
 now. Tonight I'll work on it. The code is using illegal C++ that gcc happens 
 to accept but clang (properly) rejects.
 
 Daniel

Ok, the solution is to update to botan 1.8.14 which includes patches for clang. 
I've successfully built it and tests pass on 10.9. I've included the diff 
below. Unfortunately, monotone still doesn't build on 10.9 since it requires 
non-standard features of gcc's libstdc++ and won't build with libc++. It also 
doesn't build with boost1.55 but appears to work with 1.53.

Daniel

Index: botan.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto/botan.info,v
retrieving revision 1.2
diff -u -r1.2 botan.info
--- botan.info  3 Dec 2013 22:58:00 -   1.2
+++ botan.info  3 Mar 2014 22:55:18 -
@@ -1,9 +1,8 @@
 Package: botan
-Version: 1.8.6
+Version: 1.8.14
 Revision: 1
-Distribution: 10.7, 10.8
 Source: http://files.randombit.net/botan/Botan-%v.tbz
-Source-MD5: 827f71f450eb1b7bc9e173c402bc48dc
+Source-MD5: 417f9e353871a882a43cb586e45fb329
 ## need to preserve cap, for case-sensitive systems, or also use 
SourceDirectory..
 SourceRename: Botan-%v.tar.bz2
 PatchFile: %n.patch
@@ -14,21 +13,24 @@
   fink (= 0.24.12)
 
 GCC: 4.0
-ConfigureParams: --cpu=generic --docdir=%p/share/doc
+ConfigureParams: --with-tr1-implementation=none --docdir=%p/share/doc
 CompileScript: 
 #!/bin/bash -ev
 export PATH=/usr/bin:/usr/sbin:/bin:/sbin
-./configure.pl %c
+./configure.py %c
 make
-install_name_tool -id %p/lib/libbotan-1.8.2.dylib libbotan-1.8.2.dylib
+install_name_tool -id %p/lib/libbotan-1.8.2.dylib libbotan-1.8.13.dylib
+
+InstallScript: 
+   PATH=/usr/bin:/usr/sbin:/bin:/sbin make install DESTDIR=%i
+   ln

Re: [Fink-users] libvpx-1.3.0-1

2014-02-07 Thread Daniel Johnson

On Feb 7, 2014, at 3:16 PM, Robert Wyatt chupacerv...@gmail.com wrote:

 Hi all,
 
 While trying to install libvpx on Mac OS 10.7.5 I've run into an error and I 
 don't know what to do with it, described below.
 
 Feel free to snip extraneous lines.
 
 I'm happy to try suggestions.
 
 Thanks for your help!
 Robert
 
 Package manager version: 0.36.3.1
 Distribution version: selfupdate-rsync Fri Feb  7 13:48:11 2014, 10.7, x86_64
 Trees: local/main stable/main
 Xcode.app: 4.6.3
 Xcode command-line tools: 4.3.0.0.1.1249367152
 Max. Fink build jobs:  1
 
 Creating makefiles for x86_64-darwin11-gcc docs
 make
[CREATE] vpx_scale_rtcd.h
[CREATE] vp8_rtcd.h
[CREATE] vp9_rtcd.h
[DEP] test/vp9_thread_test.cc.d
[DEP] test/vp9_subtract_test.cc.d
[DEP] test/vp9_lossless_test.cc.d
[DEP] test/vp9_boolcoder_test.cc.d
[DEP] test/vp8_fdct4x4_test.cc.d
[DEP] test/vp8_decrypt_test.cc.d
[DEP] test/vp8_boolcoder_test.cc.d
[DEP] test/variance_test.cc.d
[DEP] test/tile_independence_test.cc.d
[DEP] test/test_vector_test.cc.d
[DEP] test/test_libvpx.cc.d
[DEP] test/svc_test.cc.d
[DEP] test/superframe_test.cc.d
[DEP] test/subtract_test.cc.d
[DEP] test/sixtap_predict_test.cc.d
[DEP] test/set_roi.cc.d
[DEP] test/sad_test.cc.d
[DEP] test/resize_test.cc.d
[DEP] test/pp_filter_test.cc.d
[DEP] test/keyframe_test.cc.d
[DEP] test/intrapred_test.cc.d
[DEP] test/idct_test.cc.d
[DEP] test/idct8x8_test.cc.d
[DEP] test/fdct8x8_test.cc.d
[DEP] test/fdct4x4_test.cc.d
[DEP] test/error_resilience_test.cc.d
[DEP] test/encode_test_driver.cc.d
[DEP] test/decode_test_driver.cc.d
[DEP] test/dct32x32_test.cc.d
[DEP] test/dct16x16_test.cc.d
[DEP] test/datarate_test.cc.d
[DEP] test/cq_test.cc.d
[DEP] test/cpu_speed_test.cc.d
[DEP] test/convolve_test.cc.d
[DEP] test/config_test.cc.d
[DEP] test/borders_test.cc.d
[DEP] test/altref_test.cc.d
[DEP] test/../nestegg/src/nestegg.c.d
[DEP] test/../nestegg/halloc/src/halloc.c.d
[DEP] test/../md5_utils.c.d
[DEP] third_party/googletest/src/src/gtest-all.cc.d
[DEP] third_party/x86inc/x86inc.asm.d
[DEP] vp9/common/x86/vp9_intrapred_ssse3.asm.d
[DEP] vp9/common/x86/vp9_intrapred_sse2.asm.d
[DEP] vp9/common/x86/vp9_copy_sse2.asm.d
[DEP] vp9/common/x86/vp9_subpixel_8t_ssse3.asm.d
[DEP] vp9/common/x86/vp9_subpixel_8t_sse2.asm.d
[DEP] vp9/common/x86/vp9_loopfilter_mmx.asm.d
[DEP] vp9/encoder/x86/vp9_ssim_opt.asm.d
[DEP] vp9/encoder/x86/vp9_sad_sse4.asm.d
[DEP] vp9/encoder/x86/vp9_sad_ssse3.asm.d
[DEP] vp9/encoder/x86/vp9_quantize_ssse3.asm.d
[DEP] vp9/encoder/x86/vp9_subpel_variance.asm.d
[DEP] vp9/encoder/x86/vp9_subtract_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_sad_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_error_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_sad_sse3.asm.d
[DEP] vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_subpel_variance_impl_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_sad4d_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_variance_impl_sse2.asm.d
[DEP] vp9/encoder/x86/vp9_sad_mmx.asm.d
[DEP] vp9/encoder/x86/vp9_variance_impl_mmx.asm.d
[DEP] vp8/common/x86/loopfilter_block_sse2.asm.d
[DEP] vp8/common/x86/postproc_sse2.asm.d
[DEP] vp8/common/x86/mfqe_sse2.asm.d
[DEP] vp8/common/x86/postproc_mmx.asm.d
[DEP] vp8/common/x86/sad_sse4.asm.d
[DEP] vp8/common/x86/variance_impl_ssse3.asm.d
[DEP] vp8/common/x86/subpixel_ssse3.asm.d
[DEP] vp8/common/x86/sad_ssse3.asm.d
[DEP] vp8/common/x86/sad_sse3.asm.d
[DEP] vp8/common/x86/variance_impl_sse2.asm.d
[DEP] vp8/common/x86/iwalsh_sse2.asm.d
[DEP] vp8/common/x86/loopfilter_sse2.asm.d
[DEP] vp8/common/x86/subpixel_sse2.asm.d
[DEP] vp8/common/x86/sad_sse2.asm.d
[DEP] vp8/common/x86/recon_sse2.asm.d
[DEP] vp8/common/x86/idctllm_sse2.asm.d
[DEP] vp8/common/x86/variance_impl_mmx.asm.d
[DEP] vp8/common/x86/subpixel_mmx.asm.d
[DEP] vp8/common/x86/sad_mmx.asm.d
[DEP] vp8/common/x86/recon_mmx.asm.d
[DEP] vp8/common/x86/loopfilter_mmx.asm.d
[DEP] vp8/common/x86/iwalsh_mmx.asm.d
[DEP] vp8/common/x86/idctllm_mmx.asm.d
[DEP] vp8/common/x86/dequantize_mmx.asm.d
[DEP] vp8/encoder/x86/ssim_opt.asm.d
[DEP] vp8/encoder/x86/encodeopt.asm.d
[DEP] vp8/encoder/x86/quantize_mmx.asm.d
[DEP] vp8/encoder/x86/quantize_sse4.asm.d
[DEP] vp8/encoder/x86/quantize_ssse3.asm.d
[DEP] vp8/encoder/x86/temporal_filter_apply_sse2.asm.d
[DEP] vp8/encoder/x86/subtract_sse2.asm.d
[DEP] vp8/encoder/x86/fwalsh_sse2.asm.d
[DEP] vp8/encoder/x86/dct_sse2.asm.d
[DEP] vp8/encoder/x86/subtract_mmx.asm.d
[DEP] vp8/encoder/x86/dct_mmx.asm.d
[DEP] vpx_ports/x86_abi_support.asm.d
[DEP] vpx_ports/emms.asm.d
[DEP] vpx_config.c.d
[DEP] vp9/decoder/vp9_dsubexp.c.d
[DEP] vp9/decoder/vp9_onyxd_if.c.d
[DEP] 

Re: [Fink-users] libsndfile1-1.0.25-3 failed on 10.7

2014-01-24 Thread Daniel Johnson

On Jan 24, 2014, at 5:00 PM, Viv Kendon v.ken...@leeds.ac.uk wrote:

 Just got the following doing update-all (not sure I've gone far enough 
 back, can supply more if needed)
 
 snip
  CC   G72x/g72x.lo
  CCLD libcommon.la
  CCLD GSM610/libgsm.la
  CCLD G72x/libg72x.la
 /usr/bin/ranlib: file: .libs/libcommon.a(windows.o) has no symbols
 ranlib: file: .libs/libcommon.a(windows.o) has no symbols
  CCLD libsndfile.la
 Undefined symbols for architecture x86_64:
  _ogg_page_eos, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _vorbis_close in ogg_vorbis.o
  _vorbis_read_sample in ogg_vorbis.o
  _vorbis_write_samples in ogg_vorbis.o
  _ogg_page_granulepos, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _ogg_page_serialno, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _vorbis_read_header in ogg_vorbis.o
  _ogg_open in libcommon.a(ogg.o)
  _ogg_stream_clear, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _vorbis_read_header in ogg_vorbis.o
  _ogg_open in libcommon.a(ogg.o)
  _ogg_close in libcommon.a(ogg.o)
  _ogg_stream_flush, referenced from:
  _vorbis_write_header in ogg_vorbis.o
  _ogg_stream_init, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _vorbis_read_header in ogg_vorbis.o
  _vorbis_write_header in ogg_vorbis.o
  _ogg_open in libcommon.a(ogg.o)
  _ogg_stream_packetin, referenced from:
  _vorbis_close in ogg_vorbis.o
  _vorbis_write_header in ogg_vorbis.o
  _vorbis_write_samples in ogg_vorbis.o
  _ogg_stream_packetout, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _vorbis_read_header in ogg_vorbis.o
  _vorbis_read_sample in ogg_vorbis.o
  _ogg_open in libcommon.a(ogg.o)
  _ogg_stream_pagein, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _vorbis_read_header in ogg_vorbis.o
  _vorbis_read_sample in ogg_vorbis.o
  _ogg_open in libcommon.a(ogg.o)
  _ogg_stream_pageout, referenced from:
  _vorbis_close in ogg_vorbis.o
  _vorbis_write_samples in ogg_vorbis.o
  _ogg_stream_reset, referenced from:
  _vorbis_read_header in ogg_vorbis.o
  _ogg_open in libcommon.a(ogg.o)
  _ogg_sync_buffer, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _vorbis_read_header in ogg_vorbis.o
  _vorbis_read_sample in ogg_vorbis.o
  _ogg_open in libcommon.a(ogg.o)
  _ogg_sync_clear, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _ogg_open in libcommon.a(ogg.o)
  _ogg_close in libcommon.a(ogg.o)
  _ogg_sync_init, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _ogg_open in libcommon.a(ogg.o)
  _ogg_sync_pageout, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _vorbis_read_header in ogg_vorbis.o
  _vorbis_read_sample in ogg_vorbis.o
  _ogg_open in libcommon.a(ogg.o)
  _ogg_sync_reset, referenced from:
  _vorbis_read_header in ogg_vorbis.o
  _ogg_open in libcommon.a(ogg.o)
  _ogg_sync_wrote, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _vorbis_read_header in ogg_vorbis.o
  _vorbis_read_sample in ogg_vorbis.o
  _ogg_open in libcommon.a(ogg.o)
  _vorbis_analysis, referenced from:
  _vorbis_close in ogg_vorbis.o
  _vorbis_write_samples in ogg_vorbis.o
  _vorbis_analysis_blockout, referenced from:
  _vorbis_close in ogg_vorbis.o
  _vorbis_write_samples in ogg_vorbis.o
  _vorbis_analysis_buffer, referenced from:
  _vorbis_write_s in ogg_vorbis.o
  _vorbis_write_i in ogg_vorbis.o
  _vorbis_write_f in ogg_vorbis.o
  _vorbis_write_d in ogg_vorbis.o
  _vorbis_analysis_headerout, referenced from:
  _vorbis_write_header in ogg_vorbis.o
  _vorbis_analysis_init, referenced from:
  _vorbis_write_header in ogg_vorbis.o
  _vorbis_analysis_wrote, referenced from:
  _vorbis_close in ogg_vorbis.o
  _vorbis_write_samples in ogg_vorbis.o
  _vorbis_bitrate_addblock, referenced from:
  _vorbis_close in ogg_vorbis.o
  _vorbis_write_samples in ogg_vorbis.o
  _vorbis_bitrate_flushpacket, referenced from:
  _vorbis_close in ogg_vorbis.o
  _vorbis_write_samples in ogg_vorbis.o
  _vorbis_block_clear, referenced from:
  _vorbis_read_header in ogg_vorbis.o
  _vorbis_close in ogg_vorbis.o
  _vorbis_block_init, referenced from:
  _vorbis_read_header in ogg_vorbis.o
  _vorbis_write_header in ogg_vorbis.o
  _vorbis_comment_add_tag, referenced from:
  _vorbis_write_header in ogg_vorbis.o
  _vorbis_comment_clear, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _vorbis_read_header in ogg_vorbis.o
  _vorbis_close in ogg_vorbis.o
  _vorbis_comment_init, referenced from:
  _ogg_vorbis_open in ogg_vorbis.o
  _vorbis_read_header in ogg_vorbis.o
  _vorbis_write_header in ogg_vorbis.o
  _vorbis_comment_query, referenced from:
  _vorbis_read_header in ogg_vorbis.o
  _vorbis_dsp_clear, referenced from:
  _vorbis_read_header in ogg_vorbis.o
  _vorbis_close 

Re: [Fink-users] libsndfile1 failed to compile (OS 10.9, xcode 5.0.2)

2014-01-02 Thread Daniel Johnson

On Jan 2, 2014, at 1:33 PM, e@gmx.de wrote:

 Trying to compile libsndfile1 (1.0.25-2) after upgrading to Mavericks failed 
 with several error messages. Currently, I am using fink-installer with xcode 
 5.0.2 on MacOS Mavericks (10.9.1). I appended some of the output from the 
 compilation process.
  
 I also tried downgrading to xcode 5.0.1 but the errors remained the same.
  
 Anyone else seeing this behaviour? Any advice for a fix?
  
 thanks a lot,
  
 enno e. scholz
  
 Package manager version: 0.36.3.1
 Distribution version: selfupdate-rsync Thu Jan  2 17:08:39 2014, 10.9, x86_64
 Trees: local/main stable/main
 Xcode.app: 5.0.2
 Xcode command-line tools: 5.0.1.0.1.1382131676
 Max. Fink build jobs:  1
  
  
 In file included from sndfile-play.c:62:
 In file included from 
 /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:83:
 In file included from 
 /System/Library/Frameworks/CoreAudio.framework/Headers/CoreAudioTypes.h:28:
 In file included from 
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:68:
 In file included from /Developer/Headers/FlatCarbon/MacTypes.h:1:
 In file included from 
 /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:19:
 In file included from 
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:39:
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:49:1: 
 error:
   unknown type name 'CF_IMPLICIT_BRIDGING_ENABLED'
 CF_IMPLICIT_BRIDGING_ENABLED
 ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:50:18: 
 error:
   expected ';' after top level declarator
 CF_EXTERN_C_BEGIN
  ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:74:47: 
 error:
   unknown type name 'CFAllocatorRef'
 typedef const void *(*CFArrayRetainCallBack)(CFAllocatorRef allocato...
  ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:75:41: 
 error:
   unknown type name 'CFAllocatorRef'
 typedef void(*CFArrayReleaseCallBack)(CFAllocatorRef allocat...
   ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:76:21: 
 error:
   function cannot return function type 'int (const void *)'
 typedef CFStringRef (*CFArrayCopyDescriptionCallBack)(const void *value);
 ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:77:18: 
 error:
   function cannot return function type 'int (const void *, const void *)'
 typedef Boolean (*CFArrayEqualCallBack)(const void *value1, cons...
 ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:79:5: 
 error:
   unknown type name 'CFIndex'
 CFIndex version;
 ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:82:5: 
 error:
   unknown type name 'CFArrayCopyDescriptionCallBack'
 CFArrayCopyDescriptionCallBack  copyDescription;
 ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:83:5: 
 error:
   unknown type name 'CFArrayEqualCallBack'; did you mean
   'CFArrayRetainCallBack'?
 CFArrayEqualCallBackequal;
 ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:74:24: 
 note:
   'CFArrayRetainCallBack' declared here
 typedef const void *(*CFArrayRetainCallBack)(CFAllocatorRef allocato...
   ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:91:1: 
 error:
   unknown type name 'CF_EXPORT'
 CF_EXPORT
 ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:92:1: 
 error:
   expected identifier or '('
 const CFArrayCallBacks kCFTypeArrayCallBacks;
 ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:120:1: 
 error:
   unknown type name 'CF_EXPORT'
 CF_EXPORT
 ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:121:9: 
 error:
   expected ';' after top level declarator
 CFTypeID CFArrayGetTypeID(void);
 ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:173:1: 
 error:
   unknown type name 'CF_EXPORT'
 CF_EXPORT
 ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:174:11: 
 error:
   expected ';' after top level declarator
 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, ...
   ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:194:1: 
 error:
   unknown type name 'CF_EXPORT'
 CF_EXPORT
 ^
 /System/Library/Frameworks/CoreFoundation.framework/Headers/CFArray.h:195:11: 
 error:
   expected ';' after top level declarator
 CFArrayRef CFArrayCreateCopy(CFAllocatorRef allocator, CFArrayRef theArray);
   ^
 

Re: [Fink-users] Problem in MP3DIAGS installation on Mavericks

2013-12-30 Thread Daniel Johnson

On Dec 30, 2013, at 2:20 PM, Mark D. McKean qpa...@quantumpanda.com wrote:

 On 12/30/13, 3:28 am, Daniel Macks wrote:
 Spot-on! According to the repository log for the .info file... 
 
 date: 2013/11/10 18:28:36;  author: danielj7;  state: Exp;  lines: +1 -0
 Doesn't build on 10.9 even with newer boost. 
 Multiple libc++ related errors. 
 
 Yay! Good to have verification that I'm getting the hang of this. :-)
 
 Mark D. McKean
 qpa...@quantumpanda.com

Yeah, I couldn't get it to build at all on 10.9. Someone with a lot more 
C++-foo than me would need to work on it.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/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


Re: [Fink-users] libaprutil.0-shlibs-1.5.3-1 fails to build on 10.8.5

2013-12-05 Thread Daniel Johnson

On Dec 5, 2013, at 2:25 PM, Remi Mommsen remigius.momm...@cern.ch wrote:

 All this did not help. However, I tracked it to the following issue:
 
 configure at line 11523 checks if ldap_set_rebind_proc takes 2 or 3 
 arguments. However, the CFLAGS are extended on line 11530 to mark all 
 warnings as errors. This causes the clang: warning: argument unused during 
 compilation which also happens here to be promoted to an error, which in 
 turn causes the compile to fail on line 15551. Thus, the 
 'ac_cv_ldap_set_rebind_proc_style' gets set to two instead of three. Calling 
 clang with '-Qunused-arguments' quiets the warning about unused arguments. 
 I.e. the following change to libaprutil.0-shlibs.info solves the issue for me:
 
 diff -u -r1.7 libaprutil.0-shlibs.info
 --- libaprutil.0-shlibs.info  27 Nov 2013 03:06:10 -  1.7
 +++ libaprutil.0-shlibs.info  5 Dec 2013 19:21:46 -
 @@ -36,6 +36,7 @@
 PatchScript: 
   ### Fix layout
   perl -pi -e 's,/usr/local,%p,g' config.layout
 +  perl -pi -e 's,-Werror,-Werror -Qunused-arguments,g' configure
   %{default_script}
 
 
 
 The question of course remains why it only fails for me ):
 
 Remi

Yeah, I have no idea. I had someone else try and also couldn't duplicate it on 
10.8 or 10.9. I've added your patch since it certainly can't hurt anything. I'm 
still curious as to what's causing this though. clang: warning: argument 
unused during compilation seems to be popping up more frequently now. This is 
the third time I've seen something related to it in the past couple days.

Daniel


signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/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


Re: [Fink-users] libaprutil.0-shlibs-1.5.3-1 fails to build on 10.8.5

2013-12-02 Thread Daniel Johnson


 On Dec 2, 2013, at 7:17 AM, Remi Mommsen remigius.momm...@cern.ch wrote:
 
 Hi Daniel,
 
 On Nov 29, 2013, at 7:12 PM, Daniel Johnson dan...@daniel-johnson.org 
 wrote:
 
 
 On Nov 29, 2013, at 12:19 PM, Remi Mommsen remigius.momm...@cern.ch wrote:
 
 Hi,
 
 I try to build libaprutil.0-shlibs-1.5.3-1. But it fails with:
 
 /bin/sh /opt/fink/share/apr/build/libtool --silent --mode=compile gcc -g 
 -O2   -DHAVE_CONFIG_H  -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10  
  
 -I/opt/fink/src/fink.build/libaprutil.0-shlibs-1.5.3-1/apr-util-1.5.3/include
  
 -I/opt/fink/src/fink.build/libaprutil.0-shlibs-1.5.3-1/apr-util-1.5.3/include/private
   -I/opt/fink/include/apr  -I/opt/fink/include  -o ldap/apr_ldap_rebind.lo 
 -c ldap/apr_ldap_rebind.c  touch ldap/apr_ldap_rebind.lo
 clang: warning: argument unused during compilation: '-I 
 /opt/fink/src/fink.build/libaprutil.0-shlibs-1.5.3-1/apr-util-1.5.3/include'
 clang: warning: argument unused during compilation: '-I 
 /opt/fink/src/fink.build/libaprutil.0-shlibs-1.5.3-1/apr-util-1.5.3/include/private'
 clang: warning: argument unused during compilation: '-I 
 /opt/fink/include/apr'
 clang: warning: argument unused during compilation: '-I /opt/fink/include'
 ldap/apr_ldap_rebind.c:330:45: error: too few arguments to function call, 
 expected 3, have 2
  ldap_set_rebind_proc(ld, LDAP_rebindproc);
  ^
 /opt/fink/include/ldap.h:974:1: note: 'ldap_set_rebind_proc' declared here
 extern int
 ^
 1 error generated.
 make[1]: *** [ldap/apr_ldap_rebind.lo] Error 1
 make: *** [all-recursive] Error 1
 ### execution of make failed, exit code 2
 ### execution of /tmp/fink.ZDYMZ failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /opt/fink/bin/dpkg-lockwait -r fink-buildlock-libaprutil.0-shlibs-1.5.3-1
 (Reading database ... 142757 files and directories currently installed.)
 Removing fink-buildlock-libaprutil.0-shlibs-1.5.3-1 ...
 Failed: phase compiling: libaprutil.0-shlibs-1.5.3-1 failed
 
 Also include the following system information:
 Package manager version: 0.36.1
 Distribution version: selfupdate-cvs Fri Nov 29 18:05:23 2013, 10.8, x86_64
 Trees: local/main stable/main local/injected
 Xcode.app: 5.0.2
 Xcode command-line tools: 5.0.1.0.1.1377666378
 libaprutil.0-shlibs-1.5.3-1 is set to build with only one job.
 
 
 /opt/fink/include/ldap.h is installed by openldap24-dev 2.4.35-1.
 
 Any ideas?
 
 Thanks,
 Remi
 
 Those clang: warning: argument unused during compilation warnings are 
 suspicious. Somehow a space is being inserted after the -I options which 
 causes them to be ignored. Do you have ccache-default installed? Something 
 is intercepting the gcc call. Maybe a BuildConflicts is in order or there's 
 something wrong with ccache-default.
 
 Daniel
 
 
 I don't have ccache-default installed. The spaces after -I are harmless. Note 
 that it finds /opt/fink/include/ldap.h.
 
 Remi
 

No, it isn't harmless. clang: warning: argument unused during compilation: '-I 
/opt/fink/include/apr' indicates that clang is seeing the -I and 
/opt/fink/include/apr as two separate options and therefore ignoring them 
since they aren't valid on their own. This is causing clang to not find fink's 
apr headers and use the system's instead. The question is where are the spaces 
after the -Is coming from?

It seems that libtool is mangling what it sends to the compiler. I've seen 
something like this before but can't remember what was the cause. Does anyone 
recognize this?

Maybe try rebuilding libapr.0 since that's where libtool is coming from? Maybe 
you had something installed when you built apr that isn't installed now? 
Perhaps Gnu sed? I have a vague recollection of sed causing libtool issues 
before.

Daniel


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/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


Re: [Fink-users] libaprutil.0-shlibs-1.5.3-1 fails to build on 10.8.5

2013-11-29 Thread Daniel Johnson

On Nov 29, 2013, at 12:19 PM, Remi Mommsen remigius.momm...@cern.ch wrote:

 Hi,
 
 I try to build libaprutil.0-shlibs-1.5.3-1. But it fails with:
 
 /bin/sh /opt/fink/share/apr/build/libtool --silent --mode=compile gcc -g -O2  
  -DHAVE_CONFIG_H  -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10   
 -I/opt/fink/src/fink.build/libaprutil.0-shlibs-1.5.3-1/apr-util-1.5.3/include 
 -I/opt/fink/src/fink.build/libaprutil.0-shlibs-1.5.3-1/apr-util-1.5.3/include/private
   -I/opt/fink/include/apr  -I/opt/fink/include  -o ldap/apr_ldap_rebind.lo -c 
 ldap/apr_ldap_rebind.c  touch ldap/apr_ldap_rebind.lo
 clang: warning: argument unused during compilation: '-I 
 /opt/fink/src/fink.build/libaprutil.0-shlibs-1.5.3-1/apr-util-1.5.3/include'
 clang: warning: argument unused during compilation: '-I 
 /opt/fink/src/fink.build/libaprutil.0-shlibs-1.5.3-1/apr-util-1.5.3/include/private'
 clang: warning: argument unused during compilation: '-I /opt/fink/include/apr'
 clang: warning: argument unused during compilation: '-I /opt/fink/include'
 ldap/apr_ldap_rebind.c:330:45: error: too few arguments to function call, 
 expected 3, have 2
ldap_set_rebind_proc(ld, LDAP_rebindproc);
^
 /opt/fink/include/ldap.h:974:1: note: 'ldap_set_rebind_proc' declared here
 extern int
 ^
 1 error generated.
 make[1]: *** [ldap/apr_ldap_rebind.lo] Error 1
 make: *** [all-recursive] Error 1
 ### execution of make failed, exit code 2
 ### execution of /tmp/fink.ZDYMZ failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /opt/fink/bin/dpkg-lockwait -r fink-buildlock-libaprutil.0-shlibs-1.5.3-1
 (Reading database ... 142757 files and directories currently installed.)
 Removing fink-buildlock-libaprutil.0-shlibs-1.5.3-1 ...
 Failed: phase compiling: libaprutil.0-shlibs-1.5.3-1 failed
 
 Also include the following system information:
 Package manager version: 0.36.1
 Distribution version: selfupdate-cvs Fri Nov 29 18:05:23 2013, 10.8, x86_64
 Trees: local/main stable/main local/injected
 Xcode.app: 5.0.2
 Xcode command-line tools: 5.0.1.0.1.1377666378
 libaprutil.0-shlibs-1.5.3-1 is set to build with only one job.
 
 
 /opt/fink/include/ldap.h is installed by openldap24-dev 2.4.35-1.
 
 Any ideas?
 
 Thanks,
 Remi
 
 
 

Those clang: warning: argument unused during compilation warnings are 
suspicious. Somehow a space is being inserted after the -I options which 
causes them to be ignored. Do you have ccache-default installed? Something is 
intercepting the gcc call. Maybe a BuildConflicts is in order or there's 
something wrong with ccache-default.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/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


Re: [Fink-users] Build error in libsndfile1-1.0.25-2 on 10.9

2013-11-26 Thread Daniel Johnson


 On Nov 26, 2013, at 3:18 PM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 10.9/Xcode CL tools for Xcode 5.0.1.
 
 ...
 /bin/sh ../libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
 -I/sw/include   -I/sw/include -I/sw/include  -g -O2 -std=gnu99 
 -fgnu89-inline -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith 
 -funsigned-char -Wstrict-prototypes -Wmissing-prototypes  -Wcast-align 
 -Wcast-qual -Wnested-externs  -Wbad-function-cast -Wwrite-strings -Wundef 
 -pipe  -c -o G72x/g72x.lo G72x/g72x.c
  CCLD   G72x/libg72x.la
  CCLD   libsndfile.la
 duplicate symbol ___sputc in:
.libs/sndfile.o
.libs/aiff.o
a slew of other duplicate symbol messages
 ld: 1305 duplicate symbols for architecture x86_64
 clang: error: linker command failed with exit code 1 (use -v to see 
 invocation)
 
 -- 
 Alexander Hansen, Ph.D.
 Fink User Liaison
 My package updates: http://finkakh.wordpress.com/

That's a common problem on 10.9 due to stricter inlining. I'll fix it tonight.

Thanks
Daniel


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/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


Re: [Fink-users] bzr-git-py 0.6.11 signature error

2013-11-18 Thread Daniel Johnson


 On Nov 18, 2013, at 10:53 AM, Derek Homeier 
 de...@astro.physik.uni-goettingen.de wrote:
 
 Hi,
 
 the bzr-git source has an incorrect MD5SUM and appears to be missing from 
 each and every mirror
 for weeks (seems this package is not really used a lot…):
 
 curl --connect-timeout 30 -f -L -A 'fink/0.36.0' -O 
 http://distfiles.sjc.ca.us.finkmirrors.net/bzr-git-0.6.11.tar.gz
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
 curl: (22) The requested URL returned error: 404 Not Found
 ### execution of curl failed, exit code 22
 Downloading the file bzr-git-0.6.11.tar.gz failed.
 
 (1)Give up
 (2)Retry the same mirror
 (3)Retry another mirror from your continent
 (4)Retry another mirror
 (5)Retry using original source URL
 
 Default answer will be chosen in 120 seconds...
 How do you want to proceed? [5] 
 curl --connect-timeout 30 -f -L -A 'fink/0.36.0' -O 
 http://samba.org/\~jelmer/bzr/bzr-git-0.6.11.tar.gz
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
 100   329  100   3290 0903  0 --:--:-- --:--:-- --:--:--   903
 100  117k  100  117k0 0  66317  0  0:00:01  0:00:01 --:--:--  146k
 The checksum of the file is incorrect. The most likely cause for this is a 
 corrupted or incomplete download
 Expected: 8d55b1a6bfaf23394dc468c6a4014c90
 Actual: MD5(105eb8c52dca00e3eaf27a45929e4fab)
SHA1(211f0ee32ee30a96c8be9f09432ac66b24eb597c)
 Downloading the file bzr-git-0.6.11.tar.gz failed.
 
 When changing the MD5 manually, it builds on 10.8, but with a couple more 
 than the mentioned 3
 test failures:
 
 bzr selftest: /sw/bin/bzr-py27
   /sw/lib/python2.7/site-packages/bzrlib
   bzr-2.6.0 python-2.7.6 Darwin-12.5.0-x86_64-i386-64bit
 ...
 --
 Ran 244 tests in 5.233s
 
 FAILED (errors=15, known_failure_count=1)
 1 test skipped
 Missing feature 'Missing tdb' skipped 6 tests.
 
 There is a version 0.6.12 on the author's page (md5sum 
 aa4dcd4fa03631c4802bc7795af7932b), which fares
 a bit better:
 --
 Ran 244 tests in 6.009s
 
 FAILED (errors=3, known_failure_count=2)
 1 test skipped
 Missing feature 'Missing tdb' skipped 6 tests.
 
 Cheers,
Derek
 

It's probably not used very much. :)
I'll take a look at it tonight. I see that there's a version 0.6.12 available 
too.

Daniel


--
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=63469471iu=/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


Re: [Fink-users] bzr-git-py 0.6.11 signature error

2013-11-18 Thread Daniel Johnson

On Nov 18, 2013, at 11:33 AM, Daniel Johnson daniel.johnso...@gmail.com wrote:

 
 
 On Nov 18, 2013, at 10:53 AM, Derek Homeier 
 de...@astro.physik.uni-goettingen.de wrote:
 
 Hi,
 
 the bzr-git source has an incorrect MD5SUM and appears to be missing from 
 each and every mirror
 for weeks (seems this package is not really used a lot…):
 
 curl --connect-timeout 30 -f -L -A 'fink/0.36.0' -O 
 http://distfiles.sjc.ca.us.finkmirrors.net/bzr-git-0.6.11.tar.gz
 % Total% Received % Xferd  Average Speed   TimeTime Time  Current
Dload  Upload   Total   SpentLeft  Speed
 0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
 curl: (22) The requested URL returned error: 404 Not Found
 ### execution of curl failed, exit code 22
 Downloading the file bzr-git-0.6.11.tar.gz failed.
 
 (1)Give up
 (2)Retry the same mirror
 (3)Retry another mirror from your continent
 (4)Retry another mirror
 (5)Retry using original source URL
 
 Default answer will be chosen in 120 seconds...
 How do you want to proceed? [5] 
 curl --connect-timeout 30 -f -L -A 'fink/0.36.0' -O 
 http://samba.org/\~jelmer/bzr/bzr-git-0.6.11.tar.gz
 % Total% Received % Xferd  Average Speed   TimeTime Time  Current
Dload  Upload   Total   SpentLeft  Speed
 100   329  100   3290 0903  0 --:--:-- --:--:-- --:--:--   
 903
 100  117k  100  117k0 0  66317  0  0:00:01  0:00:01 --:--:--  
 146k
 The checksum of the file is incorrect. The most likely cause for this is a 
 corrupted or incomplete download
 Expected: 8d55b1a6bfaf23394dc468c6a4014c90
 Actual: MD5(105eb8c52dca00e3eaf27a45929e4fab)
   SHA1(211f0ee32ee30a96c8be9f09432ac66b24eb597c)
 Downloading the file bzr-git-0.6.11.tar.gz failed.
 
 When changing the MD5 manually, it builds on 10.8, but with a couple more 
 than the mentioned 3
 test failures:
 
 bzr selftest: /sw/bin/bzr-py27
  /sw/lib/python2.7/site-packages/bzrlib
  bzr-2.6.0 python-2.7.6 Darwin-12.5.0-x86_64-i386-64bit
 ...
 --
 Ran 244 tests in 5.233s
 
 FAILED (errors=15, known_failure_count=1)
 1 test skipped
 Missing feature 'Missing tdb' skipped 6 tests.
 
 There is a version 0.6.12 on the author's page (md5sum 
 aa4dcd4fa03631c4802bc7795af7932b), which fares
 a bit better:
 --
 Ran 244 tests in 6.009s
 
 FAILED (errors=3, known_failure_count=2)
 1 test skipped
 Missing feature 'Missing tdb' skipped 6 tests.
 
 Cheers,
   Derek
 
 
 It's probably not used very much. :)
 I'll take a look at it tonight. I see that there's a version 0.6.12 available 
 too.
 
 Daniel
 

Ok, version 0.6.12 builds for me and I just checked it in. The 3 test errors 
are the same ones I've seen for a while. I think it's actually a mistake in the 
test. It doesn't set a committer name during the test and newer versions of 
Dulwich don't like that. Just ignore it.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/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


Re: [Fink-users] Failure to install python27.

2013-11-14 Thread Daniel Johnson

On Nov 14, 2013, at 2:27 AM, Dr. Wolfram Schroers dr.schro...@nua-schroers.de 
wrote:

 Setup: MacOS X 10.9, Xcode 5.0.2, all latest system updates and patches 
 installed. The commands fink selfupdate and fink update-all have been run 
 successfully and have not resulted in any changes. The command fink install 
 python27 is issued on the command line and fink asks for permission to 
 additionally install python27-shlibs which I respond Yes to.
 
 Expected behavior: The two packages are compiled and installed.
 
 Observed behavior: The following error message appears at the end of the 
 compilation:
 Python build finished, but the necessary bits to build these modules were not 
 found:
 bsddb185   dl imageop 
 linuxaudiodev  nisossaudiodev 
 spwd   sunaudiodevzlib
 To find the necessary bits, look in setup.py in detect_modules() for the 
 module's name.
 (Fink package build should have 7 missing)
 
 make: *** [sharedmods] Error 1
 ### execution of /tmp/fink.lrhqD failed, exit code 2
 ### execution of /tmp/fink.lSMz4 failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-python27-2.7.6-1
 (Reading database ... 19263 files and directories currently installed.)
 Removing fink-buildlock-python27-2.7.6-1 ...
 Failed: phase compiling: python27-2.7.6-1 failed
 
 System information:
 Package manager version: 0.36.0
 Distribution version: selfupdate-rsync Thu Nov 14 08:18:20 2013, 10.9, x86_64
 Trees: local/main stable/main
 Xcode.app: 5.0.2
 No recognized Xcode CLI installed
 Max. Fink build jobs:  1
 

This really needs to be made a FAQ. You have No recognized Xcode CLI 
installed so you need to install the XCode command line tools with 
xcode-select --install.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
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=63469471iu=/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


Re: [Fink-users] Failure to install python27.

2013-11-14 Thread Daniel Johnson

On Nov 14, 2013, at 8:51 AM, Dr. Wolfram Schroers dr.schro...@nua-schroers.de 
wrote:

 At least in the configuration stated (Xcode 5.0.2 on MacOS X 10.9), there is 
 no command option named --install. When I print the path (with 
 xcode-select -p) the result is /Applications/Xcode.app/Contents/Developer.
 
 Other packages compile and install correctly as well and I use the Xcode 
 command line tools for development on a daily basis. The error message at the 
 end of the python27 compilation is specific to that package.
 

With Xcode 5.0.2 on 10.9, my xcode-select definitely supports --install. That's 
how I installed the tools. You can also download the tools from 
developer.apple.com.

The issue with python is that until you run --install, Xcode doesn't create a 
/usr/include directory and python's configure script needs to look there for 
certain headers, like zlib.h. Since it doesn't find them, it doesn't build the 
corresponding modules. Xcode DOES install command line stubs that look in the 
SDK directory for things, but anything other than the compiler won't find them, 
like a configure script. While other packages may build successfully, they 
might not actually be building correctly because they don't know to look in the 
SDK for the headers. I designed the python packages to explicitly check that it 
was built correctly and fail if not. Most other packages don't do that, they'll 
just silently build wrong. It's turning out to be good that I did since it's 
telling people that Xcode isn't installed fully. :)

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
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=63469471iu=/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


Re: [Fink-users] Errors when installing gnuplot after 10.9

2013-11-03 Thread Daniel Johnson

On Nov 2, 2013, at 11:58 PM, Shih-Kai Chou lasergod...@gmail.com wrote:

 Hello,
 
 After update to 10.9, I bootstrap the new fink.
 (I have deleted the old fink.)
 
 The first package I install is gnuplot but  :
 
 ...
 Python build finished, but the necessary bits to build these modules were not 
 found:
 bsddb185   dl imageop 
 linuxaudiodev  nisossaudiodev 
 spwd   sunaudiodevzlib
 To find the necessary bits, look in setup.py in detect_modules() for the 
 module's name.
 (Fink package build should have 7 missing)
 
 make: *** [sharedmods] Error 1
 ### execution of /tmp/fink.RH41X failed, exit code 2
 ### execution of /tmp/fink.8LXma failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-python27-2.7.5-4
 (Reading database ... 19087 files and directories currently installed.)
 Removing fink-buildlock-python27-2.7.5-4 ...
 Failed: phase compiling: python27-2.7.5-4 failed
 
 Package manager version: 0.36.0
 Distribution version: selfupdate-rsync Sun Nov  3 11:38:25 2013, 10.9, x86_64
 Trees: local/main stable/main
 Xcode.app: 5.0.1
 No recognized Xcode CLI installed
 Max. Fink build jobs:  6
 
 (Command Line Tools: Xcode 5.01 (5A2053)
 
 
 Thanks,
 Shih-Kai Chou

You don't actually have the command line tools installed, or at least not the 
right ones. That's why fink says No recognized Xcode CLI installed. Run 
xcode-select --install to install the correct tools and python will build 
correctly.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951iu=/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


Re: [Fink-users] emacs under macosx 10.9

2013-10-26 Thread Daniel Johnson


 On Oct 25, 2013, at 11:08 PM, Andreas Schropp andreas.schr...@gmail.com 
 wrote:
 
 Hi!
 
 I tried to install emacs23 under MacOSX 10.9 (Mavericks). The compilation 
 stops during the build of the 'python27-2.7.5-4'-Package:
 
 gcc -L/sw/lib -bundle 
 /sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/libpython2.7.dylib -L/sw/lib 
 -L/sw/lib -I. -IInclude -I./Include -I/sw/include 
 build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_ctypes/_ctypes.o
  
 build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_ctypes/callbacks.o
  
 build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_ctypes/callproc.o
  
 build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_ctypes/stgdict.o
  
 build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_ctypes/cfield.o
  
 build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_ctypes/malloc_closure.o
  
 build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_ctypes/darwin/dlfcn_simple.o
  -L/sw/lib -lffi -o build/lib.macosx-10.9-x86_64-2.7/_ctypes.so
 
 Python build finished, but the necessary bits to build these modules were not 
 found:
 bsddb185   dl imageop 
 linuxaudiodev  nisossaudiodev 
 spwd   sunaudiodevzlib
 To find the necessary bits, look in setup.py in detect_modules() for the 
 module's name.
 (Fink package build should have 7 missing)
 
 make: *** [sharedmods] Error 1
 ### execution of /tmp/fink.kOWpI failed, exit code 2
 ### execution of /tmp/fink.iRSNX failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-python27-2.7.5-4
 (Reading database ... 20458 files and directories currently installed.)
 Removing fink-buildlock-python27-2.7.5-4 ...
 Failed: phase compiling: python27-2.7.5-4 failed
 
 Here is my system information:
 Package manager version: 0.35.99.git
 Distribution version: selfupdate-rsync Fri Oct 25 19:41:47 2013, 10.9, x86_64
 Trees: local/main stable/main
 Xcode.app: 5.0.1
 No recognized Xcode CLI installed
 Max. Fink build jobs:  1
 
 Does somebody has any suggestion? Thanks a lot,
 Andreas
 

The No recognized Xcode CLI installed indicates you need to install the 
command line tools. Running xcode-select --install should fix things.

Daniel


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/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


Re: [Fink-users] Cannot install python27 on a Mac OSX 10.9

2013-10-25 Thread Daniel Johnson

On Oct 25, 2013, at 5:15 AM, Emmanuel Caux emmanuel.c...@irap.omp.eu wrote:

 Hi,
 
 I have a working fink installed on a Mac OSX 10.9 and Xcode 5.01. Trying to 
 install python27 fails with :
 
 ….
 c/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_ctypes/stgdict.o 
 build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_ctypes/cfield.o
  
 build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_ctypes/malloc_closure.o
  
 build/temp.macosx-10.9-x86_64-2.7/sw/src/fink.build/python27-2.7.5-4/Python-2.7.5/Modules/_ctypes/darwin/dlfcn_simple.o
  -L/sw/lib -lffi -o build/lib.macosx-10.9-x86_64-2.7/_ctypes.so
 
 Python build finished, but the necessary bits to build these modules were not 
 found:
 bsddb185   dl imageop 
 linuxaudiodev  nisossaudiodev 
 spwd   sunaudiodevzlib
 To find the necessary bits, look in setup.py in detect_modules() for the 
 module's name.
 (Fink package build should have 7 missing)
 
 make: *** [sharedmods] Error 1
 ### execution of /tmp/fink.GNQQ_ failed, exit code 2
 ### execution of /tmp/fink.hjwrQ failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-python27-2.7.5-4
 (Reading database ... 10398 files and directories currently installed.)
 Removing fink-buildlock-python27-2.7.5-4 ...
 Failed: phase compiling: python27-2.7.5-4 failed
 
 Before reporting any errors, please run fink selfupdate and try again.
 
 If you continue to have issues, please check to see if the FAQ on Fink's 
 website solves the problem.  If not, ask on one (not both, please) of
 these mailing lists:
 
   The Fink Users List fink-users@lists.sourceforge.net
   The Fink Beginners List fink-beginn...@lists.sourceforge.net,
 
 with a carbon copy to the maintainer:
 
   Daniel Johnson dan...@daniel-johnson.org
 
 Note that this is preferable to emailing just the maintainer directly,
 since most fink package maintainers do not have access to all possible
 hardware and software configurations.
 
 Please try to include the complete error message in your report.  This
 generally consists of a compiler line starting with e.g. gcc or g++
 followed by the actual error output from the compiler.
 
 Also include the following system information:
 Package manager version: 0.35.99.git
 Distribution version: selfupdate-rsync Fri Oct 25 11:11:18 2013, 10.9, x86_64
 Trees: local/main stable/main
 Xcode.app: 5.0.1
 No recognized Xcode CLI installed
 Max. Fink build jobs:  1
 
 Running fink self update didn't change anything, as well as setting build 
 jobs to 1.
 
 Many thanks,

The key is No recognized Xcode CLI installed. Installing Xcode 5.0.1 no 
longer installs the command line tools and you need to do it manually. Run 
xcode-select --install and the tools should be installed for you.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/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


Re: [Fink-users] Query about fink on Mavericks

2013-10-24 Thread Daniel Johnson

On Oct 24, 2013, at 9:04 PM, Mark Johnson mhjohn...@mac.com wrote:

 I have a few questions about using fink on Mavericks. I have seen prior 
 messages indicating it was not yet ready - but those wet over a month ago.
 
 1. I have an existing fink set up on 10.8.5, latest Xcode, and all 
 applications that I use are current.  Would those already built applications 
 continue to work if I upgraded to 10.9?
 
 2. Could I now update those applications under Mavericks, should I wait until 
 fink is updated, or should I do something else [I am willing to help debug 
 fink for 10.9]?
 
 3. If I wait, what kind of steps would I need to do at that point to resume 
 updates?

When I updated to 10.9, I left my old fink installation as is and started a new 
one in a different directory. This is probably the best thing to do until fink 
is officially ready. Your built-on-10.8 binaries will continue to work fine but 
you won't be able to update them anymore once you go 10.9.

If you want to help get things ready, follow Alexander's instructions to 
install a new fink but use a different directory than /sw to avoid messing up 
your current installation. Then start installing the things you need and report 
any problems you encounter so we can fix them. There will be some dependency 
holes for a while as things get moved but most things seem to work.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/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


Re: [Fink-users] openssl100-dev-1.0 patch checksum

2013-10-23 Thread Daniel Johnson

On Oct 23, 2013, at 10:23 AM, Sébastien Maret sebastien.ma...@gmail.com wrote:

 Hi,
 
 openssl fails to build on 10.9 because of an incorrect checksum.
 
 Sébastien
 
 % fink install openssl
 Information about 8426 packages read in 0 seconds.
 The following package will be installed or updated:
 openssl
 The following additional package will be installed:
 openssl100-shlibs
 Do you want to continue? [Y/n] 
 Setting runtime build-lock...
 dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-openssl100-dev-1.0.1e-3 
 /sw/src/fink.build
 dpkg-deb: building package `fink-buildlock-openssl100-dev-1.0.1e-3' in 
 `/sw/src/fink.build/fink-buildlock-openssl100-dev-1.0.1e-3_2013.10.23-16.21.12_darwin-x86_64.deb'.
 Installing build-lock package...
 /sw/bin/dpkg-lockwait -i 
 /sw/src/fink.build/fink-buildlock-openssl100-dev-1.0.1e-3_2013.10.23-16.21.12_darwin-x86_64.deb
 Selecting previously deselected package 
 fink-buildlock-openssl100-dev-1.0.1e-3.
 (Reading database ... 12557 files and directories currently installed.)
 Unpacking fink-buildlock-openssl100-dev-1.0.1e-3 (from 
 .../fink-buildlock-openssl100-dev-1.0.1e-3_2013.10.23-16.21.12_darwin-x86_64.deb)
  ...
 Setting up fink-buildlock-openssl100-dev-1.0.1e-3 (2013.10.23-16.21.12) ...
 
 sudo -u fink-bld [ENV] sh -c /tmp/fink.5upGw
 env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xf 
 /sw/src/openssl-1.0.1e.tar.gz
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-openssl100-dev-1.0.1e-3
 (Reading database ... 12558 files and directories currently installed.)
 Removing fink-buildlock-openssl100-dev-1.0.1e-3 ...
 Failed: PatchFile 
 /sw/fink/dists/stable/main/finkinfo/base/openssl100-dev.patch checksum does 
 not match!
 Actual: 252474699c322602001b1f1ce8324b66
 Expected: 8d86d626da439dd15dfb515193d4d573
 
 % fink --version
 Package manager version: 0.35.99.git
 Distribution version: selfupdate-cvs Wed Oct 23 14:49:34 2013, 10.9, x86_64
 Trees: local/main stable/main
 
 Copyright (c) 2001 Christoph Pfisterer
 Copyright (c) 2001-2013 The Fink Package Manager Team
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

Yes, the wrong file got checked in. I've already fixed it but you'll need to 
update to the latest Futureproof2 branch.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/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


Re: [Fink-users] Mercurial keyring extension issue (failed to import extension)

2013-09-04 Thread Daniel Johnson

On Sep 4, 2013, at 1:57 PM, Claus Atzenbeck claus.atzenb...@freenet.de wrote:

 Hi all:
 
 I have:
 
 Mac OS X 10.8.4 i386
 Package manager version: 0.35.1
 Distribution version: selfupdate-rsync Wed Sep  4 19:03:53 2013, 10.8, 
 x86_64
 
 and the following Mercurial packages installed:
 
 i mercurial   2.7-1   Lightweight distributed SCM
 i mercurial-keyring-py27  0.5.7-1 Mercurial Keyring Extension
 i mercurial-py27  2.7-1   Lightweight distributed SCM
 
 I get the following warning when issuing any hg command (most likely 
 since the latest Mercurial update):
 
 *** failed to import extension mercurial_keyring: _type_ 'v' not supported
 
 Are there any solutions out there?
 
 Thanks for any hints.

It appears that mercurial-keyring isn't compatible with hg 2.7. I just tried 
mercurial-keyring 0.6.0, which is the latest upstream version, but it fails as 
well. Unfortunately, there's nothing I can do until upstream fixes the 
incompatibility. This is one of the dangers of using mercurial extensions; the 
API is not stable and can break extensions at any time. :( For now you can 
disable mercurial-keyring in your .hgrc until it's fixed.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/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


Re: [Fink-users] Mercurial keyring extension issue (failed to import extension)

2013-09-04 Thread Daniel Johnson

On Sep 4, 2013, at 9:36 PM, Daniel Johnson daniel.johnso...@gmail.com wrote:

 
 On Sep 4, 2013, at 1:57 PM, Claus Atzenbeck claus.atzenb...@freenet.de 
 wrote:
 
 Hi all:
 
 I have:
 
Mac OS X 10.8.4 i386
Package manager version: 0.35.1
Distribution version: selfupdate-rsync Wed Sep  4 19:03:53 2013, 10.8, 
 x86_64
 
 and the following Mercurial packages installed:
 
i mercurial   2.7-1   Lightweight distributed SCM
i mercurial-keyring-py27  0.5.7-1 Mercurial Keyring Extension
i mercurial-py27  2.7-1   Lightweight distributed SCM
 
 I get the following warning when issuing any hg command (most likely 
 since the latest Mercurial update):
 
*** failed to import extension mercurial_keyring: _type_ 'v' not supported
 
 Are there any solutions out there?
 
 Thanks for any hints.
 
 It appears that mercurial-keyring isn't compatible with hg 2.7. I just tried 
 mercurial-keyring 0.6.0, which is the latest upstream version, but it fails 
 as well. Unfortunately, there's nothing I can do until upstream fixes the 
 incompatibility. This is one of the dangers of using mercurial extensions; 
 the API is not stable and can break extensions at any time. :( For now you 
 can disable mercurial-keyring in your .hgrc until it's fixed.
 
 Daniel
 

Good news everyone! It seems that the combination of keyring-py 2.1.1 and 
mercurial-keyring-py 0.6.0 works. I had updated keyring to 3.0.1 and it seems 
that 3.0 and later aren't currently compatible with mercurial-keyring = 0.6.0.

I've just committed a working package.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/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


Re: [Fink-users] build failure in extutils-makemaker-pm588, was Re: boost fails

2013-08-28 Thread Daniel Johnson

On Aug 28, 2013, at 12:53 PM, Alexander Hansen alexanderk.han...@gmail.com 
wrote:

 (changing subject because boost1.35 _succeeded_ in building.  The failure was 
 extutils-makemaker-pm588)
 
 On 8/28/13 9:09 AM, Richard Miles wrote:
 I did  a selfupdate and got this :
 /usr/sbin/chown -R fink-bld:fink-bld 
 /sw/src/fink.build/root-extutils-makemaker-pm588-6.74-1
 sudo -u fink-bld [ENV] sh -c /tmp/fink.MkcOG
 make -j1 install PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5/5.8.8 
 INSTALLARCHLIB=/sw/lib/perl5/5.8.8/darwin-thread-multi-2level 
 INSTALLSITELIB=/sw/lib/perl5/5.8.8 
 INSTALLSITEARCH=/sw/lib/perl5/5.8.8/darwin-thread-multi-2level 
 INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3 
 INSTALLSITEMAN1DIR=/sw/share/man/man1 INSTALLSITEMAN3DIR=/sw/share/man/man3 
 INSTALLBIN=/sw/bin INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin 
 DESTDIR=/sw/src/fink.build/root-extutils-makemaker-pm588-6.74-1
 stat is not a valid Time::HiRes macro at blib/lib/ExtUtils/Command/MM.pm 
 line 20.
 make: *** [manifypods] Error 255
 ### execution of make failed, exit code 2
 ### execution of /tmp/fink.MkcOG failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-extutils-makemaker-pm588-6.74-1
 (Reading database ... 491485 files and directories currently installed.)
 Removing fink-buildlock-extutils-makemaker-pm588-6.74-1 ...
 Updating the list of locally available binary packages.
 Scanning dists/stable/main/binary-darwin-i386
 
 snip
 
 Failed: phase installing: extutils-makemaker-pm588-6.74-1 failed
 
 Before reporting any errors, please run fink selfupdate and try again.
 
 If you continue to have issues, please check to see if the FAQ on Fink's
 website solves the problem.  If not, ask on one (not both, please) of
 these mailing lists:
 
  The Fink Users List fink-users@lists.sourceforge.net
  The Fink Beginners List fink-beginn...@lists.sourceforge.net,
 
 with a carbon copy to the maintainer:
 
  Daniel Johnson dan...@daniel-johnson.org
 
 Note that this is preferable to emailing just the maintainer directly,
 since most fink package maintainers do not have access to all possible
 hardware and software configurations.
 
 Please try to include the complete error message in your report.  This
 generally consists of a compiler line starting with e.g. gcc or g++
 followed by the actual error output from the compiler.
 
 Also include the following system information:
 Package manager version: 0.35.1
 Distribution version: selfupdate-cvs Wed Aug 28 07:21:53 2013, 10.6, i386
 Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
 Xcode.app: 3.2
 Xcode command-line tools: 3.2
 Max. Fink build jobs:  1
 
 I can confirm this.  It appears that Extutils::MakeMaker-6.74 needs a newer 
 version of Time::Hires than what is provided by Perl-5.8.8.

Yes, it is. The Time::Hires in perl588 is just too old. I've resurrected 
extutils-makemaker-pm 6.73.01 for perl588 and restricted 6.74 to perl5100 and 
later.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/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


Re: [Fink-users] podofo9-shlibs fails on CommonCrypto

2013-08-06 Thread Daniel Johnson

On Aug 6, 2013, at 7:33 PM, Alexander Hansen alexanderk.han...@gmail.com 
wrote:

 On 8/6/13 4:17 PM, David Phillips wrote:
 
 Hi,
  I'm trying to build podofo9-shlibs (because Scribus requires it) and 
 getting an error about being unable to find CommonCrypto. Is there something 
 wrong with my system (10.7) or am I missing a package that should be 
 installed? Here is the error message (clipping out the Before reporting... 
 part).
 
 -
 /sw/src/fink.build/podofo9-0.9.2-1/podofo-0.9.2/src/base/PdfEncrypt.cpp:48:10:
  fatal error:
   'CommonCrypto/CommonCrypto.h' file not found
 #include CommonCrypto/CommonCrypto.h
  ^
 1 error generated.
 make[2]: *** [src/CMakeFiles/podofo_shared.dir/base/PdfEncrypt.cpp.o] Error 1
 make[2]: Leaving directory 
 `/sw/src/fink.build/podofo9-0.9.2-1/podofo-0.9.2/build'
 make[1]: *** [src/CMakeFiles/podofo_shared.dir/all] Error 2
 make[1]: Leaving directory 
 `/sw/src/fink.build/podofo9-0.9.2-1/podofo-0.9.2/build'
 make: *** [all] Error 2
 ### execution of /tmp/fink.A1_pj failed, exit code 2
 ### execution of /tmp/fink.xj0u0 failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-podofo9-0.9.2-1
 (Reading database ... 250431 files and directories currently installed.)
 Removing fink-buildlock-podofo9-0.9.2-1 ...
 Failed: phase compiling: podofo9-0.9.2-1 failed
 snip
 Also include the following system information:
 Package manager version: 0.35.1
 Distribution version: selfupdate-rsync Tue Aug  6 18:52:09 2013, 10.7, x86_64
 Trees: local/main stable/main
 Xcode.app: 4.6.3
 Xcode command-line tools: 4.6.0.0.1.1365549073
 Max. Fink build jobs:  1
 -
 
 I find that I do have a directory /usr/include/CommonCrypto/ but I don't see 
 CommonCrypto.h in it. When I list the directory, I find:
 /usr/include/CommonCrypto% ls
 CommonCryptor.h  CommonHMAC.h CommonSymmetricKeywrap.h
 CommonDigest.h   CommonKeyDerivation.h
 Is that the right CommonCrypto directory in which to be looking?
 
  Can anyone help?
Thanks,
 David
 
 
 
 
 
 
 I see the same thing on 10.7.
 
 On 10.8 I have /usr/include/CommonCrypto/CommonCrypto.h:
 
 $ ls /usr/include/CommonCrypto
 CommonCrypto.hCommonHMAC.h
 CommonCryptor.h   CommonKeyDerivation.h
 CommonDigest.hCommonSymmetricKeywrap.h
 
 It appears that the package build needs to be tweaked to work on 10.7.

The file PdfEncrypt.cpp actually wants to use CommonCrypto/CommonDigest.h. 
Using CommonCrypto/CommonCrypto.h is an upstream mistake. It happens to work on 
10.8 since CommonCrypto.h #includes CommonDigest.h.

Changing CommonCrypto/CommonCrypto.h to CommonCrypto/CommonDigest.h should fix 
it for all versions of OS X.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/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


Re: [Fink-users] podofo9-shlibs fails on CommonCrypto

2013-08-06 Thread Daniel Johnson

On Aug 6, 2013, at 10:30 PM, Daniel Johnson daniel.johnso...@gmail.com wrote:

 
 On Aug 6, 2013, at 7:33 PM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 On 8/6/13 4:17 PM, David Phillips wrote:
 
 Hi,
 I'm trying to build podofo9-shlibs (because Scribus requires it) and 
 getting an error about being unable to find CommonCrypto. Is there 
 something wrong with my system (10.7) or am I missing a package that should 
 be installed? Here is the error message (clipping out the Before 
 reporting... part).
 
 -
 /sw/src/fink.build/podofo9-0.9.2-1/podofo-0.9.2/src/base/PdfEncrypt.cpp:48:10:
  fatal error:
  'CommonCrypto/CommonCrypto.h' file not found
 #include CommonCrypto/CommonCrypto.h
 ^
 1 error generated.
 make[2]: *** [src/CMakeFiles/podofo_shared.dir/base/PdfEncrypt.cpp.o] Error 
 1
 make[2]: Leaving directory 
 `/sw/src/fink.build/podofo9-0.9.2-1/podofo-0.9.2/build'
 make[1]: *** [src/CMakeFiles/podofo_shared.dir/all] Error 2
 make[1]: Leaving directory 
 `/sw/src/fink.build/podofo9-0.9.2-1/podofo-0.9.2/build'
 make: *** [all] Error 2
 ### execution of /tmp/fink.A1_pj failed, exit code 2
 ### execution of /tmp/fink.xj0u0 failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-podofo9-0.9.2-1
 (Reading database ... 250431 files and directories currently installed.)
 Removing fink-buildlock-podofo9-0.9.2-1 ...
 Failed: phase compiling: podofo9-0.9.2-1 failed
 snip
 Also include the following system information:
 Package manager version: 0.35.1
 Distribution version: selfupdate-rsync Tue Aug  6 18:52:09 2013, 10.7, 
 x86_64
 Trees: local/main stable/main
 Xcode.app: 4.6.3
 Xcode command-line tools: 4.6.0.0.1.1365549073
 Max. Fink build jobs:  1
 -
 
 I find that I do have a directory /usr/include/CommonCrypto/ but I don't 
 see CommonCrypto.h in it. When I list the directory, I find:
 /usr/include/CommonCrypto% ls
 CommonCryptor.h  CommonHMAC.h CommonSymmetricKeywrap.h
 CommonDigest.h   CommonKeyDerivation.h
 Is that the right CommonCrypto directory in which to be looking?
 
 Can anyone help?
   Thanks,
David
 
 
 
 
 
 
 I see the same thing on 10.7.
 
 On 10.8 I have /usr/include/CommonCrypto/CommonCrypto.h:
 
 $ ls /usr/include/CommonCrypto
 CommonCrypto.h   CommonHMAC.h
 CommonCryptor.h  CommonKeyDerivation.h
 CommonDigest.h   CommonSymmetricKeywrap.h
 
 It appears that the package build needs to be tweaked to work on 10.7.
 
 The file PdfEncrypt.cpp actually wants to use CommonCrypto/CommonDigest.h. 
 Using CommonCrypto/CommonCrypto.h is an upstream mistake. It happens to work 
 on 10.8 since CommonCrypto.h #includes CommonDigest.h.
 
 Changing CommonCrypto/CommonCrypto.h to CommonCrypto/CommonDigest.h should 
 fix it for all versions of OS X.
 
 Daniel
 

Ooh, and I just noticed something else. podofo9 doesn't actually use openssl100 
on OS X; it uses CommonCrypto instead. The openssl dependency should be dropped.

Daniel



signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/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


Re: [Fink-users] wmweather fails

2013-07-07 Thread Daniel Johnson

On Jul 6, 2013, at 12:33 PM, Richard Miles r.godzi...@comcast.net wrote:

 I get this when trying to install wmweather:
 Can't resolve dependency curl-dev | curl-ssl-dev for package
 wmweather-2.4.3-10 (no matching packages/versions found)
 Exiting with failure.
 I am using an apple Imac OSX version 10.6.8.

curl-dev and curl-ssl-dev are ancient packages that were replaced a long time 
ago. The current curl libs are in libcurl4. I guess no one has tried to build 
wmweather in a very long time. :) In fact, curl-dev and curl-ssl-dev were 
replaced by curl-unified-dev years ago and that was finally retired about a 
year ago. I guess because wmweather never got updated to use curl-unified-dev, 
it was missed when checking for things that use curl-unified-dev. If someone 
wants to try changing the deps to libcurl4 and libcurl4-shlibs and see if it 
builds, that would be great. I have no 10.6 system so can't try. The package 
doesn't exist on 10.7/10.8.

Daniel


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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


Re: [Fink-users] xml-sax-pm588-0.99-1 fails

2013-07-04 Thread Daniel Johnson

On Jul 4, 2013, at 12:50 PM, Daniel Macks dma...@netspace.org wrote:

 On Thu, 4 Jul 2013 16:47:22 +0200, Peter Dyballa peter_dyba...@freenet.de 
 wrote:
 
 Am 04.07.2013 um 15:56 schrieb Richard Miles:
 
  The following package will be installed or updated:
  xml-sax-pm588
 
 On Snow Leopard you have Perl 5.10 and should get rid of everything 
 depending on Perl 5.8.8! Because this Perl version is not installed in Mac 
 OS X 10.6.8. 
 
 For some semblance of compatibility, fink supplies the perl versions of 
 several older OSX on certain platforms--especially the one OS X previous 
 standard. So OS X 10.6 is perl5.10.0 but fink also supplies 5.8.8 becuse 
 that's what OS X 10.5 was. Of course one should tend towards using newer 
 versions. But fink should do the right thing and keep doing whatever you were 
 doing. This is a missing dependency in a package, which has nothing directly 
 to do with the perl version. It only works at all on any platform because 
 apple supplies some nonstandard perl features. 
 CCing maintainer... 
 danielj: xml-sax-pmXXX needs Depends:xml-sax-base-pm, which doesn't exist. 
 dan
 
 --
 Daniel Macks
 dma...@netspace.org
 
 

Yes, I just realized this. I didn't notice since system perl on 10.8 already 
has XML::SAX::Exception. I've now added xml-sax-base-pm and changed xml-sax-pm 
to Depend on it. Let me know if there are any further problems as I can't 
actually test with perl 5.8.8.

Daniel
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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


Re: [Fink-users] bzr-py27 fails to build

2013-06-06 Thread Daniel Johnson

On Jun 6, 2013, at 11:25 AM, Alexander Hansen alexanderk.han...@gmail.com 
wrote:

 On 6/6/13 4:48 AM, Morten Kjeldgaard wrote:
 Hi,
 
 I am having troubles building bzr-py27. This is the error I get, annoying 
 because it seems to be the documentation part causing the compilation to 
 fail, and I strictly don't need the documentation… it's all on the web.
 
 …
 ...
 python2.7 tools/rst2html.py --link-stylesheet 
 --footnote-references=superscript --halt=warning 
 --stylesheet=../../default.css doc/ja/user-guide/index-plain.txt 
 doc/ja/user-guide/index-plain.html
 doc/ja/user-guide/http_smart_server.txt:161: (WARNING/2) Inline interpreted 
 text or phrase reference start-string without end-string.
 Exiting due to level-2 (WARNING) system message.
 make: *** [doc/ja/user-guide/index-plain.html] Error 1
 ### execution of /tmp/fink.xZZfT failed, exit code 2
 ### execution of /tmp/fink.TtI6C failed, exit code 2
 
 Here's the system info reported by Fink:
 
 Package manager version: 0.34.8
 Distribution version: selfupdate-rsync Thu Jun  6 13:26:30 2013, 10.8, 
 x86_64
 Trees: local/main stable/main
 Xcode.app: 4.6.2
 Xcode command-line tools: 4.6.0.0.1.1365549073
 Max. Fink build jobs:  1
 
 Cheers,
 Morten
 
 
 
 Confirmed for me.  As a workaround, you can edit 
 /sw/fink/10.7/stable/main/finkinfo/devel/bzr-py.info and comment out or 
 remove the line in the CompileScript block which has:
 
 PYTHONPATH=%p/lib/docutils make PYTHON=python%type_raw[python] docs
 -- 

This appears to be due to the recent update of docutils to 0.10. The previous 
version 0.8 works fine. I don't know if this is a bug in docutils or in the bzr 
doc files. I'll try to fix it on my end. Development of bzr has stopped so help 
is unlikely from upstream.

Daniel



--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
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


Re: [Fink-users] bzr-py27 fails to build

2013-06-06 Thread Daniel Johnson

On Jun 6, 2013, at 8:01 PM, Daniel Johnson daniel.johnso...@gmail.com wrote:

 
 On Jun 6, 2013, at 11:25 AM, Alexander Hansen alexanderk.han...@gmail.com 
 wrote:
 
 On 6/6/13 4:48 AM, Morten Kjeldgaard wrote:
 Hi,
 
 I am having troubles building bzr-py27. This is the error I get, annoying 
 because it seems to be the documentation part causing the compilation to 
 fail, and I strictly don't need the documentation… it's all on the web.
 
 …
 ...
 python2.7 tools/rst2html.py --link-stylesheet 
 --footnote-references=superscript --halt=warning 
 --stylesheet=../../default.css doc/ja/user-guide/index-plain.txt 
 doc/ja/user-guide/index-plain.html
 doc/ja/user-guide/http_smart_server.txt:161: (WARNING/2) Inline 
 interpreted text or phrase reference start-string without end-string.
 Exiting due to level-2 (WARNING) system message.
 make: *** [doc/ja/user-guide/index-plain.html] Error 1
 ### execution of /tmp/fink.xZZfT failed, exit code 2
 ### execution of /tmp/fink.TtI6C failed, exit code 2
 
 Here's the system info reported by Fink:
 
 Package manager version: 0.34.8
 Distribution version: selfupdate-rsync Thu Jun  6 13:26:30 2013, 10.8, 
 x86_64
 Trees: local/main stable/main
 Xcode.app: 4.6.2
 Xcode command-line tools: 4.6.0.0.1.1365549073
 Max. Fink build jobs:  1
 
 Cheers,
 Morten
 
 
 
 Confirmed for me.  As a workaround, you can edit 
 /sw/fink/10.7/stable/main/finkinfo/devel/bzr-py.info and comment out or 
 remove the line in the CompileScript block which has:
 
 PYTHONPATH=%p/lib/docutils make PYTHON=python%type_raw[python] docs
 -- 
 
 This appears to be due to the recent update of docutils to 0.10. The previous 
 version 0.8 works fine. I don't know if this is a bug in docutils or in the 
 bzr doc files. I'll try to fix it on my end. Development of bzr has stopped 
 so help is unlikely from upstream.
 
 Daniel
 

And I just found the bug. There was a syntax error in 
doc/ja/user-guide/http_smart_server.txt that was apparently ignored by docutils 
0.8 but causes 0.10 to whine. Should be fixed now.

Daniel



--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
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


Re: [Fink-users] Failed: phase compiling: mercurial-py27-2.6.1-1

2013-05-16 Thread Daniel Johnson

On May 16, 2013, at 6:53 AM, Sean Lake odysseus9...@gmail.com wrote:

 Hello all,
 
 Looks like something is misconfigured in mercurial-py27-2.6.1-1. I'm finding 
 the python2.7 execution fail particularly puzzling, since I'm able to run 
 /sw/bin/python2.7 just fine.
 
 Thanks,
 Sean
 
 The Error:
 gcc -L/sw/lib -bundle libpython2.7.dylib -L/sw/lib -L/sw/lib -I/sw/include 
 build/temp.macosx-10.8-x86_64-2.7/mercurial/base85.o -o 
 build/lib.macosx-10.8-x86_64-2.7/mercurial/base85.so
 clang: error: no such file or directory: 'libpython2.7.dylib'
 error: command 'gcc' failed with exit status 1
 ### execution of /sw/bin/python2.7 failed, exit code 1
 ### execution of /tmp/fink.bvB41 failed, exit code 1
 
 System info:
 Package manager version: 0.34.8
 Distribution version: selfupdate-rsync Thu May 16 03:23:43 2013, 10.8, x86_64
 Trees: local/main stable/main unstable/main unstable/crypto
 Xcode.app: 4.6.2
 Xcode command-line tools: 4.6.0.0.1.1358221012
 Max. Fink build jobs:  2
 

Yep, I discovered this myself. I think I know how to fix it and am testing now. 
It seems a fix for an AIX bug in python has broken it on fink...

Daniel


--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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


Re: [Fink-users] Failed: phase compiling: mercurial-py27-2.6.1-1

2013-05-16 Thread Daniel Johnson

On May 16, 2013, at 7:12 AM, Daniel Johnson daniel.johnso...@gmail.com wrote:

 
 On May 16, 2013, at 6:53 AM, Sean Lake odysseus9...@gmail.com wrote:
 
 Hello all,
 
 Looks like something is misconfigured in mercurial-py27-2.6.1-1. I'm finding 
 the python2.7 execution fail particularly puzzling, since I'm able to run 
 /sw/bin/python2.7 just fine.
 
 Thanks,
 Sean
 
 The Error:
 gcc -L/sw/lib -bundle libpython2.7.dylib -L/sw/lib -L/sw/lib -I/sw/include 
 build/temp.macosx-10.8-x86_64-2.7/mercurial/base85.o -o 
 build/lib.macosx-10.8-x86_64-2.7/mercurial/base85.so
 clang: error: no such file or directory: 'libpython2.7.dylib'
 error: command 'gcc' failed with exit status 1
 ### execution of /sw/bin/python2.7 failed, exit code 1
 ### execution of /tmp/fink.bvB41 failed, exit code 1
 
 System info:
 Package manager version: 0.34.8
 Distribution version: selfupdate-rsync Thu May 16 03:23:43 2013, 10.8, x86_64
 Trees: local/main stable/main unstable/main unstable/crypto
 Xcode.app: 4.6.2
 Xcode command-line tools: 4.6.0.0.1.1358221012
 Max. Fink build jobs:  2
 
 
 Yep, I discovered this myself. I think I know how to fix it and am testing 
 now. It seems a fix for an AIX bug in python has broken it on fink...
 
 Daniel
 

Ok, python27 (and python33 which was also affected) should now be fixed. Try 
version 2.7.5-2.

Daniel


--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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


Re: [Fink-users] Perl modules question

2013-04-13 Thread Daniel Johnson

On Apr 13, 2013, at 9:32 PM, Daniel Macks dma...@netspace.org wrote:

 On Sat, 13 Apr 2013 15:24:53 -0700, Alexander Hansen 
 alexanderk.han...@gmail.com wrote:
 On 4/13/13 3:08 PM, Bill Waggoner wrote:
 I have been trying to install/upgrade some perl modules using CPAN. 
 But it appears that fink and CPAN are working at cross purposes and,
 perhaps, I am trying to do something that can't/shouldn't be done ... 
 
 The trouble I am running up against is a dependency problem between
 ExtUtils::MakeMaker and Pod::Man (podlator).  The version in Fink are,
 respectively, 6.62 and 2.4.2; several CPAN modules need MakeMaker at
 6.64 which requires Pod::Man (podlator module actually) at 2.5.1. 
 
 When I try to install either in CPAN I get the circular dependency
 problem.  I tried a manual install which completed but didn't seem to
 install in the right place. Or, at least, into a place the CPAN sees. 
 
 Am I crazy to try to use CPAN while using fink?
 
 Any advice would be appreciated. 
 
 Yeah, mixing packaging systems is never guaranteed to be reliable.  I 
 assume this is for the system's Perl?
 
 Fink doesn't really care so much about what you have installed via 
 CPAN, since it just relies on the listed dependencies.  You might try 
 unsetting PERL5LIB before you do a CPAN install so that 
 Fink-installed modules aren't visible.  Or, similarly, if your manual 
 install location isn't in the default lookup path, add that to 
 PERL5LIB. 
 
 Alex is right, fink does not look at what's on your actual system at 
 all, rather it reads its own database of what it has installed itself. 
 CPAN does look at the live system, but obviously is sentitive to having 
 fink's PERL5LIB settings if you want it to use fink-supplied 
 dependencies. And depending how you are running perl itself, fink might 
 not have the right perlversion and arch settings (things could be 
 present on disk but not usable). If you have things in fink that are 
 out-of-date, the easiest way to get newer versions is to update the 
 packages themselves (avoids making anything more complicated than it 
 already is:) I'm the maintainer of podlators and just pushed the 
 update; I also left a note for the maintainer of ExtUtils::MakeMaker 
 about it. A few of the perlmod maintainers are active, and a few of us 
 also are ghost-writers for others' packages (where we know the 
 maintainers themselves are AWOL or explicitly told us it's okay to 
 handle them). 
 
 dan
 

I just updated extutils-makemaker-pm to 6.64.

Daniel



--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
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


Re: [Fink-users] samba3 build issue on 10.8

2013-03-20 Thread Daniel Johnson

On Mar 20, 2013, at 4:33 PM, Alexander Hansen alexanderk.han...@gmail.com 
wrote:

 Package manager version: 0.34.99.git
 Distribution version: selfupdate-cvs Wed Mar 20 10:19:36 2013, 10.8, x86_64
 Trees: stable/main local/injected local/main
 Xcode.app: 4.6.1
 Xcode command-line tools: 4.6.0.0.1.1362189000
 Max. Fink build jobs:  4
 
 Not too verbose, but:
 
 Linking bin/net
 Undefined symbols for architecture x86_64:
  _libintl_setlocale, referenced from:
  _main in net.o
 ld: symbol(s) not found for architecture x86_64
 
 Looks like it's not finding libintl.dylib?
 -- 
 Alexander Hansen, Ph.D.
 Fink User Liaison
 My package updates: http://finkakh.wordpress.com/

Yep, it doesn't pass -lintl to the linker. Should be fixed now.

Thanks
Daniel


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
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


Re: [Fink-users] libmikmod3-3.2.0-1 build failure

2013-03-15 Thread Daniel Johnson

On Mar 15, 2013, at 4:26 PM, Hanspeter Niederstrasser f...@snaggledworks.com 
wrote:

 On 2/1/2013 10:55 AM, Bletzinger, Michael Erwin wrote:
 Hello Everyone,
 
 I am seeing the same libmikmod build error seen earlier this month.  The 
 trace is below.  I hope this is sufficient for a fix suggestion.
 
  Thanks
  Michael
 
 
 /bin/bash ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H 
 -D_FORTIFY_SOURCE=2 -I/sw/include -g -O2 -fstack-protector -Wno-unused-value 
 -Wno-deprecated-declarations -finline-functions -funroll-loops -ffast-math 
 -Dunix -I../include -I.. -I../include -DMIKMOD_H=../include/mikmod.h -c 
 ../mmio/mmerror.c
 /bin/bash ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H 
 -D_FORTIFY_SOURCE=2 -I/sw/include -g -O2 -fstack-protector -Wno-unused-value 
 -Wno-deprecated-declarations -finline-functions -funroll-loops -ffast-math 
 -Dunix -I../include -I.. -I../include -DMIKMOD_H=../include/mikmod.h -c 
 ../mmio/mmio.c
 In file included from ../mmio/mmio.c:58:
 ../include/mikmod_internals.h:670: error: expected '=', ',', ';', 'asm' or 
 '__attribute__' before 'vc_callback'
 ../mmio/mmio.c: In function '_mm_iobase_setcur':
 ../mmio/mmio.c:109: error: 'MREADER' has no member named 'prev_iobase'
 ../mmio/mmio.c:109: error: 'MREADER' has no member named 'iobase'
 ../mmio/mmio.c:110: error: 'MREADER' has no member named 'iobase'
 ../mmio/mmio.c: In function '_mm_iobase_revert':
 ../mmio/mmio.c:116: error: 'MREADER' has no member named 'iobase'
 ../mmio/mmio.c:116: error: 'MREADER' has no member named 'prev_iobase'
 ../mmio/mmio.c: In function '_mm_FileReader_Seek':
 ../mmio/mmio.c:144: error: 'MREADER' has no member named 'iobase'
 ../mmio/mmio.c: In function '_mm_FileReader_Tell':
 ../mmio/mmio.c:149: error: 'MREADER' has no member named 'iobase'
 make[2]: *** [mmio.lo] Error 1
 make[1]: *** [all-recursive] Error 1
 
 I've traced this down to having the package 'libmikmod' installed.  When 
 'libmikmod' is removed, libmikmod3 builds fine.
 
 Daniel: the culprit is in the patchfile (libmikmod/Makefile.in chunk), where 
 CPPFLAGS is added near the beginning of the COMPILE command. Because CPPFLAGS 
 includes -I%p/include, this prefers an installed libmikmod header over a 
 srcdir hearder and KABOOM.  Using NoSetCPPFLAGS: true takes care of this 
 problem.
 
 Might not hurt to add -MD to SetCFLAGS and do a f-p-p check after the compile.
 
 Hanspeter
 

Good catch! It should be fixed now. I added both NoSetCPPFLAGS and NoSetLDFLAGS 
to libmikmod and libmikmod3. They don't use any non-system libraries anyway, so 
better to take no chances.

Daniel


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
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


Re: [Fink-users] (no subject)

2013-03-14 Thread Daniel Johnson

On Mar 13, 2013, at 10:47 PM, Alexander Hansen alexanderk.han...@gmail.com 
wrote:

 On 3/13/13 7:34 PM, Daniel Macks wrote:
 On Wed, 13 Mar 2013 15:47:50 -0700, Alexander Hansen
 alexanderk.han...@gmail.com wrote:
 On 3/13/13 3:08 PM, Bill Waggoner wrote:
 While installing extutils-parsexs-pm 3.18-1 during an update-all I
 received this warning:
 ==
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 ==
 I detected that an old version of 'xsubpp' will shadow the
 new, to-be-installed 'xsubpp' (which you need to install
 XS modules) after installation.  This is likely because an old
 version was installed
 wrongly or because your vendor patched your perl. You can
 continue with the installation but afterwards, you may
 have to remove all copies of 'xsubpp' that shadow this
 one for future module installations. Failure to do so may
 result in your being unable to install XS modules.  But as long as
 you keep this in mind, nothing is going to
 break your system if you do nothing.   Problematic copies of
 'xsubpp' found:
  /sw/lib/perl5/ExtUtils/xsubpp
 ==
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 ==
 The two versions of xsubpp that I find are:
 % find /sw -name '*xsubpp*' -ls
 170755605   16 -r-xr-xr-x1 root admin
  4472 Mar 13 17:59 /sw/lib/perl5/ExtUtils/xsubpp
 1664781298 -r--r--r--1 root admin
  4000 Jan  1 14:14 /sw/lib/perl5-core/5.12.3/ExtUtils/xsubpp
 So it looks like the old version was actually replaced by the newer
 version and all is well.  Do you concur?
 Bill W
 That's right. 
 
 Can that scary-looking message be patched out of the build system?
 
 dan
 
 --
 Daniel Macks
 dma...@netspace.org
 
 
 
 I'll cc the maintainer.

Yeah, the check in Makefile.PL is pretty simple-minded. The warning only 
happens when updating an already installed extutils-parsexs-pm to a new version 
because the check doesn't know that the already installed xsubpp is going to be 
overwritten. I've now disabled the check altogether and it shouldn't appear 
again.

Thanks
Daniel



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
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


Re: [Fink-users] pil-py*-1.7.8 install failure on case-sensitive filesystems

2013-03-14 Thread Daniel Johnson

On Mar 14, 2013, at 10:58 AM, Derek Homeier 
de...@astro.physik.uni-goettingen.de wrote:

 On 12.03.2013, at 3:17AM, Daniel Johnson daniel.johnso...@gmail.com wrote:
 
 You must have a case sensitive file system. It should be fixed now.
 
 indeed I do (see subject again ;-). Rsync'ed 1.7.8-1 (still the same 
 revision) again, and it builds here now.
 
 Thanks,
   Derek
 

D'oh! It would have helped to read the subject, wouldn't it? :) Glad it works 
now.

Thanks
Daniel


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
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


Re: [Fink-users] pil-py*-1.7.8 install failure on case-sensitive filesystems

2013-03-11 Thread Daniel Johnson

On Mar 8, 2013, at 6:54 AM, Derek Homeier 
de...@astro.physik.uni-goettingen.de wrote:

 Hi,
 
 see subject - the documentation installation step fails
 
 cp -R Docs/ 
 /scratch.noindex/fink.build/root-pil-py26-1.7.8-1/sw/share/doc/pil-py26/html
 cp: Docs/: No such file or directory
 ### execution of /tmp/fink.hYPWQ failed, exit code 1
 
 because in Pillow-1.7.8 the directory is called [lowercase] docs.
 
 TIA,
   Derek
 

You must have a case sensitive file system. It should be fixed now.

Thanks
Daniel


--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
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


Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Daniel Johnson

On Feb 5, 2013, at 3:27 AM, Martin Costabel costa...@wanadoo.fr wrote:

 On 5/02/13 01:29, Peter Dyballa wrote:
 
 Am 05.02.2013 um 00:42 schrieb Eigil Krogh Sorensen:
 
 My problem is, that I have Octave 3.6.2 for Windows Microsoft Visual
 Studio on a windows 7 PC, and that version seems to handle 32 bit pixels
 w.o. problems.
 
 You seem to misunderstand the meaning of quantum depth. This is the 
 resolution of each channel, RGB + alpha channel. So the effective resolution 
 per pixel with --with-quantum-depth=8 is 32 bits. Using 
 --with-quantum-depth=16 you avoid rounding problems when doing edits or 
 transformations or whatever. The memory needs are more than twice when using 
 --with-quantum-depth=16.
 
 Yes, QuantumDepth=16 means 64 bits per pixel. It seems the octave 
 programmers who wrote the warning
 
 warning: your version of GraphicsMagick limits images to 16 bits per pixel
 
 didn't understand this either. Even Daniel wrote most display devices 
 only support 8 bits per pixel anyway. That would be 256 colors, which 
 is indeed a bit substandard.
 

Good point. I meant 8 bits per color channel but my fingers said per pixel 
instead.

 The question is whether the octave programmers misunderstood this only 
 in their warning text or also in the octave code.
 

It certainly isn't clear. The quantum value has no effect on bit depth of 
files. It's only involved in internal calculations. An application using GM 
shouldn't really care.

Daniel


--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
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


Re: [Fink-users] GraphicsMagick in octave

2013-02-05 Thread Daniel Johnson

On Feb 5, 2013, at 7:23 PM, Alexander Hansen alexanderk.han...@gmail.com 
wrote:

 On 2/5/13 2:23 PM, Alexander Hansen wrote:
 On 2/5/13 1:52 PM, Eigil Krogh Sorensen wrote:
 
 Den 05/02/13 21.03 skrev Alexander Hansen alexanderk.han...@gmail.com:
 
 On 2/5/13 10:35 AM, Eigil Krogh Sorensen wrote:
 I don't know if this is the right place to post this, but anyway...
 
 I have this small octave function, that runs fine on my Windows Octave,
 but crashes on my fink octave-atlas(3.6.3):
 
 
 function simpleImageExample
  imageFile = 100-0039_IMG.JPG;
  info  =  imfinfo (imageFile)
  I  =  imread  (imageFile);
  subplot(2,1,1);
  imshow(I);
 endfunction
 
 
 
 If I run the function as shown above, octave crashes with this messages
 
 warning: your version of GraphicsMagick limits images to 16 bits per
 pixel
 octave(18942,0x10b2db180) malloc: *** error for object 0x10b989570:
 pointer bei
 ng freed was not allocated
 *** set a breakpoint in malloc_error_break to debug
 panic: Abort trap: 6 -- stopping myself...
 attempting to save variables to `octave-core'...
 save to `octave-core' complete
 
 
 
 The problem occurs in imfinfo because if I remove the line
 info = imfinfo (imageFile)
 
 then I only get the warning
 
 simpleImageExample
 warning: your version of GraphicsMagick limits images to 16 bits per
 pixel
 
 
 
 and the picture looks OK.
 
 
 --Eigil
 
 
 
 
 I can confirm this behavior.
 
 When I tried a local rebuild of graphicsmagick using
 --with-quantum-depth=32 I still got a warning: your version of
 GraphicsMagick limits images to 16 bits per pixel message from Octave.
 
 The malloc() error goes away, but then the behavior gets really strange.
 I made up identical test.jpg and test.jpeg files, so one would think
 the error messages, if any, would be the same, but instead I get
 (10.8/x86_64):
 
 octave:1 imfinfo (test.jpeg)
 warning: your version of GraphicsMagick limits images to 16 bits per pixel
 error: Magick++ exception: Magick: Unable to open file (g) reported by
 magick/constitute.c:1533 (ReadImage)
 error: called from:
 error:   /sw/share/octave/3.6.3/m/image/imfinfo.m at line 147, column 10
 octave:1 imfinfo (test.jpg)
 error: Magick++ exception: Magick: No decode delegate for this image
 format () reported by magick/constitute.c:1522 (ReadImage)
 error: called from:
 error:   /sw/share/octave/3.6.3/m/image/imfinfo.m at line 147, column 10
 
 When I rebuilt graphicsmagick using --with-quantum-depth=8 the results
 are still wrong, but at least more consistent:
 
 octave:1 imfinfo (test.jpeg)
 warning: your version of GraphicsMagick limits images to 16 bits per pixel
 error: Magick++ exception: Magick: No decode delegate for this image
 format () reported by magick/constitute.c:1522 (ReadImage)
 error: called from:
 error:   /sw/share/octave/3.6.3/m/image/imfinfo.m at line 147, column 10
 octave:1 imfinfo (test.jpg)
 error: Magick++ exception: Magick: No decode delegate for this image
 format () reported by magick/constitute.c:1522 (ReadImage)
 error: called from:
 error:   /sw/share/octave/3.6.3/m/image/imfinfo.m at line 147, column 10
 
 
 
 On 10.5/powerpc I get malloc() error messages but the image information
 shows up (same test.jpg and test.jpeg):
 
 octave:2 imfinfo (test.jpeg)
 octave(47725) malloc: *** error for object 0xa08bf708: Non-aligned
 pointer being freed
 *** set a breakpoint in malloc_error_break to debug
 octave(47725) malloc: *** error for object 0xa08bf708: Non-aligned
 pointer being freed
 *** set a breakpoint in malloc_error_break to debug
 ans =
 
 scalar structure containing the fields:
 
   Filename = /Users/hansen/test.jpeg
   FileModDate =  5-Feb-2013 12:21:54
   FileSize =  26699
   Height =  241
   Width =  241
   BitDepth =  8
   Format = JPEG
   LongFormat = Joint Photographic Experts Group JFIF format
   XResolution = 0
   YResolution = 0
   TotalColors =  68
   TileName =
   AnimationDelay = 0
   AnimationIterations = 0
   ByteOrder = undefined
   Gamma = 0
   Matte = 0
   ModulusDepth =  8
   Quality =  75
   QuantizeColors =  256
   ResolutionUnits = undefined
   ColorType = grayscale
   View =
 
 octave:3 imfinfo (test.jpg)
 octave(47725) malloc: *** error for object 0xa08bf708: Non-aligned
 pointer being freed
 *** set a breakpoint in malloc_error_break to debug
 octave(47725) malloc: *** error for object 0xa08bf708: Non-aligned
 pointer being freed
 *** set a breakpoint in malloc_error_break to debug
 ans =
 
 scalar structure containing the fields:
 
   Filename = /Users/hansen/test.jpg
   FileModDate =  5-Feb-2013 12:21:54
   FileSize =  26699
   Height =  241
   Width =  241
   BitDepth =  8
   Format = JPEG
   LongFormat = Joint Photographic Experts Group JFIF format
   XResolution = 0
   YResolution = 0
   TotalColors =  68
   TileName =
   AnimationDelay = 0
   AnimationIterations = 0
   ByteOrder = undefined
   Gamma = 0
   Matte = 0
   ModulusDepth =  8
   Quality =  75
   QuantizeColors =  256
   ResolutionUnits = undefined
   ColorType = 

Re: [Fink-users] GraphicsMagick in octave

2013-02-04 Thread Daniel Johnson

On Feb 4, 2013, at 12:48 PM, Alexander Hansen alexanderk.han...@gmail.com 
wrote:

 On 2/4/13 10:35 AM, Eigil Krogh Sorensen wrote:
 Hi
 
 I ask the questions below, because it took many hours to install
 Octave-Atlas on my MAC, so I would like to avoid as much installation time
 as possible.
 
 It seems GraphicsMagic be configured at installation with an Optional
 Package/Option: --with-quantum-depth, but
 
 1) I don't know if the rest of the plot chain in Octave-Atlas can handle
 more bits per pixel
 
 That's a matter to discuss with the Octave developers on one of the
 octave mailing lists.
 
 2) I don't know how to reinstall GraphicsMagick and Octave-Atlas with a
 new value of --with-quantum-depth. 
 
 
 I believe you would just need to rebuild graphicsmagick, which should go
 quickly.
 
 Can I use the description in
 http://finkers.wordpress.com/2009/07/24/creating-local-packages/ for that
 or are there smarter ways to do that?
 
 
 
 --with-quantum-depth is explicitly set to 16 in the ConfigureParams
 field in graphicsmagick.info, so just try setting that to 32 instead.
 
 I'm not sure why it's set to 16, which is a good reason to keep cc'ing
 the maintainer.

The default quantum value for GraphicsMagick is 8 which is sufficient for most 
uses since most display devices only support 8 bits per pixel anyway. 
GraphicsMagick uses floating point math internally to avoid accuracy issues. 
The quantum value really only affects quantization noise in certain operations. 
I chose a quantum of 16 as a compromise to give better results for those that 
need it. The problem is that each higher quantum value makes GraphicsMagick run 
slower and doubles the amount of memory used. Using a quantum of 32 would 
significantly degrade performance for very little gain for most users. Upstream 
recommends 16 in most cases. If you know that you really need 32, follow 
Alexander's suggestion to set --with-quantum-depth to 32.

Daniel


--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
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


Re: [Fink-users] Berkeley DB does not compile

2013-01-29 Thread Daniel Johnson

On Jan 29, 2013, at 4:07 PM, Dipl. Phys. Ing. Dr. Joachim Bernhard Maria 
Kaffanke PhD joac...@kaffanke.de wrote:

 Hello All,
 
 it seems 'db185.c' is containing a bug and does not compile.
 So far as I figured out it belongs to Berkeley DB and is needed by many 
 packages
 such as gimp or gnuplot that I tried to install.
 I tried all versions of Berkeley DB available over Fink Commander.
 
 How can this be solved out? Has anybody a good advise?

This was caused by the new Xcode 4.6. The package should now be fixed, as well 
as db48 and db53 which had the same issue.

Daniel


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
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


  1   2   3   >