Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 946804

Summary: dev-ml/cudf-0.10-r1 fails to compile: read-only segment has dynamic relocations
Product: Gentoo Linux Reporter: Kevin Korb <gentoobugs>
Component: Current packagesAssignee: Gentoo Team for the ML programming language family <ml>
Status: UNCONFIRMED ---    
Severity: normal CC: gentoobugs
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
build log

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