[Fink-devel] Trouble installing Python 2.7
I tried to update Python 2.7 and in amongst the long output I got a missing header file error. Mac OS X 10.8.5 fink self-update was run just previous to an update-all -Scott creating build/temp.macosx-10.8-x86_64-2.7/Mac/Modules gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/sw/include -I/sw/src/fink.build/python27-2.7.7-3/Python-2.7.7/Include -I/sw/src/fink.build/python27-2.7.7-3/Python-2.7.7 -c ./Mac/Modules/_scproxy.c -o build/temp.macosx-10.8-x86_64-2.7/./Mac/Modules/_scproxy.o ./Mac/Modules/_scproxy.c:6:10: fatal error: 'SystemConfiguration/SystemConfiguration.h' file not found #include ^ 1 error generated. building '_tkinter' extension - -- 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-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] Trouble installing Python 2.7
On 6/23/14, 4:16 PM, Scott Hannahs wrote: > I tried to update Python 2.7 and in amongst the long output I got a missing > header file error. > > Mac OS X 10.8.5 > fink self-update was run just previous to an update-all > > -Scott > > > creating build/temp.macosx-10.8-x86_64-2.7/Mac/Modules > gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall > -Wstrict-prototypes -I. -IInclude -I./Include -I/sw/include > -I/sw/src/fink.build/python27-2.7.7-3/Python-2.7.7/Include > -I/sw/src/fink.build/python27-2.7.7-3/Python-2.7.7 -c > ./Mac/Modules/_scproxy.c -o > build/temp.macosx-10.8-x86_64-2.7/./Mac/Modules/_scproxy.o > ./Mac/Modules/_scproxy.c:6:10: fatal error: > 'SystemConfiguration/SystemConfiguration.h' file not found > #include > ^ > 1 error generated. > building '_tkinter' extension > > - It appears that your build is trying to build a Mac-native Python, which isn't supposed to happen. I'll cc the maintainer, since he may have received other reports about this issue. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ -- 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-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Trouble installing Python 2.7
I tried to update Python 2.7 and in amongst the long output I got a missing header file error. Mac OS X 10.8.5 fink self-update was run just previous to an update-all -Scott creating build/temp.macosx-10.8-x86_64-2.7/Mac/Modules gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -I/sw/include -I/sw/src/fink.build/python27-2.7.7-3/Python-2.7.7/Include -I/sw/src/fink.build/python27-2.7.7-3/Python-2.7.7 -c ./Mac/Modules/_scproxy.c -o build/temp.macosx-10.8-x86_64-2.7/./Mac/Modules/_scproxy.o ./Mac/Modules/_scproxy.c:6:10: fatal error: 'SystemConfiguration/SystemConfiguration.h' file not found #include ^ 1 error generated. building '_tkinter' extension - -- 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-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] trouble installing emacs24
On 6/23/2014 2:50 PM, Daniel Macks wrote: > > > On Mon, 23 Jun 2014 20:37:00 +0100, Derek Homeier > wrote: > On 23 Jun 2014, at 01:43 pm, Jesse Alama wrote: >> >> Emacs depends on the pkg 'passwd-games' so that user should >> normally be set up on the system. Try 'fink reinstall passwd-games' and select yes when asked to install the user. Thanks, that does seem to have made a difference. A fresh rebuild and >>> reinstall of emacs24 does lead to some curiosities, though: >> >> emacs24-24.3-3 now seems to be missing a dependency on gnutls28-shlibs. > > And libmagickcore6.q16.2-shlibs libmagickwand6.q16.2-shlibs The new dependencies have been taken care of. Hanspeter -- 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-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] trouble installing emacs24
On Mon, 23 Jun 2014 20:37:00 +0100, Derek Homeier wrote: On 23 Jun 2014, at 01:43 pm, Jesse Alama wrote: > > >> >> Emacs depends on the pkg 'passwd-games' so that user should > normally be set > >> up on the system. Try 'fink reinstall passwd-games' and select yes when > >> asked to install the user. > > > Thanks, that does seem to have made a difference. A fresh rebuild and > > reinstall of emacs24 does lead to some curiosities, though: > > emacs24-24.3-3 now seems to be missing a dependency on gnutls28-shlibs. And libmagickcore6.q16.2-shlibs libmagickwand6.q16.2-shlibs dan -- Daniel Macks dma...@netspace.org -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] trouble installing emacs24
On 23 Jun 2014, at 01:43 pm, Jesse Alama wrote: >> >> Emacs depends on the pkg 'passwd-games' so that user should normally be set >> up on the system. Try 'fink reinstall passwd-games' and select yes when >> asked to install the user. > > Thanks, that does seem to have made a difference. A fresh rebuild and > reinstall of emacs24 does lead to some curiosities, though: emacs24-24.3-3 now seems to be missing a dependency on gnutls28-shlibs. Cheers, Derek -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] trouble installing emacs24
On Mon, Jun 23, 2014 at 12:36 PM, Hanspeter Niederstrasser wrote: > On 6/23/2014 12:15 AM, Jesse Alama wrote: >> >> I see that Emacs 24 was recently made available as a Fink package >> (thanks!). I had some trouble installing on my 10.9.2 MacBook Pro: >> after building, I see this: >> >> [...] >> In fink-run-directories: >> /sw/share/emacs24/site-lisp/fink-startup.el:129:25:Warning: `mapcar' >> called >> for effect; use `mapc' or `dolist' instead >> Wrote /sw/share/emacs24/site-lisp/fink-startup.elc >> basename: extra operand '/sw/share/info/emacs-24/autotype.info.gz' >> Try 'basename --help' for more information. >> chown: invalid user: 'games' >> /sw/bin/dpkg: error processing emacs24 (--install): >> subprocess post-installation script returned error exit status 1 > > > Emacs depends on the pkg 'passwd-games' so that user should normally be set > up on the system. Try 'fink reinstall passwd-games' and select yes when > asked to install the user. Thanks, that does seem to have made a difference. A fresh rebuild and reinstall of emacs24 does lead to some curiosities, though: $ fink reinstall emacs24 [14:39:29] Password: Information about 10068 packages read in 3 seconds. The following package will be reinstalled: emacs24 Reading buildlock packages... /sw/bin/dpkg-lockwait -i /sw/fink/dists/stable/main/binary-darwin-x86_64/editors/emacs24_24.3-3_darwin-x86_64.deb (Reading database ... 217211 files and directories currently installed.) Preparing to replace emacs24 24.3-3 (using .../emacs24_24.3-3_darwin-x86_64.deb) ... basename: extra operand '/sw/share/info/emacs-24/autotype.info.gz' Try 'basename --help' for more information. Unpacking replacement emacs24 ... Setting up emacs24 (24.3-3) ... emacs-install emacs24 defined(@array) is deprecated at /sw/lib/emacsen-common/generate-install-list line 24. (Maybe you should just omit the defined()?) install/ledger-el: Handling install of emacsen flavor emacs24 install/ledger-el: Byte-compiling for emacs24...done. install/ledger-el: Compilation log saved in /sw/share/doc/ledger-el/CompilationLog-emacs24.gz. emacsen-common: Handling install of emacsen flavor emacs24 Loading 00fink-vars... Loading /sw/etc/emacs/site-start.d/50ledger.el (source)... Wrote /tmp/emacsen-common-testfile.elc emacsen-common: byte-compiling for emacs24 Loading /sw/etc/emacs24/site-start.d/00fink-vars.el (source)... Loading /sw/etc/emacs/site-start.d/50ledger.el (source)... In fink-file->string: /sw/etc/emacs24/site-start.d/00fink-vars.el:32:23:Warning: Use `with-current-buffer' rather than save-excursion+set-buffer Wrote /sw/etc/emacs24/site-start.d/00fink-vars.elc In fink-run-directories: /sw/share/emacs24/site-lisp/fink-startup.el:129:25:Warning: `mapcar' called for effect; use `mapc' or `dolist' instead Wrote /sw/share/emacs24/site-lisp/fink-startup.elc basename: extra operand '/sw/share/info/emacs-24/autotype.info.gz' Try 'basename --help' for more information. The editor does seem to start up fine, despite these warnings about autotype.info.gz, etc. Jesse -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] trouble installing emacs24
On 6/23/2014 12:15 AM, Jesse Alama wrote: > I see that Emacs 24 was recently made available as a Fink package > (thanks!). I had some trouble installing on my 10.9.2 MacBook Pro: > after building, I see this: > > [...] > In fink-run-directories: > /sw/share/emacs24/site-lisp/fink-startup.el:129:25:Warning: `mapcar' called > for effect; use `mapc' or `dolist' instead > Wrote /sw/share/emacs24/site-lisp/fink-startup.elc > basename: extra operand '/sw/share/info/emacs-24/autotype.info.gz' > Try 'basename --help' for more information. > chown: invalid user: 'games' > /sw/bin/dpkg: error processing emacs24 (--install): > subprocess post-installation script returned error exit status 1 Emacs depends on the pkg 'passwd-games' so that user should normally be set up on the system. Try 'fink reinstall passwd-games' and select yes when asked to install the user. Hanspeter -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel