Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 6650] New: Segmentation fault when trying to build latest buildroot
@ 2013-10-31 10:12 bugzilla at busybox.net
  2013-10-31 10:46 ` [Buildroot] [Bug 6650] " bugzilla at busybox.net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2013-10-31 10:12 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=6650

           Summary: Segmentation fault when trying to build latest
                    buildroot
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: daniel.karlsson at scanreco.se
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created attachment 5114
  --> https://bugs.busybox.net/attachment.cgi?id=5114
Log output when bug occured

When trying to compile latest buildroot (checked out from git repo 2013-10-31)
with the sama5d3ekdemo_defconfig, I get the following error:

/home/daniel/buildroot-at91/output/toolchain/gcc-4.7.2/libgcc/libgcc2.c: In
function '__absvdi2':
/home/daniel/buildroot-at91/output/toolchain/gcc-4.7.2/libgcc/libgcc2.c:273:1
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.buildroot.net/> for instructions.
make[2]: *** [_absvdi2.o] Error 1

There are more error of the sam type that follows, but this is the first error
detected (see attachment, sorry for some words being in swedish).

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 6650] Segmentation fault when trying to build latest buildroot
  2013-10-31 10:12 [Buildroot] [Bug 6650] New: Segmentation fault when trying to build latest buildroot bugzilla at busybox.net
@ 2013-10-31 10:46 ` bugzilla at busybox.net
  2013-10-31 11:39 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2013-10-31 10:46 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=6650

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-10-31 10:46:23 UTC ---
As you can see in http://git.buildroot.net/buildroot/tree/configs, we don't
have a sama5d3ekdemo_defconfig in the mainline Buildroot.

Are you sure you are using the mainline Buildroot version? We unfortunately
cannot support the numerous Buildroot forks that are made by various
people/organizations.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 6650] Segmentation fault when trying to build latest buildroot
  2013-10-31 10:12 [Buildroot] [Bug 6650] New: Segmentation fault when trying to build latest buildroot bugzilla at busybox.net
  2013-10-31 10:46 ` [Buildroot] [Bug 6650] " bugzilla at busybox.net
@ 2013-10-31 11:39 ` bugzilla at busybox.net
  2013-10-31 12:02 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2013-10-31 11:39 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=6650

--- Comment #2 from daniel.karlsson at scanreco.se 2013-10-31 11:39:43 UTC ---
(In reply to comment #1)
> As you can see in http://git.buildroot.net/buildroot/tree/configs, we don't
> have a sama5d3ekdemo_defconfig in the mainline Buildroot.
> 
> Are you sure you are using the mainline Buildroot version? We unfortunately
> cannot support the numerous Buildroot forks that are made by various
> people/organizations.

I'm using the mainline Buildroot version but the config, as you've pointed out,
is not a mainline one. I'll get in touch with the developer of that one
instead.

Thank you for your swift reply!

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 6650] Segmentation fault when trying to build latest buildroot
  2013-10-31 10:12 [Buildroot] [Bug 6650] New: Segmentation fault when trying to build latest buildroot bugzilla at busybox.net
  2013-10-31 10:46 ` [Buildroot] [Bug 6650] " bugzilla at busybox.net
  2013-10-31 11:39 ` bugzilla at busybox.net
@ 2013-10-31 12:02 ` bugzilla at busybox.net
  2013-10-31 12:10 ` bugzilla at busybox.net
  2013-10-31 12:28 ` bugzilla at busybox.net
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2013-10-31 12:02 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=6650

--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-10-31 12:02:24 UTC ---
Ok, if you use the mainline Buildroot, then it's fine. We should support
whatever configuration you use. Can you share the defconfig you're using, and
the exact Buildroot version you tested? Thanks!

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 6650] Segmentation fault when trying to build latest buildroot
  2013-10-31 10:12 [Buildroot] [Bug 6650] New: Segmentation fault when trying to build latest buildroot bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2013-10-31 12:02 ` bugzilla at busybox.net
@ 2013-10-31 12:10 ` bugzilla at busybox.net
  2013-10-31 12:28 ` bugzilla at busybox.net
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2013-10-31 12:10 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=6650

--- Comment #4 from daniel.karlsson at scanreco.se 2013-10-31 12:10:19 UTC ---
(In reply to comment #3)
> Ok, if you use the mainline Buildroot, then it's fine. We should support
> whatever configuration you use. Can you share the defconfig you're using, and
> the exact Buildroot version you tested? Thanks!

There's no need. Apparently, the developer of the config had their own
buildroot branch where it all worked. I also had an outdated version of the
defconfig, when I tried the "new" one with the mainline buildroot, it
complained about "legacy configurations", which is correct behaviour, I guess.

Thank you for your help

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 6650] Segmentation fault when trying to build latest buildroot
  2013-10-31 10:12 [Buildroot] [Bug 6650] New: Segmentation fault when trying to build latest buildroot bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2013-10-31 12:10 ` bugzilla at busybox.net
@ 2013-10-31 12:28 ` bugzilla at busybox.net
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2013-10-31 12:28 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=6650

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #5 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-10-31 12:28:58 UTC ---
Ok, well. If you have any issue with the mainline Buildroot version, whatever
configuration you use, please open a bug with the version + configuration, and
we'll look into it.

In the mean time, I'll close this bug.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-10-31 12:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-31 10:12 [Buildroot] [Bug 6650] New: Segmentation fault when trying to build latest buildroot bugzilla at busybox.net
2013-10-31 10:46 ` [Buildroot] [Bug 6650] " bugzilla at busybox.net
2013-10-31 11:39 ` bugzilla at busybox.net
2013-10-31 12:02 ` bugzilla at busybox.net
2013-10-31 12:10 ` bugzilla at busybox.net
2013-10-31 12:28 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox