public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/104118] New: gcc11 fails to build R for ppc64 on 10.5.8
@ 2022-01-19 14:45 vital.had at gmail dot com
  2022-01-19 14:59 ` [Bug target/104118] " iains at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: vital.had at gmail dot com @ 2022-01-19 14:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104118

            Bug ID: 104118
           Summary: gcc11 fails to build R for ppc64 on 10.5.8
           Product: gcc
           Version: 11.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vital.had at gmail dot com
                CC: iains at gcc dot gnu.org
  Target Milestone: ---
              Host: powerpc-apple-darwin9
            Target: powerpc-apple-darwin9
             Build: powerpc-apple-darwin9

Created attachment 52234
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52234&action=edit
i file for the error

Error where the build fails:

/opt/svacchanda/gcc11/bin/gcc -m64 -O2 -dynamiclib
-Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module
-multiply_defined suppress -fopenmp -L /opt/local/lib -L /usr/X11/lib
-install_name libR.dylib -compatibility_version 4.1.0
-current_version 4.1.2  -headerpad_max_install_names -o libR.dylib
CommandLineArgs.o Rdynload.o Renviron.o RNG.o agrep.o altclasses.o altrep.o
apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o
colors.o complex.o connections.o context.o cum.o dcf.o datetime.o debug.o
deparse.o devices.o dotcode.o dounzip.o dstruct.o duplicate.o edit.o engine.o
envir.o errors.o eval.o format.o
gevents.o gram.o gram-ex.o graphics.o grep.o identical.o inlined.o inspect.o
internet.o iosupport.o lapack.o list.o localecharset.o logic.o main.o mapply.o
match.o memory.o names.o objects.o options.o paste.o patterns.o platform.o
plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o
qsort.o radixsort.o random.o raw.o registration.o relop.o rlocale.o saveload.o
scan.o seq.o serialize.o sort.o source.o split.o sprintf.o startup.o
subassign.o subscript.o subset.o summary.o sysutils.o times.o unique.o util.o
version.o g_alab_her.o g_cntrlify.o g_fontdb.o g_her_glyph.o xxxpr.o `ls
../unix/*.o ../appl/*.o ../nmath/*.o` ../extra/tre/libtre.a
../extra/tzone/libtz.a -L"../../lib" -lRblas -lgfortran -lm -lef_ppc -lintl
-Wl,-framework -Wl,CoreFoundation -lreadline  -L/opt/local/lib -lpcre2-8 -llzma
-lbz2 -lz -licucore -ldl -lm -liconv
ld: absolute addressing (perhaps -mdynamic-no-pic) used in
_walker_ProbSampleReplace from random.o not allowed in slidable image.
Use '-read_only_relocs suppress' to enable text relocs
collect2: error: ld returned 1 exit status
make[3]: *** [libR.dylib] Error 1
make[2]: *** [R] Error 2
make[1]: *** [R] Error 1
make: *** [R] Error 1

Command producing the faulty object:

/opt/svacchanda/gcc11/bin/gcc -m64 -O2 -I../../../src/extra  -I.
-I../../src/include
-I../../../src/include  -I/usr/local/include -I../../../src/nmath
-DHAVE_CONFIG_H   -fopenmp -fPIC  -I /opt/local/include -I /usr/X11/include  -c
../../../src/main/random.c -o random.o

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

* [Bug target/104118] gcc11 fails to build R for ppc64 on 10.5.8
  2022-01-19 14:45 [Bug target/104118] New: gcc11 fails to build R for ppc64 on 10.5.8 vital.had at gmail dot com
@ 2022-01-19 14:59 ` iains at gcc dot gnu.org
  2022-02-06 15:30 ` iains at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: iains at gcc dot gnu.org @ 2022-01-19 14:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104118

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Build|powerpc-apple-darwin9       |
     Ever confirmed|0                           |1
               Host|powerpc-apple-darwin9       |
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2022-01-19
           Keywords|                            |wrong-code
   Target Milestone|---                         |11.3
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=104117

--- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> ---
most likely a dup of 104117 but TBC.

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

* [Bug target/104118] gcc11 fails to build R for ppc64 on 10.5.8
  2022-01-19 14:45 [Bug target/104118] New: gcc11 fails to build R for ppc64 on 10.5.8 vital.had at gmail dot com
  2022-01-19 14:59 ` [Bug target/104118] " iains at gcc dot gnu.org
@ 2022-02-06 15:30 ` iains at gcc dot gnu.org
  2022-04-21  7:51 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: iains at gcc dot gnu.org @ 2022-02-06 15:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104118

--- Comment #2 from Iain Sandoe <iains at gcc dot gnu.org> ---
At present, I cannot reproduce this with the .i and the command line given -
please could you attach the .o and .s files as well?

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

* [Bug target/104118] gcc11 fails to build R for ppc64 on 10.5.8
  2022-01-19 14:45 [Bug target/104118] New: gcc11 fails to build R for ppc64 on 10.5.8 vital.had at gmail dot com
  2022-01-19 14:59 ` [Bug target/104118] " iains at gcc dot gnu.org
  2022-02-06 15:30 ` iains at gcc dot gnu.org
@ 2022-04-21  7:51 ` rguenth at gcc dot gnu.org
  2022-04-23 12:06 ` iains at gcc dot gnu.org
  2022-11-02 18:11 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-04-21  7:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104118

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.3                        |11.4

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 11.3 is being released, retargeting bugs to GCC 11.4.

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

* [Bug target/104118] gcc11 fails to build R for ppc64 on 10.5.8
  2022-01-19 14:45 [Bug target/104118] New: gcc11 fails to build R for ppc64 on 10.5.8 vital.had at gmail dot com
                   ` (2 preceding siblings ...)
  2022-04-21  7:51 ` rguenth at gcc dot gnu.org
@ 2022-04-23 12:06 ` iains at gcc dot gnu.org
  2022-11-02 18:11 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: iains at gcc dot gnu.org @ 2022-04-23 12:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104118

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #4 from Iain Sandoe <iains at gcc dot gnu.org> ---
This should be fixed in 11.3.0 - please check (I could not reproduce this bug
locally).

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

* [Bug target/104118] gcc11 fails to build R for ppc64 on 10.5.8
  2022-01-19 14:45 [Bug target/104118] New: gcc11 fails to build R for ppc64 on 10.5.8 vital.had at gmail dot com
                   ` (3 preceding siblings ...)
  2022-04-23 12:06 ` iains at gcc dot gnu.org
@ 2022-11-02 18:11 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-11-02 18:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104118

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.4                        |11.3
             Status|WAITING                     |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
No feedback in 7 months so closing as worksforme.

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

end of thread, other threads:[~2022-11-02 18:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19 14:45 [Bug target/104118] New: gcc11 fails to build R for ppc64 on 10.5.8 vital.had at gmail dot com
2022-01-19 14:59 ` [Bug target/104118] " iains at gcc dot gnu.org
2022-02-06 15:30 ` iains at gcc dot gnu.org
2022-04-21  7:51 ` rguenth at gcc dot gnu.org
2022-04-23 12:06 ` iains at gcc dot gnu.org
2022-11-02 18:11 ` pinskia at gcc dot gnu.org

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).