Re: [Fink-beginners] Failed: phase compiling: expat1-2.2.1-1 failed

2017-06-20 Thread John Wiggins
Thanks, Alexander.  The fix works for me, too.
jw

> On Jun 20, 2017, at 1:26 PM, Alexander Hansen  
> wrote:
> 
> …snip...
> A fix was just added which worked for me on 10.12.  This should be available 
> via selfupdate shortly.
> 
> —akh
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Fink-beginners mailing list
> Fink-beginners@lists.sourceforge.net
> List archive:
> https://sourceforge.net/p/fink/mailman/fink-users/
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-beginners


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

[Fink-beginners] Failed: phase compiling: expat1-2.2.1-1 failed

2017-06-19 Thread John Wiggins
I am running latest, i.e.  Sierra 10.12.5 with
Package manager version: 0.41.1
Distribution version: selfupdate-rsync Tue Jun 20 00:16:34 2017, 10.12, 
x86_64
Trees: local/main stable/main stable/crypto unstable/main 
unstable/crypto local/injected
Xcode.app: 8.3.3
Xcode command-line tools: 8.3.2.0.1.1492020469
and noticed that there does not appear to be an command line tools update from 
Xcode 8.3.2 to 8.3.3, so unsure if this could be the issue.

The compile error is as follows:
/usr/bin/make
/bin/sh ./libtool  --mode=compile gcc -I./lib -I. -g -O2 -fshort-wchar -Wall 
-Wmissing-prototypes -Wstrict-prototypes -fexceptions -fno-strict-aliasing  -MD 
-I/sw/include -DHAVE_EXPAT_CONFIG_H -o lib/xmlparse.lo -c lib/xmlparse.c
libtool: compile:  gcc -I./lib -I. -g -O2 -fshort-wchar -Wall 
-Wmissing-prototypes -Wstrict-prototypes -fexceptions -fno-strict-aliasing -MD 
-I/sw/include -DHAVE_EXPAT_CONFIG_H -c lib/xmlparse.c  -fno-common -DPIC -o 
lib/.libs/xmlparse.o
In file included from lib/xmlparse.c:702:
/usr/include/sys/random.h:37:22: error: expected ')'
int getentropy(void* buffer, size_t size);
 ^
lib/xmlparse.c:626:23: note: expanded from macro 'buffer'
#define buffer (parser->m_buffer)
  ^
/usr/include/sys/random.h:37:22: note: to match this '('
lib/xmlparse.c:626:16: note: expanded from macro 'buffer'
#define buffer (parser->m_buffer)
   ^
lib/xmlparse.c:721:9: warning: implicit declaration of function 'getrandom' is 
invalid in C99 [-Wimplicit-function-declaration]
getrandom(currentTarget, bytesToWrite, getrandomFlags);
^
1 warning and 1 error generated.
make: *** [lib/xmlparse.lo] Error 1
### execution of /usr/bin/make failed, exit code 2
### execution of /tmp/fink.jzdU2 failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-expat1-2.2.1-1
(Reading database ... 54878 files and directories currently installed.)
Removing fink-buildlock-expat1-2.2.1-1 ...
Failed: phase compiling: expat1-2.2.1-1 failed

Since my full build file is small, I include it as attachment.

Thanks,
jw



update-all.19Jun17_2nd
Description: Binary data


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Re: [Fink-beginners] Xcode 8 and command line tools

2016-10-14 Thread John Wiggins
Alexander et al,

Apple Closed my Bug saying that the CLI works, and that the issue is with fink.
If this is not the case, please let them know.  I do not a system to test CLI 
as I am now on Sierra on my machines.
I have sent this info to fink-users in case someone has a system to test and 
ensure fink, in fact, it generating a false warning.

thanks,
jw


at
https://bugreport.apple.com/problem/viewproblem
Bug ID 28356077 - Xcode 8 installs on El Capitan.


Apple Developer Relations   13-Oct-2016 05:13 PM
Engineering has provided the following information regarding this issue:

Please know that there is not incompatibility.  You should report the issue to 
fink and request that fink remove the incorrect warning.



Here is my bug report:
Summary:
The App Store allows installation of Xcode 8 on El Capitan system resulting in 
incompatible Command Line Tools.  One cannot install  
Command_Line_Tools_macOS_10.12_for_Xcode_8

Steps to Reproduce:
1. install Xcode 8 on El Capitan system from App Store.

Expected Results:
compilation from Command Line.

Actual Results:
WARNING: Xcode.app version (8.0) and Xcode Command Line Tools version (7.3)
are not compatible.
You may experience build errors.

Version:
Xcode 8.0  (8A218a)

Notes:
Installer should prevent installation, or bring up dialog explaining 
incompatible Command Line Tools (and others) will result if installation 
continues.

Configuration:
MacOS El Capitan 10.11.6

Attachments:


> On Oct 12, 2016, at 11:56 AM, John Wiggins <johnwigg...@me.com> wrote:
> 
> My experience was I needed to update to MacOS 10.12 (Sierra) before Xcode 8 
> had the new set of Command Line Tools.
> (you may need to reinstall Xcode 8 after OS update, but I am not sure.  I 
> tried to open bug with Apple for allowing upgrade to Xcode 8 on El Capitan 
> without a warning about the CLTs)
> 
> jw
> 
>> On Oct 9, 2016, at 12:54 PM, Marc Boxerman <mboxer...@mac.com> wrote:
>> 
>> Thanks, Alex.
>> 
>> Perhaps I jumped the gun.  When updating a package, Fink warned of the 
>> version mismatch and advised that compile errors could result.  Some 
>> packages built.  Others failed.  I recall encountering a problem updating an 
>> imagemagick library. and another package or two.  But I updated Fink itself, 
>> which looks to have removed that warning, and I’ve been able to compile at 
>> least some of the packages whose build previously failed.  I believe the 
>> only package I cannot update now is openmpi.
>> 
>> Marc
>> 
>>> On Oct 8, 2016, at 3:18 PM, Alexander Hansen <alexanderk.han...@gmail.com> 
>>> wrote:
>>> 
>>> 
>>>> On Oct 8, 2016, at 10:37, Marc Boxerman <mboxer...@mac.com> wrote:
>>>> 
>>>> I upgraded to Xcode 8 on a machine running El Capitan.  It does not appear 
>>>> that Apple released an updated set of command line tools for the newest 
>>>> version of Xcode, at least not for OS X 10.11.  The mismatch in versions 
>>>> between Xcode and the command line tools is causing build failures.  
>>>> Should I downgrade to Xcode 7 or is there a newer version of command line 
>>>> tools out there?
>>>> 
>>>> Thanks,
>>>> 
>>>> Marc
>>> 
>>> 
>>> My understanding is that the official position from Apple is that Xcode 8 + 
>>> the Xcode 7.3.1 command tools should work.  
>>> 
>>> If you could report the build failures here, (different threads for each 
>>> package, please) we should be able to fix the issues.  And if your version 
>>> of “fink-package-precedence” isn’t up-to-date, that may be indirectly 
>>> responsible for some of the issues—Apple changed the behavior of the 
>>> “otool” executable.  But we’d definitely appreciate any bug reports before 
>>> you update fink-package-precedence and/or downgrade Xcode. :-)
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
>> 
>> --
>> Check out the vibrant tech community on one of the world's most 
>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
>> ___
>> Fink-beginners mailing list
>> Fink-beginners@lists.sourceforge.net
>> List archive:
>> http://news.gmane.org/gmane.os.apple.fink.beginners
>> Subscription management:
>> https://lists.sourceforge.net/lists/listinfo/fink-beginners
> 
> 
> --
> Check out the vibrant tech community on one of the world's most 
> engaging tech sites, SlashDot.o

Re: [Fink-beginners] Xcode 8 and command line tools

2016-10-12 Thread John Wiggins
My experience was I needed to update to MacOS 10.12 (Sierra) before Xcode 8 had 
the new set of Command Line Tools.
(you may need to reinstall Xcode 8 after OS update, but I am not sure.  I tried 
to open bug with Apple for allowing upgrade to Xcode 8 on El Capitan without a 
warning about the CLTs)

jw

> On Oct 9, 2016, at 12:54 PM, Marc Boxerman  wrote:
> 
> Thanks, Alex.
> 
> Perhaps I jumped the gun.  When updating a package, Fink warned of the 
> version mismatch and advised that compile errors could result.  Some packages 
> built.  Others failed.  I recall encountering a problem updating an 
> imagemagick library. and another package or two.  But I updated Fink itself, 
> which looks to have removed that warning, and I’ve been able to compile at 
> least some of the packages whose build previously failed.  I believe the only 
> package I cannot update now is openmpi.
> 
> Marc
> 
>> On Oct 8, 2016, at 3:18 PM, Alexander Hansen  
>> wrote:
>> 
>> 
>>> On Oct 8, 2016, at 10:37, Marc Boxerman  wrote:
>>> 
>>> I upgraded to Xcode 8 on a machine running El Capitan.  It does not appear 
>>> that Apple released an updated set of command line tools for the newest 
>>> version of Xcode, at least not for OS X 10.11.  The mismatch in versions 
>>> between Xcode and the command line tools is causing build failures.  Should 
>>> I downgrade to Xcode 7 or is there a newer version of command line tools 
>>> out there?
>>> 
>>> Thanks,
>>> 
>>> Marc
>> 
>> 
>> My understanding is that the official position from Apple is that Xcode 8 + 
>> the Xcode 7.3.1 command tools should work.  
>> 
>> If you could report the build failures here, (different threads for each 
>> package, please) we should be able to fix the issues.  And if your version 
>> of “fink-package-precedence” isn’t up-to-date, that may be indirectly 
>> responsible for some of the issues—Apple changed the behavior of the “otool” 
>> executable.  But we’d definitely appreciate any bug reports before you 
>> update fink-package-precedence and/or downgrade Xcode. :-)
>> 
>> 
>> 
>> 
>> 
>> 
> 
> 
> --
> Check out the vibrant tech community on one of the world's most 
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Fink-beginners mailing list
> Fink-beginners@lists.sourceforge.net
> List archive:
> http://news.gmane.org/gmane.os.apple.fink.beginners
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-beginners


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] emacs23 no building under Sierra with Xcode 8

2016-09-30 Thread John Wiggins
I am away and will not be back to that computer with fink until later next 
week, but just a couple of days until gone for another 8 days, so it could be a 
while before I can try that.
Also, I did a
fink remove emacs23
fink cleanup
 so it may take me a while to get back to the state of compile failure again.

Perhaps someone else with the failure can give it a try before then?

tks,
jw

> On Oct 1, 2016, at 12:34 AM, Hanspeter Niederstrasser 
> <f...@snaggledworks.com> wrote:
> 
> On 9/27/16 10:39 AM, John Wiggins wrote:
>> Although emacs23 does not compile, I was able to build and use emacs24 under 
>> Sierra with Xcode 8, and this is good enough for me.
>> If you just want to remove emacs23 from the 10.12 list, that would alright 
>> with me— although others may object.
> 
> Can you edit the file 
> /sw/fink/dists/stable/main/finkinfo/editors/emacs23.info and to line 85 
> add the flag -O1 after -MD
> 
> SetCPPFLAGS: -MD -O1
> 
> And then try to rebuild emacs23.
> 
> Hanspeter
> 
> 
> --
> Check out the vibrant tech community on one of the world's most 
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Fink-beginners mailing list
> Fink-beginners@lists.sourceforge.net
> List archive:
> http://news.gmane.org/gmane.os.apple.fink.beginners
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-beginners


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] emacs23 no building under Sierra with Xcode 8

2016-09-27 Thread John Wiggins
Here is the error observed:

...
`/bin/pwd`/temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp 
/sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/emacs-lisp 
/sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language 
/sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/international 
/sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/textmodes)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version.el (source)...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading cus-start...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading files...
Loading cus-face...
Loading faces...
Loading minibuffer...
Loading button...
Loading startup (compiled; note, source file is newer)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/loaddefs.el 
(source)...
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading international/characters...
Loading composite...
Loading 
/sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/international/charprop.el 
(source)...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/sinhala.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/english.el 
(source)...
Loading language/ethiopic...
Loading language/european...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/czech.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/slovak.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/romanian.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/greek.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/hebrew.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/japanese.el 
(source)...
Loading 
/sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/international/cp51932.el 
(source)...
Loading 
/sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/international/eucjp-ms.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/korean.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/lao.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/tai-viet.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/thai.el 
(source)...
Loading language/tibetan...
Loading language/vietnamese...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/misc-lang.el 
(source)...
Loading 
/sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/utf-8-lang.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/georgian.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/khmer.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/burmese.el 
(source)...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/language/cham.el 
(source)...
Loading indent...
Loading window...
Loading frame...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading /sw/src/fink.build/emacs23-23.4-7/emacs-23.4/lisp/paths.el (source)...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading emacs-lisp/lisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading replace...
Loading buff-menu...
Loading fringe...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading font-setting...
Loading x-dnd...
Loading term/common-win...
Loading term/x-win...
Loading mwheel...
Loading emacs-lisp/float-sup...
Loading vc-hooks...
Loading ediff-hook...
Loading tooltip...
Finding pointers to doc strings...
Wrong type argument: listp, 35183699950078
make: *** [Makefile:298: bootstrap-emacs] Error 255


--
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] Xcode 8? Re: Problems with reinstalling Fink

2016-09-26 Thread John Wiggins
Dear Alexander and others:

I have two machines on sierra, one updated (and is still running Xcode 7.3 with 
corresponding CLI tools, and it updated alright (but emacs did not need to be 
recompiled).

The other machine with sierra was upgraded to Xcode 8.0 and it fails to compile 
emacs (even with explicit install of Xcode CLI Tools).  Does the current fink 
work with Xcode 8?  I have not seen anything on this and it could be my fault 
for updating Xcode on this machine.  (Perhaps my install list needs to be 
changed for new environment?)

Q: Should I do a fresh new install or wait until fink has been tested with 
Xcode 8?  My current fink /sw works, including emacs, so I could wait a while 
until/if Xcode 8 needs to be verified.

(some of the compile failure shown below)

Thanks,
jw

> On Sep 23, 2016, at 8:03 AM, Alexander Hansen  
> wrote:
> 
> …snip...
> You didn’t mention the essential point, which is that you updated to Sierra 
> before installing a fink which actually supports it—that’s why it broke.  The 
> reverse operation is what you’d want:  selfupdate to a fink that supports 
> Sierra, update the OS, and use “fink reinstall fink” to point fink at the 
> proper distribution.
> 
> There’s a quick fix, fortunately.  Manually download 
> http://bindist.finkproject.org/10.12/dists/stable/main/binary-darwin-x86_64/base/fink_0.41.0-111_darwin-x86_64.deb,
>  which is the initial fink release for Sierra, and use “sudo dpkg -i 
> /path/to/fink_0.41.0-111_darwin-x86_64.deb” (replacing /path/to with the 
> actual location) to install it.  The install process should reset the 
> distribution for you.
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 
…snip…


> The failure with XCode 8 has lots of warnings like these:
time.c:91:21: note: expanded from macro 'TIME_T_MAX'
# define TIME_T_MAX TYPE_MAXIMUM (time_t)
^
mktime.c:78:41: note: expanded from macro 'TYPE_MAXIMUM'
#define TYPE_MAXIMUM(t) ((t) (~ (t) 0 - TYPE_MINIMUM (t)))
^~~~
mktime.c:77:20: note: expanded from macro 'TYPE_MINIMUM'
  ? ~ (t) 0 << (sizeof (t) * CHAR_BIT - 1) : (t) 0))
~~~ ^
> and then fails with
…snip…
loading tooltip...
Finding pointers to doc strings...
Wrong type argument: listp, 35183699950078
make: *** [Makefile:298: bootstrap-emacs] Error 255
### execution of (cd failed, exit code 2
### execution of /tmp/fink.MiNoj failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-emacs23-23.4-7
(Reading database ... 48670 files and directories currently installed.)
Removing fink-buildlock-emacs23-23.4-7 ...
Failed: phase compiling: emacs23-23.4-7 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 
The Fink Beginners List .

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.41.0
Distribution version: selfupdate-rsync Mon Sep 26 16:28:31 2016, 10.12, x86_64
Trees: local/main stable/main stable/crypto unstable/main unstable/crypto 
local/injected
Xcode.app: 8.0
Xcode command-line tools: 8.0.0.0.1.1472435881
Max. Fink build jobs:  1

jw-iMac /Users/jw/finkdir
$
--
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] question about fink packages on upcoming sierra

2016-09-10 Thread John Wiggins
Dear Alexander and volunteers,

I notice there from 
http://www.finkproject.org/news/index.php?phpLang=en
that there is a "github branch named sierra-alpha-bravo for 10.12 development”  
and assume that the main fink project page at 
http://www.finkproject.org/index.php?phpLang=en
would have an update once the fink application itself has been verified.  My 
question involves individual packages.
Before updating MacOS, do I need to examine each package I use for support, 
e.g. a2ps at
http://pdb.finkproject.org/pdb/package.php/a2ps
to see that it lists 10.12, or will there be list of tested/verified packages 
page somewhere?


Thanks for all your support and efforts on our behalf,
jw

--
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] any issues with Xcode 5.0?

2013-09-22 Thread John Wiggins
Running Mac OS 10.8.5 and  have updated to Xcode 5.0 without thinking, and 
wonder if there would be any issues now with fink before I try a
fink selfupdate
fink update-all

tks,
jw


$ gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
(LLVM build 2336.11.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$
--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871iu=/4140/ostg.clktrk
___
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] X code Tools 1.5

2004-08-06 Thread John Wiggins
Does fink work with these?  Should I upgrade?  Does it matter?
tks,
jw

---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] X11 + fink's fvwm window manager no cut/paste between Mac appls

2003-11-26 Thread John Wiggins
Before upgrading to 10.3, I used Xfree86 with fvwm2 window manager, all build under fink.
After upgrading to Panther, I use fink 0.16.2 and Apple's X11.  
When using fvwm, I cannot cut/paste out of in/out of Apple's X11 to other Mac applications, like Thunderbird.  
However, when using quartz-wm, I can cut/paste between X11 and other Mac apps.

Is there a way to use fvwm2 that will bring back cut/paste, or am I missing something from my install?

Thanks in advance for any help.

John



$ fink -V
Package manager version: 0.16.2
Distribution version: 0.6.2.cvs 

Copyright (c) 2001 Christoph Pfisterer
Copyright (c) 2001-2003 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.
jwPan /Users/jwiggins/bin
$ 

$ fink list -i
Information about 1122 packages read in 1 seconds.
i   apt  0.5.4-35   Advanced front-end for dpkg
i   apt-shlibs   0.5.4-35   Advanced front-end for dpkg
i   base-files   1.8.0-1Directory infrastructure
i   bzip21.0.2-12   Block-sorting file compressor
i   bzip2-dev1.0.2-12   Developer files for bzip2 package
i   bzip2-shlibs 1.0.2-12   Shared libraries for bzip2 package
i   cctools  495-1  [virtual package representing the developer tools]
i   cctools-extra20030516-2 Extra software from cctools
i   cctools-single-module1.0-1  [virtual package, your dev tools support -single_module]
i   darwin   7.0.0-1[virtual package representing the kernel]
i   debianutils  1.23-11Misc. utilities specific to Debian (and Fink)
i   dlcompat-dev 20030629-15Dynamic loading compatibility library dev package (dummy)
i   dlcompat-shlibs  20030629-15shared libraries for dlcompat
i   dpkg 1.10.9-27  The Debian package manager
i   emacs20  20.7-26Flexible real-time display editor, v20.7 with X11 support
i   emacsen-common   1.4.13-2   Common facilities for all emacsen
i   fink 0.16.2-1   The Fink package manager
i   fink-prebinding  0.5-1  Tools for enabling prebinding in Fink
i   fvwm-common-no-gnome 2.4.15-11  Common files for versions 1 and 2.xx of fvwm
i   fvwm2-no-gnome   2.4.15-11  X11 wind. man., large virtual desktop, v2, no gnome support
i   gettext  0.10.40-17 Message localization support
i   gettext-bin  0.10.40-17 Executables for gettext package
i   gettext-dev  0.10.40-17 Developer files for gettext package
i   giflib   4.1.0-7GIF image format handling library, LZW-enabled version
i   giflib-bin   4.1.0-7GIF image format handling library, LZW-enabled version
i   giflib-shlibs4.1.0-7GIF image format handling library, LZW-enabled version
i   glib 1.2.10-18  Common C routines used by Gtk+ and other libs
i   glib-shlibs  1.2.10-18  Common C routines used by Gtk+ and other libs
i   gtk+ 1.2.10-13  The Gimp Toolkit
i   gtk+-data1.2.10-13  The Gimp Toolkit
i   gtk+-shlibs  1.2.10-13  The Gimp Toolkit
i   gzip 1.2.4a-6   The gzip file compressor
i   imlib1.9.14-3   Image handling library for X11 and Gtk
i   imlib-shlibs 1.9.14-3   Image handling library for X11 and Gtk
i   libiconv 1.9.1-11   Character set conversion library
i   libiconv-bin 1.9.1-11   Executables for libiconv package
i   libiconv-dev 1.9.1-11   Developer files for libiconv package
i   libjpeg  6b-6   JPEG image format handling library
i   libjpeg-bin  6b-6   Executables for libjpeg package
i   libjpeg-shlibs   6b-6   Shared libraries for libjpeg package
i   libpng3  1.2.5-4PNG image format handling library
i   libpng3-shlibs   1.2.5-4Shared libraries for libpng3 package
i   libstroke0.5.1-5Translates mouse strokes to program commands
i   libstroke-shlibs 0.5.1-5Shared libraries for libstroke package
i   libtiff  3.5.7-7TIFF image format library and tools
i   libtiff-bin  3.5.7-7Executables for libtiff package
i   libtiff-shlibs   3.5.7-7Shared libraries for libtiff 

Re: [Fink-beginners] X11 + fink's fvwm window manager no cut/paste between Mac appls

2003-11-26 Thread John Wiggins
Thanks, Remi.  It works for me. Now I have the best of both worlds... 
:-)

On Nov 26, 2003, at 10:12 PM, Remi Mommsen wrote:

Hi John,

You can start quartz-wm with the option --only-proxy which will let 
you use another window manager, but the cut and paste is handled by 
quartz-wm. Just add the following line to .xinitrc before you start 
you window environment:

quartz-wm --only-proxy 

HTH,
Remi


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] simple web-based scheduling application?

2003-11-21 Thread John Wiggins
We have some equipment that I'd like folks to schedule  their intended 
use,
probably on a day-to-day, or weekly basis.  I'm looking for something 
simple,
prefer public domain, that would anyone to sign-up and indicate their 
intention.
It would be nice if it were web-based, since we do not all use macs, 
but all
can run Solaris.  I looked in the packages library but didn't see 
anything obvious.
Any suggestions, please?  Thanks, jw



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] privately-owned png files in /sw/include

2003-10-11 Thread John Wiggins
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/04/05 10:15:47

Log message:
60. Fix for spontaneous repeated keyboard events during sync grab (#A.1713,
Michal Marüka).

Modified files:
  xc/programs/Xserver/dix/:
events.c 
  
  Revision  ChangesPath
  3.47  +8 -1  xc/programs/Xserver/dix/events.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


Re: [Fink-beginners] Virex ships/overwrites fink libraries

2003-02-08 Thread John Wiggins
The correct URL is

http://fink.sourceforge.net/

John

At 10:01 AM -0500 2/8/03, Alexander Hansen wrote:

No, it's on fink.sourceforge.net

On Sat, 8 Feb 2003, Phillip Ross Smith wrote:


 if there was a link it is gone from...

 https://sourceforge.net/projects/fink/

 On Saturday, February 8, 2003, at 09:30 AM, Alexander Hansen wrote:

  Read the news item on the fink homepage, then follow the link to the
  bug
  report--there is a reasonably clear discussion of the problem there.
 
  On Sat, 8 Feb 2003, carmee wrote:
 
  On Sun, Feb 09, 2003 at 12:01:57AM +1100, Nils Crompton wrote:
  (fink before you act)
 
  can someone explain to the real beginners what's the matter please :)
  (need info before i fink)




--
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners



--
..
John WigginsPhone:  978-497-8021
300 Apollo Drive  FAX:  978-497-8783
Chelmsford, MA 01824


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners



Re: [Fink-beginners] X11 Doesn't work after install !! (pt 3 )

2003-01-06 Thread John Wiggins
Rick,

I would start with

  fink selfupdate
  fink updateall

Here are my versions:

$ fink -V
Package manager version: 0.11.1
Distribution version: 0.5.0a.cvs
jwJag /Users/jwiggins/fink-0.11.0
$

Also, if you have setup your environment accorting to the install instructions,
you should be able a man fink and get help.

Documentation on installation and setup may be found from

http://fink.sourceforge.net/pdb/index.php

If you want to run X Window manager on Jaguar, keep at  it.  I've 
tried the fink approach only a couple of months ago, on a fresh 
system I was upgrading to OS 10.2, and was very pleasantly surprised 
to find it the best way to get up and running with all the UNIX 
tools/applications I want to use.   I do a backup of my whole disk 
structures before doing fink updates, but have been lucky enough to 
have no problems...

John




At 11:29 PM -0500 1/5/03, Richard Nagle wrote:
So, what must I do to install it again,
after my first install from fink.

Rick


On Sunday, January 5, 2003, at 05:51 PM, John Wiggins wrote:


Rick,

It looks like you may have not installed all you need, nor have a 
complete fink database.
I use XDarwin, and X11, both installed by fink, and mine works perfectly.
Here is what I see.  Hope this helps:

$ fink list -t xfree86
Information about 1866 packages read in 1 seconds.

system-xfree86  4.2-1   Placeholder package for manually 
installed XFree86
 i  xfree86-base4.2.1.1-4   XFree86 libraries, 
utilities, clients and data
 i  xfree86-base-shlibs 4.2.1.1-4   XFree86 libraries, 
utilities, clients and data
xfree86-base-threaded   4.2.1.1-3   XFree86 libraries, 
utilities, clients and data
xfree86-base-threaded-shlibs4.2.1.1-3   XFree86 
libraries, utilities, clients and data
 i  xfree86-rootless4.2.1.1-4   XFree86 libraries, 
utilities, clients and data
 i  xfree86-rootless-shlibs 4.2.1.1-4   XFree86 libraries, 
utilities, clients and data
xfree86-rootless-threaded   4.2.1.1-3   XFree86 
libraries, utilities, clients and data
xfree86-rootless-threaded-shlibs4.2.1.1-3 XFree86 
libraries, utilities, clients and data
jwJag /Users/jwiggins
$


John


At 2:38 PM -0500 1/5/03, Richard Nagle wrote:
Okay, Read Below
On Sunday, January 5, 2003, at 12:44 PM, Martin Costabel wrote:


I suspect you did not install all four of the fink xfree86 
packages. They are all compiled, just not installed. What does 
fink -t list xfree86 give?

Okay, with corrected command line: smile
Last login: Sun Jan  5 13:09:19 on ttyp1
Welcome to Darwin!
[MacG4a:~] rnagle% fink list -t xfree86
Information about 769 packages read in 1 seconds.

system-xfree86  4.2-1   Placeholder package for manually 
installed XFree86
 i  xfree86-base4.2.1.1-3   XFree86 libraries, 
utilities, clients and data
 i  xfree86-base-shlibs 4.2.1.1-3   XFree86 libraries, 
utilities, clients and data
[MacG4a:~] rnagle%
xfree86-rootless-shlibs 4.2.1.1-3   XFree86 libraries, 
utilities, clients and data
[MacG4a:~] rnagle%

This what I get now.
--
Where is the problem why, x11 would not startup?

-TKS
Rick





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


--
..
John WigginsPhone:  978-497-8021
300 Apollo Drive  FAX:  978-497-8783
Chelmsford, MA 01824


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners



--
..
John WigginsPhone:  978-497-8021
300 Apollo Drive  FAX:  978-497-8783
Chelmsford, MA 01824


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners



Re: [Fink-beginners] X11 Doesn't work after install !! (pt 3 )

2003-01-05 Thread John Wiggins
Rick,

It looks like you may have not installed all you need, nor have a 
complete fink database.
I use XDarwin, and X11, both installed by fink, and mine works perfectly.
Here is what I see.  Hope this helps:

$ fink list -t xfree86
Information about 1866 packages read in 1 seconds.

system-xfree86  4.2-1   Placeholder package for manually 
installed XFree86
 i  xfree86-base4.2.1.1-4   XFree86 libraries, utilities, 
clients and data
 i  xfree86-base-shlibs 4.2.1.1-4   XFree86 libraries, 
utilities, clients and data
xfree86-base-threaded   4.2.1.1-3   XFree86 libraries, 
utilities, clients and data
xfree86-base-threaded-shlibs4.2.1.1-3   XFree86 
libraries, utilities, clients and data
 i  xfree86-rootless4.2.1.1-4   XFree86 libraries, 
utilities, clients and data
 i  xfree86-rootless-shlibs 4.2.1.1-4   XFree86 libraries, 
utilities, clients and data
xfree86-rootless-threaded   4.2.1.1-3   XFree86 
libraries, utilities, clients and data
xfree86-rootless-threaded-shlibs4.2.1.1-3 
XFree86 libraries, utilities, clients and data
jwJag /Users/jwiggins
$


John


At 2:38 PM -0500 1/5/03, Richard Nagle wrote:
Okay, Read Below
On Sunday, January 5, 2003, at 12:44 PM, Martin Costabel wrote:


I suspect you did not install all four of the fink xfree86 
packages. They are all compiled, just not installed. What does 
fink -t list xfree86 give?

Okay, with corrected command line: smile
Last login: Sun Jan  5 13:09:19 on ttyp1
Welcome to Darwin!
[MacG4a:~] rnagle% fink list -t xfree86
Information about 769 packages read in 1 seconds.

system-xfree86  4.2-1   Placeholder package for manually 
installed XFree86
 i  xfree86-base4.2.1.1-3   XFree86 libraries, 
utilities, clients and data
 i  xfree86-base-shlibs 4.2.1.1-3   XFree86 libraries, 
utilities, clients and data
[MacG4a:~] rnagle%
xfree86-rootless-shlibs 4.2.1.1-3   XFree86 libraries, 
utilities, clients and data
[MacG4a:~] rnagle%

This what I get now.
--
Where is the problem why, x11 would not startup?

-TKS
Rick





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


--
..
John WigginsPhone:  978-497-8021
300 Apollo Drive  FAX:  978-497-8783
Chelmsford, MA 01824


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners