Tried selfupdate, index, scanpackages, update-all, then fink install pidgin.

Same "unknown argument: '-fno-regmove'" error.

Sorry, I overlooked this part of the bug report instructions:

Also include the following system information:
Package manager version: 0.38.3
Distribution version: selfupdate-rsync Sat Jan 24 18:01:31 2015, 10.10, x86_64
Trees: local/main stable/main stable/crypto
Xcode.app: 6.1
Xcode command-line tools: 6.1.1.0.1.1416017670
Max. Fink build jobs:  1

If you need to know what repositories I'm using, tell me where to find
that info.


Seth


On Sat, Jan 24, 2015 at 6:00 PM, Seth Johnson <seth.p.john...@gmail.com> wrote:
> 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