[Fink-users] FINK ERROR REPORT: phase compiling: avrdude-5.10-1 failed

2013-05-12 Thread HUGE | Peenak Inamdar
This also has occured for me. Any resolution?

My system info:

Mac OSX 10.8
MacBookPro 15 Retina

Darwin XXX.XXX.XXX.XXX 12.3.0 Darwin Kernel Version
12.3.0: Sun Jan  6 22:37:10 PST 2013;
root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64

The command:

fink install avr-libc avr-gcc avr-binutils avrdude

Attached is the execution log.

…
HUGE
Peenak Inamdar / Solutions Architect
T. 718 880 1533 / M. 603 283 8551 / F. 718 625 5157
www.hugeinc.com


install_error.log
Description: install_error.log
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may___
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


Re: [Fink-users] FINK ERROR REPORT: phase compiling: avrdude-5.10-1 failed

2013-05-12 Thread Alexander Hansen
On 5/12/13 12:04 AM, HUGE | Peenak Inamdar wrote:
 This also has occured for me. Any resolution?

 My system info:

 Mac OSX 10.8
 MacBookPro 15 Retina

 Darwin XXX.XXX.XXX.XXX 12.3.0 Darwin Kernel Version
 12.3.0: Sun Jan  6 22:37:10 PST 2013;
 root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64

 The command:

 fink install avr-libc avr-gcc avr-binutils avrdude

 Attached is the execution log.

 …
 HUGE
 Peenak Inamdar / Solutions Architect
 T. 718 880 1533 / M. 603 283 8551 / F. 718 625 5157
 www.hugeinc.com



1)  Please don't cross-post to multiple Fink lists.  We specifically ask 
people not to do that in the build error message.

2)  We prefer inline text to file attachments in order to make archive 
threads easier to follow.

Some additional system info from the error log is:

Package manager version: 0.34.8
Distribution version: selfupdate-rsync Sun May 12 02:30:59 2013, 10.8, 
x86_64
Trees: local/main stable/main
Xcode.app: 4.6.2
Xcode command-line tools: 4.6.0.0.1.1365549073
Max. Fink build jobs:  8

The error is:

gcc -DHAVE_CONFIG_H -I.  -DCONFIG_DIR=\/sw/etc\ -I/sw/include -Wall -g 
-O2 -MT libavrdude_a-config.o -MD -MP -MF .deps/libavrdude_a-config.Tpo 
-c -o libavrdude_a-config.o `test -f 'config.c' || echo './'`config.c
config.c:33:10: fatal error: 'config_gram.h' file not found
#include config_gram.h
  ^
1 error generated.
make[2]: *** [libavrdude_a-config.o] Error 1

I can confirm this, though at first glance I'm not sure why it occurs. 
config.c and config_gram.h are in the same directory and I would think 
that the #include should work.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
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


Re: [Fink-users] FINK ERROR REPORT: phase compiling: avrdude-5.10-1 failed

2013-05-12 Thread Alexander Hansen

We'll go back to the mailing list on this.

On 5/12/13 10:41 AM, HUGE | Peenak Inamdar wrote:
 Alexander,


 Sorry about that.

 Should I resubmit the defect/issue? Also I tried posting a response to the
 original thread online but ran into a lot of issues with the web form.

 Type of errors I kept hitting:
 * Too many lines
 * Line too long

 Decided to email after I couldn't figure out how to simply reply to the
 existing post which contained a nearly similar issue:

 http://permalink.gmane.org/gmane.os.apple.fink.general/34310


 Cheers, Peenak

snip

Sorry about the problem with replying to the thread on gmane.  We don't 
really have any say about usability issues from their end, though.

Since the original poster never replied back about that issue, we 
apparently didn't follow up on it.


 Some additional system info from the error log is:

 Package manager version: 0.34.8
 Distribution version: selfupdate-rsync Sun May 12 02:30:59 2013, 10.8,
 x86_64
 Trees: local/main stable/main
 Xcode.app: 4.6.2
 Xcode command-line tools: 4.6.0.0.1.1365549073
 Max. Fink build jobs:  8

 The error is:

 gcc -DHAVE_CONFIG_H -I.  -DCONFIG_DIR=\/sw/etc\ -I/sw/include -Wall -g
 -O2 -MT libavrdude_a-config.o -MD -MP -MF .deps/libavrdude_a-config.Tpo
 -c -o libavrdude_a-config.o `test -f 'config.c' || echo './'`config.c
 config.c:33:10: fatal error: 'config_gram.h' file not found
 #include config_gram.h
   ^
 1 error generated.
 make[2]: *** [libavrdude_a-config.o] Error 1

 I can confirm this, though at first glance I'm not sure why it occurs.
 config.c and config_gram.h are in the same directory and I would think
 that the #include should work.

Since you reminded me about the old thread, I tried my own advice 
(http://article.gmane.org/gmane.os.macosx.fink.user/34311) and retried 
the build with 1 build job set via fink configure.  That worked for 
me, so give that a try.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
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


Re: [Fink-users] FINK ERROR REPORT: phase compiling: avrdude-5.10-1 failed

2013-05-12 Thread Alexander Hansen
On 5/12/13 10:55 AM, Alexander Hansen wrote:

 We'll go back to the mailing list on this.

 On 5/12/13 10:41 AM, HUGE | Peenak Inamdar wrote:
 Alexander,


 Sorry about that.

 Should I resubmit the defect/issue? Also I tried posting a response to
 the
 original thread online but ran into a lot of issues with the web form.

 Type of errors I kept hitting:
 * Too many lines
 * Line too long

 Decided to email after I couldn't figure out how to simply reply to the
 existing post which contained a nearly similar issue:

 http://permalink.gmane.org/gmane.os.apple.fink.general/34310


 Cheers, Peenak

 snip

 Sorry about the problem with replying to the thread on gmane.  We don't
 really have any say about usability issues from their end, though.

 Since the original poster never replied back about that issue, we
 apparently didn't follow up on it.


 Some additional system info from the error log is:

 Package manager version: 0.34.8
 Distribution version: selfupdate-rsync Sun May 12 02:30:59 2013, 10.8,
 x86_64
 Trees: local/main stable/main
 Xcode.app: 4.6.2
 Xcode command-line tools: 4.6.0.0.1.1365549073
 Max. Fink build jobs:  8

 The error is:

 gcc -DHAVE_CONFIG_H -I.  -DCONFIG_DIR=\/sw/etc\ -I/sw/include -Wall -g
 -O2 -MT libavrdude_a-config.o -MD -MP -MF .deps/libavrdude_a-config.Tpo
 -c -o libavrdude_a-config.o `test -f 'config.c' || echo './'`config.c
 config.c:33:10: fatal error: 'config_gram.h' file not found
 #include config_gram.h
   ^
 1 error generated.
 make[2]: *** [libavrdude_a-config.o] Error 1

 I can confirm this, though at first glance I'm not sure why it occurs.
 config.c and config_gram.h are in the same directory and I would think
 that the #include should work.

 Since you reminded me about the old thread, I tried my own advice
 (http://article.gmane.org/gmane.os.macosx.fink.user/34311) and retried
 the build with 1 build job set via fink configure.  That worked for
 me, so give that a try.


Or, I just put an update out which sets the number of build jobs to 1 
for this package's build, and it should be available shortly via 'fink 
selfupdate'.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
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