unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#40789: vigra 1.11.1 build error
@ 2020-04-23  6:08 Danny Milosavljevic
  2020-04-23 16:06 ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Danny Milosavljevic @ 2020-04-23  6:08 UTC (permalink / raw)
  To: 40789

[-- Attachment #1: Type: text/plain, Size: 605 bytes --]

Generation 79   Apr 22 2020 19:23:55    (current)
  guix f916ac1
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: f916ac128a2c4f65f06f6a5148a4862855754d1a

c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
make[2]: *** [vigranumpy/src/core/CMakeFiles/vigranumpy_graphs.dir/build.make:79: vigranumpy/src/core/CMakeFiles/vigranumpy_graphs.dir/adjacencyListGraph.cxx.o] Error 4
make[2]: *** Waiting for unfinished jobs....

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* bug#40789: vigra 1.11.1 build error
  2020-04-23  6:08 bug#40789: vigra 1.11.1 build error Danny Milosavljevic
@ 2020-04-23 16:06 ` Leo Famulari
  2020-04-23 18:27   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-04-23 18:56   ` Michael Rohleder
  0 siblings, 2 replies; 5+ messages in thread
From: Leo Famulari @ 2020-04-23 16:06 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 40789

On Thu, Apr 23, 2020 at 08:08:40AM +0200, Danny Milosavljevic wrote:
> Generation 79   Apr 22 2020 19:23:55    (current)
>   guix f916ac1
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: f916ac128a2c4f65f06f6a5148a4862855754d1a
> 
> c++: internal compiler error: Killed (program cc1plus)

This often means it ran out of memory, which would make sense for
building vigra. Does that seem plausible here?

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

* bug#40789: vigra 1.11.1 build error
  2020-04-23 16:06 ` Leo Famulari
@ 2020-04-23 18:27   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2020-04-23 18:56   ` Michael Rohleder
  1 sibling, 0 replies; 5+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-04-23 18:27 UTC (permalink / raw)
  To: Danny Milosavljevic, 40789

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]

Danny,

Leo Famulari 写道:
> On Thu, Apr 23, 2020 at 08:08:40AM +0200, Danny Milosavljevic 
> wrote:
>> Generation 79   Apr 22 2020 19:23:55    (current)
>>   guix f916ac1
>>     repository URL: https://git.savannah.gnu.org/git/guix.git
>>     branch: master
>>     commit: f916ac128a2c4f65f06f6a5148a4862855754d1a
>> 
>> c++: internal compiler error: Killed (program cc1plus)
>
> This often means it ran out of memory, which would make sense 
> for
> building vigra. Does that seem plausible here?

This would be logged in dmesg, and wherever dmesgs are logged.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

* bug#40789: vigra 1.11.1 build error
  2020-04-23 16:06 ` Leo Famulari
  2020-04-23 18:27   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2020-04-23 18:56   ` Michael Rohleder
  2020-04-24 20:11     ` Leo Famulari
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Rohleder @ 2020-04-23 18:56 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 40789

[-- Attachment #1: Type: text/plain, Size: 404 bytes --]

Leo Famulari <leo@famulari.name> writes:
> This often means it ran out of memory, which would make sense for
> building vigra. Does that seem plausible here?

I think its plausible, because I have *just* build vigra from current
master.

-- 
"If you want to travel around the world and be invited to speak at a lot
of different places, just write a Unix operating system."
(By Linus Torvalds)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* bug#40789: vigra 1.11.1 build error
  2020-04-23 18:56   ` Michael Rohleder
@ 2020-04-24 20:11     ` Leo Famulari
  0 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2020-04-24 20:11 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 40789-done

On Thu, Apr 23, 2020 at 08:56:39PM +0200, Michael Rohleder wrote:
> Leo Famulari <leo@famulari.name> writes:
> > This often means it ran out of memory, which would make sense for
> > building vigra. Does that seem plausible here?
> 
> I think its plausible, because I have *just* build vigra from current
> master.

Alright, I'm closing the bug.

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

end of thread, other threads:[~2020-04-24 20:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23  6:08 bug#40789: vigra 1.11.1 build error Danny Milosavljevic
2020-04-23 16:06 ` Leo Famulari
2020-04-23 18:27   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-04-23 18:56   ` Michael Rohleder
2020-04-24 20:11     ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).