François Giron | 1 May 11:40
Picon

Re: emacs22-nox-22.1-1003

Thanks, but I resolved the problem: I've manually installed AuxTeX,  
because system-tetex is no more maintained by fink, and I will work  
with the gwTeX distribution, and I will not install the fink teTeX- 
base .

  % fink show-deps auctex
Information about 6874 packages read in 4 seconds.
Package: auctex (11.85-3)
To install the compiled package...
   The following other packages (and their dependencies) must be  
installed:
     emacsen
     make
     preview-latex (= 11.85-3)
     tetex3-base | system-tetex

Le 23 mars 08 à 10:56, Sebastien Maret a écrit :

> François Giron <frj0 <at> mac.com> writes:
>
>> I encounter a problem with update-all and emacs22-nox and AucTeX:
>>
>> .../...
>> install/auctex: Setting up for emacs22...  (log file: /sw/share/
>> emacs22/site-lisp/auctex//CompilationLog)... emacs-install: /sw/lib/
>> emacsen-common/packages/install/auctex emacs22 emacs22 failed at /sw/
>> lib/emacsen-common/emacs-install line 28, <TSORT> line 2.
>> /sw/bin/dpkg : erreur de traitement de emacs22-nox (--install) :
>>  le sous-processus post-installation script a retourné une erreur
>> de sortie d'état 1
(Continue reading)

Jérôme LELONG | 1 May 11:13
Picon

compilation of plotutils-2.4.1-1008 fails on 10.4 because of libtool

Hi,

I am trying to install plotutils and the compilation phase fails with
the following error

../libtool: line 1: s,^.*/,,g: No such file or directory
../libtool: line 1: -e: command not found

It seems to be because libtool uses the variable SED which should be
set to sed but unfortunately is not. Strange though it is, running
> SED=sed fink install plotutils
does not solve the issue.

If somebody has a quick hack to solve this issue, I would be very interested.

Thanks, Jérôme.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
Alexander Hansen | 1 May 13:24
Picon
Gravatar

Re: compilation of plotutils-2.4.1-1008 fails on 10.4 because of libtool


On May 1, 2008, at 5:13 AM, Jérôme LELONG wrote:

> Hi,
>
> I am trying to install plotutils and the compilation phase fails with
> the following error
>
> ../libtool: line 1: s,^.*/,,g: No such file or directory
> ../libtool: line 1: -e: command not found
>
> It seems to be because libtool uses the variable SED which should be
> set to sed but unfortunately is not. Strange though it is, running
>> SED=sed fink install plotutils
> does not solve the issue.
>

That's to be expected  because fink unsets the user environment.

> If somebody has a quick hack to solve this issue, I would be very  
> interested.
>
> Thanks, Jérôme.
>

Can you provide a couple of lines just above the error, for context?
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
(Continue reading)

Jérôme LELONG | 1 May 14:33
Picon

Re: compilation of plotutils-2.4.1-1008 fails on 10.4 because of libtool

On Thu, May 1, 2008 at 1:24 PM, Alexander Hansen
<alexanderk.hansen <at> gmail.com> wrote:
>
>  On May 1, 2008, at 5:13 AM, Jérôme LELONG wrote:
>
>
> > Hi,
> >
> > I am trying to install plotutils and the compilation phase fails with
> > the following error
> >
> > ../libtool: line 1: s,^.*/,,g: No such file or directory
> > ../libtool: line 1: -e: command not found
> >
> > It seems to be because libtool uses the variable SED which should be
> > set to sed but unfortunately is not. Strange though it is, running
> >
> > > SED=sed fink install plotutils
> > >
> > does not solve the issue.
> >
> >
>
>  That's to be expected  because fink unsets the user environment.
>
>  Can you provide a couple of lines just above the error, for context?

Here it is

Making all in spline
(Continue reading)

Alexander Hansen | 1 May 15:32
Picon
Gravatar

Re: compilation of plotutils-2.4.1-1008 fails on 10.4 because of libtool

Jérôme LELONG wrote:
> On Thu, May 1, 2008 at 1:24 PM, Alexander Hansen
> <alexanderk.hansen <at> gmail.com> wrote:
>   
>>  On May 1, 2008, at 5:13 AM, Jérôme LELONG wrote:
>>
>>
>>     
>>> Hi,
>>>
>>> I am trying to install plotutils and the compilation phase fails with
>>> the following error
>>>
>>> ../libtool: line 1: s,^.*/,,g: No such file or directory
>>> ../libtool: line 1: -e: command not found
>>>
>>> It seems to be because libtool uses the variable SED which should be
>>> set to sed but unfortunately is not. Strange though it is, running
>>>
>>>       
>>>> SED=sed fink install plotutils
>>>>
>>>>         
>>> does not solve the issue.
>>>
>>>
>>>       
>>  That's to be expected  because fink unsets the user environment.
>>
>>  Can you provide a couple of lines just above the error, for context?
(Continue reading)

Jérôme LELONG | 1 May 15:37
Picon

Re: compilation of plotutils-2.4.1-1008 fails on 10.4 because of libtool

On Thu, May 1, 2008 at 3:32 PM, Alexander Hansen
<alexanderk.hansen <at> gmail.com> wrote:
>
> Jérôme LELONG wrote:
>
> > On Thu, May 1, 2008 at 1:24 PM, Alexander Hansen
> > <alexanderk.hansen <at> gmail.com> wrote:
> >
> >
> > >  On May 1, 2008, at 5:13 AM, Jérôme LELONG wrote:
> > >
> > >
> > >
> > >
> > > > Hi,
> > > >
> > > > I am trying to install plotutils and the compilation phase fails with
> > > > the following error
> > > >
> > > > ../libtool: line 1: s,^.*/,,g: No such file or directory
> > > > ../libtool: line 1: -e: command not found
> > > >
> > > > It seems to be because libtool uses the variable SED which should be
> > > > set to sed but unfortunately is not. Strange though it is, running
> > > >
> > > >
> > > >
> > > > > SED=sed fink install plotutils
> > > > >
> > > > >
(Continue reading)

Picon
Picon
Favicon

Failed: phase compiling: clamav-0.92.1-52 failed

On ppc (G4) OSX 10.4.11 updating to clamav-0.92.1-52 failed with:

...
/sw/lib/gcc4.3/bin/gcc -dynamiclib  -o .libs/libclamunrar.3.0.4.dylib  .libs/unrar15.o
.libs/unrar.o .libs/unrar20.o .libs/unrarppm.o .libs/unrarvm.o .libs/unrarcmd.o
.libs/unrarfilter.o .libs/unrarhlp.o  -L/sw/lib  -install_name  /sw/lib/libclamunrar.3.dylib
-Wl,-compatibility_version -Wl,4 -Wl,-current_version -Wl,4.4
/usr/bin/ld: unknown flag: -compatibility_version
collect2: ld a retourné 1 code d'état d'exécution
make[2]: *** [libclamunrar.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.GiSEgx failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-clamav-0.92.1-52
(Reading database ... 360004 files and directories currently installed.)
Removing fink-buildlock-clamav-0.92.1-52 ...
Failed: phase compiling: clamav-0.92.1-52 failed

Note that the update went fine on ppc/intel OSX 10.5.2.

TIA

Dominique

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
(Continue reading)

Koen van der Drift | 2 May 02:01
Picon
Favicon
Gravatar

checksum libpng3 incorrect

Dave,

The checksum for libpng3 seems to be incorrect:

curl --connect-timeout 30 -f -L -A 'fink/0.28.1' -O http://eu.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.27.tar.bz2
   % Total    % Received % Xferd  Average Speed   Time    Time      
Time  Current
                                  Dload  Upload   Total   Spent     
Left  Speed
100  785k  100  785k    0     0  27884      0  0:00:28  0:00:28  
--:--:-- 34185
The checksum of the file is incorrect. The most likely cause for this  
is a corrupted or incomplete download
Expected: 310954baea8bedbe1a1c0fbd13a494ad
Actual: MD5(d2f0339117eb190ce3db98c139198c88)
         SHA1(a94259962d031a9937d094e2cc7efc8cd9cfbe10)

SHA256(2f7d36ce921eeb7c242939a9a8b2fddce3158cff5e35ac2116de74dad26d532d)

I tried several servers.

thanks,

- Koen.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
(Continue reading)

Stan Sanderson | 2 May 02:04
Picon

Re: Failed: phase compiling: clamav-0.92.1-52 failed


On May 1, 2008, at 12:48 PM, Dominique Dhumieres wrote:

> On ppc (G4) OSX 10.4.11 updating to clamav-0.92.1-52 failed with:
>
> ...
> /sw/lib/gcc4.3/bin/gcc -dynamiclib  -o .libs/libclamunrar. 
> 3.0.4.dylib  .libs/unrar15.o .libs/unrar.o .libs/unrar20.o .libs/ 
> unrarppm.o .libs/unrarvm.o .libs/unrarcmd.o .libs/ 
> unrarfilter.o .libs/unrarhlp.o  -L/sw/lib  -install_name  /sw/lib/ 
> libclamunrar.3.dylib -Wl,-compatibility_version -Wl,4 -Wl,- 
> current_version -Wl,4.4
> /usr/bin/ld: unknown flag: -compatibility_version
> collect2: ld a retourné 1 code d'état d'exécution
> make[2]: *** [libclamunrar.la] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> ### execution of /var/tmp/tmp.1.GiSEgx failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-clamav-0.92.1-52
> (Reading database ... 360004 files and directories currently  
> installed.)
> Removing fink-buildlock-clamav-0.92.1-52 ...
> Failed: phase compiling: clamav-0.92.1-52 failed
>
> Note that the update went fine on ppc/intel OSX 10.5.2.

I'm currently attempting an update of clamav, also on OS 10.4.11 PPC;  
it has been running nearly six hours now (on a 1.67 MHz G4  
(Continue reading)

Picon
Favicon

Re: Failed: phase compiling: clamav-0.92.1-52 failed


On 01 May 2008, at 19:48, Dominique Dhumieres wrote:

> On ppc (G4) OSX 10.4.11 updating to clamav-0.92.1-52 failed with:
>
> ...
> /sw/lib/gcc4.3/bin/gcc -dynamiclib  -o .libs/libclamunrar. 
> 3.0.4.dylib  .libs/unrar15.o .libs/unrar.o .libs/unrar20.o .libs/ 
> unrarppm.o .libs/unrarvm.o .libs/unrarcmd.o .libs/ 
> unrarfilter.o .libs/unrarhlp.o  -L/sw/lib  -install_name  /sw/lib/ 
> libclamunrar.3.dylib -Wl,-compatibility_version -Wl,4 -Wl,- 
> current_version -Wl,4.4
> /usr/bin/ld: unknown flag: -compatibility_version
> collect2: ld a retourné 1 code d'état d'exécution
> make[2]: *** [libclamunrar.la] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2

Any reason not to update rather to clamav-0.93-51,
and then purge all older versions ?
(This went without hitch here ..)

Jean-Francois
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

Gmane