Again, wow, thanks for the speed!

So I may well be able to fink install?

I should selfupdate, index, etc?

We'll soon see.


Seth


On Sat, Jan 24, 2015 at 5:12 PM, Alexander Hansen
<alexanderk.han...@gmail.com> wrote:
> On 1/24/15 2:06 PM, Alexander Hansen wrote:
>>
>> On 1/24/15 1:09 PM, Seth Johnson wrote:
>>>
>>> I get the following error on silc-toolkit-1.1.10-3 while installing
>>> pidgin (last couple of compiles pasted below).
>>>
>>> I've done selfupdate, scanpackages, etc.  Tried an update-all,
>>> cancelled the 1Gig tex download and removed it with --recursive, then
>>> tried again.  Still fails.
>>>
>>> Anybody able to fix this?
>>>
>>>
>>> Seth Johnson
>>>
>>>
>>>
>>
>> <snip>
>>
>>> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -g -Wall
>>> -finline-functions -Wno-pointer-sign -O2 -D_REENTRANT
>>> -DHAVE_SILCDEFS_H -I. -I../..
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/contrib
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silccore
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silccrypt
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silcmath
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silcutil
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silcapputil
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silcske
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silcsftp
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silcsim
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silcclient
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silcasn1
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silcskr
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silchttp
>>>
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/lib/silcvcard
>>>
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/includes
>>> -I/sw/src/fink.build/silc-toolkit-1.1.10-3/silc-toolkit-1.1.10/doc
>>> -I/sw/include -fno-regmove -fomit-frame-pointer -O3 -MT none.lo -MD
>>> -MP -MF .deps/none.Tpo -c none.c  -fno-common -DPIC -o .libs/none.o
>>>
>>> clang: error: unknown argument: '-fno-regmove'
>>>
>>>
>>
>> <snip>
>>
>> What OS X version are you on?  It seems like you're on 10.9 or 10.10 and
>> using Xcode 6, because on those platforms unknown compiler arguments
>> have been turned into fatal errors.
>>
>> The package will need to be adjusted not to use that flag in the build.
>
>
> Here's a quick workaround which let the package build for me.  I changed the
> PatchScript block of
> /sw/fink/10.7/stable/main/finkinfo/crypto/silc-toolkit.info from
>
> PatchScript: <<
>         %{default_script}
>         find . -name Makefile.am | xargs perl -pi -e 's/ no-dependencies//'
> <<
>
> to
>
> PatchScript: <<
>         %{default_script}
>         find . -name Makefile.am | xargs perl -pi -e 's/ no-dependencies//'
>         perl -pi -e 's/-fno-regmove//' configure.ac
> <<
>
> There's a new version of silc-toolkit upstream as well.
>
>
> --
> Alexander Hansen, Ph.D.
> Fink User Liaison
> My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
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

Reply via email to