Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658162 - cross-avr/gcc::crossdev building fails with crossdev 20180410 or 20180508
Summary: cross-avr/gcc::crossdev building fails with crossdev 20180410 or 20180508
Status: RESOLVED DUPLICATE of bug 594572
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-15 09:16 UTC by Marcin Kowalski
Modified: 2018-06-18 16:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
avr-gcc-stage1 log (cross-avr-gcc-stage1.log.xz,45.95 KB, application/x-xz)
2018-06-15 09:17 UTC, Marcin Kowalski
Details
gcc-config.logs (gcc-config.logs.tar.xz,44.27 KB, application/x-xz)
2018-06-15 09:17 UTC, Marcin Kowalski
Details
cross-avr-info.log (cross-avr-info.log,19.54 KB, text/x-log)
2018-06-15 09:18 UTC, Marcin Kowalski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Kowalski 2018-06-15 09:16:34 UTC
I am using crossdev as described in the wiki ( https://wiki.gentoo.org/wiki/Arduino#AVR_.28Arduino.2FGenuino.2FATmicro.2FATmega.2Fetc..29 ) 

crossdev -s4 --stable --portage --verbose --target avr


-                                                                                                                                                                                                                                              
 * crossdev version:      20180508
 * Host Portage ARCH:     amd64
 * Target Portage ARCH:   *
 * Target System:         avr
 * Stage:                 4 (C/C++ compiler)
 * USE=multilib:          yes
 * ABIs:                  default

 * binutils:              binutils-[stable]
 * gcc:                   gcc-[stable]
 * libc:                  avr-libc-[stable]

 * CROSSDEV_OVERLAY:      /data/build/overlays/crossdev
 * PORT_LOGDIR:           /var/log/portage
 * PORTAGE_CONFIGROOT:    /
 * Portage flags:          --verbose
                                                                                                                                                                                                                                               
 * leaving sys-devel/binutils in /data/build/overlays/crossdev
 * leaving sys-devel/gcc in /data/build/overlays/crossdev
 * leaving dev-embedded/avr-libc in /data/build/overlays/crossdev
 * leaving sys-devel/gdb in /data/build/overlays/crossdev
 * leaving metadata/layout.conf alone in /data/build/overlays/crossdev
                                                                                                                                                                                                                                               
 * Log: /var/log/portage/cross-avr-binutils.log
 * Emerging cross-binutils ...                                                                                                                                                                                                           [ ok ]
 * Log: /var/log/portage/cross-avr-gcc-stage1.log
 * Emerging cross-gcc-stage1 ...

 * error: gcc failed :(
 * 
 * If you file a bug, please attach the following logfiles:
 * /var/log/portage/cross-avr-info.log
 * /var/log/portage/cross-avr-gcc-stage1.log.xz
 * /data/build/tmp/portage/cross-avr/gcc*/temp/gcc-config.logs.tar.xz


Reproducible: Always
Comment 1 Marcin Kowalski 2018-06-15 09:17:19 UTC
Created attachment 535946 [details]
avr-gcc-stage1 log
Comment 2 Marcin Kowalski 2018-06-15 09:17:56 UTC
Created attachment 535948 [details]
gcc-config.logs
Comment 3 Marcin Kowalski 2018-06-15 09:18:12 UTC
Created attachment 535950 [details]
cross-avr-info.log
Comment 4 Jonas Stein gentoo-dev 2018-06-15 18:07:58 UTC
please write the full package name and overlay in the subject as explained in 
https://wiki.gentoo.org/wiki/Bugzilla/Guide
Comment 5 Marcin Kowalski 2018-06-17 05:50:52 UTC
Updated description
Comment 6 Marcin Kowalski 2018-06-17 05:51:03 UTC
updated the description per request
Comment 7 Marcin Kowalski 2018-06-18 16:13:31 UTC
It seems that build is going fine with USE="-jit", as in similar bug report that's still open.

*** This bug has been marked as a duplicate of bug 594572 ***