> Any idea about what's the problem with the x86-64 Factory builds? They
> fail a lot with "internal compiler error" messages

"internal compiler errors" are often memory problems while optimization.
Changing general optimization options, e.g.,-O3 into -O2, -Os or -O1, may
help. Better would be to find out the optimization that fails, and only
disabling that. Which optimizations are part of -O1, -O2, and -O3 may be
tested using e.g.

gcc -O3 -Q --help=optimizers

Markus

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Antwort per Email an