Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946804 - dev-ml/cudf-0.10-r1 fails to compile: read-only segment has dynamic relocations
Summary: dev-ml/cudf-0.10-r1 fails to compile: read-only segment has dynamic relocations
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-22 01:49 UTC by Kevin Korb
Modified: 2024-12-25 01:24 UTC (History)
1 user (show)

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


Attachments
emerge --info (info.txt,9.05 KB, text/plain)
2024-12-22 01:50 UTC, Kevin Korb
Details
build log (build.log,24.53 KB, text/x-log)
2024-12-22 01:51 UTC, Kevin Korb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Korb 2024-12-22 01:49:42 UTC
package fails to build.

Reproducible: Always

Steps to Reproduce:
1.emerge -vat dev-ml/cudf
2.
3.
Actual Results:  
..
i686-pc-linux-gnu-gcc -Wall -o c-test-opt -I . -I /usr/lib/ocaml -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -L/usr/lib/ocaml -L/tmp/portage/dev-ml/cudf-0.10-r1/work/cudf-v0.10/c-lib c-test.o \
        -lcudf-opt -lm -ldl -lunix -lncurses -ltinfo -lglib-2.0 -lunwind -lglib-2.0
/usr/lib/gcc/i686-pc-linux-gnu/14/../../../../i686-pc-linux-gnu/bin/ld: /tmp/portage/dev-ml/cudf-0.10-r1/work/cudf-v0.10/c-lib/libcudf-opt.a(i386.o): warning: relocation in read-only section `.text.caml.caml_start_program'
/usr/lib/gcc/i686-pc-linux-gnu/14/../../../../i686-pc-linux-gnu/bin/ld: read-only segment has dynamic relocations
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:47: c-test-opt] Error 1
make[1]: Leaving directory '/tmp/portage/dev-ml/cudf-0.10-r1/work/cudf-v0.10/c-lib'
make: *** [Makefile:32: c-lib-opt] Error 2


Expected Results:  
an installed package
Comment 1 Kevin Korb 2024-12-22 01:50:40 UTC
Created attachment 914633 [details]
emerge --info
Comment 2 Kevin Korb 2024-12-22 01:51:18 UTC
Created attachment 914634 [details]
build log