Re: [Fink-users] Fink mirror of unstable

2008-01-11 Thread Matthew Sachs
On Fri, January 11, 2008 13:44, Linus Gasser wrote: > Matthew Sachs wrote: >>> Now I'll have all the time learning on how to redirect fink to that new >>> repository... >> >> Your copy of fink will automatically look there. If you're trying to >>

Re: [Fink-users] Fink mirror of unstable

2008-01-11 Thread Matthew Sachs
On Fri, January 11, 2008 13:38, Linus Gasser wrote: >> If you want to download the package source files as well as the fink >> package information files, follow that up with: fink -y fetch-all > > that seems to do it. We'll see in the morning. BTW: how much am I > downloading? I don't recall exact

Re: [Fink-users] Fink mirror of unstable

2008-01-11 Thread Matthew Sachs
On Fri, January 11, 2008 12:34, Linus Gasser wrote: > Alexander Hansen wrote: >> On Jan 11, 2008 6:06 AM, Linus Gasser <[EMAIL PROTECTED]> wrote: >>> I'm moving tomorrow to a country with very bad Internet-access, and I >>> would very much like to have a copy for the fink-unstable tree for >>> MacO

Re: [Fink-users] Error compiling avidemux 2.0.40-1014 on G5 (G4 ok)

2006-08-24 Thread Matthew Sachs
The problem comes from avidemux's adm_lavcodec/common.h: > #ifndef always_inline > #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && > __GNUC_MINOR__ > 0) > #define always_inline __attribute__((always_inline)) inline > #else > #define always_inline inline > #endif Try reshufflin

Re: [Fink-users] xcode

2006-08-09 Thread Matthew Sachs
On Aug 9, 2006, at 01:30, Andrew Hartung wrote: > Is it safe to upgrade to xcode2.4? Will it affect fink? I've done a world build with it, and yes, it looks like it's safe to upgrade. I'll send a full report to fink-devel. --

Re: [Fink-users] openoffice.org-2.0.2-101 compile failure

2006-03-26 Thread Matthew Sachs
On Mar 26, 2006, at 12:15, Chris Zubrzycki wrote: On Mar 25, 2006, at 5:35 PM, Alexander K. Hansen wrote: Yeah, I got bit by that myself. Packages that build OSX app bundles as well as some that use java (I think) don't get along with screen. (maintainer cc'ed) We really need to file bugs w

Re: [Fink-users] Invalid call to gcc_select in Fink/Services.pm?

2006-02-24 Thread Matthew Sachs
On Feb 24, 2006, at 17:11, Derek Homeier wrote: On Feb 24, 2006, at 11:03 PM, Derek Homeier wrote: So could someone enlighten me whether fink has been broken for half a year without anyone else noticing or I have indeed for some weird reason a different gcc_select script in /usr/sbin Oh, jus

Re: [Fink-users] vim-6.3-5 generating help tags crash during install

2005-11-22 Thread Matthew Sachs
On Nov 22, 2005, at 05:54, Martin Costabel wrote: Kenyon Ralph wrote: I searched the mailing list archives and couldn't find anything about this. It only came up yesterday on the fink-devel list. Without explanation or solution so far. It seems that gcc-4.0.1 seriously miscompiles vim.

Re: [Fink-users] Problems compiling Transcode in Tiger

2005-09-12 Thread Matthew Sachs
filter_smartyuv.c:1265: internal compiler error: in output_constant_pool_2, at varasm.c:3150 Please submit a full bug report, This appears to be fixed; I was unable to reproduce it with gcc-5227 (a CVS version of our compiler.) -- Matthew Sachs <[EMAIL PROTECTED]> Compiler Q

Re: [Fink-users] Xcode 2.1

2005-08-11 Thread Matthew Sachs
On Aug 11, 2005, at 09:54, Roy Mendelssohn wrote: I did a search of the archives about Xcode 2.1, and all I could find was some discussion dated in June that Xcode 2.1 might break some things in Fink. Is there anything further on this? Is it safe to install Xcode 2.1 (and no I am not tec

Re: [Fink-users] re: Aquaterm update erased Aquaterm!

2005-07-21 Thread Matthew Sachs
On Jul 21, 2005, at 13:50, Martin Costabel wrote: OTOH, if someone knows how to run xcodebuild in such a way that it works for both XC-2.0 and XC-2.1, they are welcome to fix aquaterm correspondingly. This does work. If the problem is a shell script not being able to find the files, it

Re: [Fink-users] 10.4.2

2005-07-13 Thread Matthew Sachs
On Jul 13, 2005, at 15:18, Ersatz Sophist wrote: Purely out of curiosity, what does "--funroll-loops" mean during compilation? It's a compiler optimization flag. Specifically, it directs the compiler to do a specific type of code transformation, which is often a performance win, such that

[Fink-users] Re: gtk+2-2.6.8-1 on 10.3.9

2005-07-01 Thread Matthew Sachs
On Jul 1, 2005, at 12:47, Robert T Wyatt wrote: Since I couldn't reproduce the error, should I still report it? And if so, should I simply provide those lines of the output or...? No, if you couldn't reproduce it, it was probably flakiness elsewhere in the system. If you notice any othe

Re: [Fink-users] gtk+2-2.6.8-1 on 10.3.9

2005-07-01 Thread Matthew Sachs
On Jul 1, 2005, at 07:40, Robert T Wyatt wrote: The output suggests filing a bug with Apple. I haven't noticed that message before. Is this truly the recommended course of action? Thanks, Robert testgtk.c: In function `create_handle_box': testgtk.c:13150: internal compiler error: in contro

Re: [Fink-users] libgnome2-2.10.0-1 failed configure step

2005-06-20 Thread Matthew Sachs
On Jun 20, 2005, at 12:26, Viv Kendon wrote: I just uploaded new .info for that one. Thanks for catching it (I won't have access to fort77 on my test machine for a few days:( Cool, thanks, that one now builds too. But meanwhile a new fort77 came through, and that does not: There was a pr

Re: [Fink-users] Can't get g77 to compile

2005-06-14 Thread Matthew Sachs
On Jun 14, 2005, at 03:46, Martin Costabel wrote: No, what you should do is something like while ( ! exists /usr/bin/c++filt ) { reinstall BSD.pkg file bug report with Apple } Hopefully the loop will end after a finite number of iterations. Has anyone filed a bug (if so, radar num

Re: [Fink-users] Can't get g77 to compile

2005-06-13 Thread Matthew Sachs
On Jun 11, 2005, at 03:12, Martin Costabel wrote: Don Paul wrote: [] Should I just make an alias to c++filt3? I don't have a /usr/ports directory! No, what you should do is something like while ( ! exists /usr/bin/c++filt ) { reinstall BSD.pkg file bug report with Apple } Ho

Re: [Fink-users] Can't get g77 to compile

2005-06-10 Thread Matthew Sachs
On Jun 10, 2005, at 15:19, Don Paul wrote: I can't get g77 to compile. I eventually gave up with my old distribution and started over. I've replaced the BSD.sdk and still the installation can't find c++filt, although I can with locate. Any suggestions? some info below c++filt is installed

Re: [Fink-users] 10.4.1 clean install: which XCode to use?

2005-06-07 Thread Matthew Sachs
On Jun 7, 2005, at 10:24, Alexander K. Hansen wrote: Since XCode 2.1 has only recently been released there may be unforeseen issues between it and Fink. If you're willing to take the risk of installing 2.1 and reporting any issues that you find in building Fink packages, that would be ver

Re: [Fink-users] fink selfupdate failure

2005-06-02 Thread Matthew Sachs
On Jun 2, 2005, at 15:55, Joe Izen wrote: I have encounterd the following reproducible error when running fink selfupdate with MacOS 10.4.1. Suggestions would be appreciated! Fatal error (6)../../config/elisp-comp: line 78: 27410 Abort trap $EMACS -batch -q -l script -f batch-byte-compile

Re: [Fink-users] problem compiling apt-0.5.4-51

2005-05-27 Thread Matthew Sachs
On May 27, 2005, at 21:25, Hugh Greenberg wrote: I am unable to compile apt-0.5.4-51 for some reason. I keep getting an internal compiler error. Here is the full error: Are you on Panther or Tiger? If Panther, have you installed Xcode 1.5 and the November updater? -

[Fink-users] doxygen failure

2005-05-08 Thread Matthew Sachs
I'm having trouble building doxygen in Tiger. There are two failures: ! LaTeX Error: File `article.cls' not found. and then later: Error: pdflatex (file pdftex.cfg): cannot open config file The full build log is at . Is it missing

Re: [Fink-users] tiger new install

2005-04-29 Thread Matthew Sachs
On Apr 29, 2005, at 18:25, Jason Warren wrote: config.log for getttext configure:1423: gcc -o conftest -no-cpp-precomp -I/sw/bootstrap/ include -L/sw/src/gettext-0.10.40-19/gettext-0.10.40/intl/.libs -L/ sw/bootstrap/lib conftest.c 1>&5 /usr/bin/ld: warning -L: directory name (/sw/src/gettext-0

Re: [Fink-users] tiger new install

2005-04-29 Thread Matthew Sachs
On Apr 29, 2005, at 18:01, Jason Warren wrote: configure: error: installation or configuration problem: C compiler cannot create executables. Do you have Xcode Tools installed? It's on the Tiger DVD in the Xcode Tools folder. If that isn't the problem, take a look at config.log. There should

Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Matthew Sachs
On Mar 27, 2005, at 11:30, Robert T Wyatt wrote: So this will also survive a loss of the (parent) SSH connection. Sounds too good to be true! It will survive. (At first I was afraid, I was petrified / I thought that I could never live without a PTY...)

Re: [Fink-users] Re: Quickest way to execute Fink commands?

2005-03-27 Thread Matthew Sachs
On Mar 27, 2005, at 10:28, Robert T Wyatt wrote: Anyhow, do y'all know of a Web site or discussion list or a primer somewhere? (I did not find one in the man page, only the e-mail address of the developer.) Basic usage is to run 'screen' to get a new shell inside a screen session. Inside the