Bug 433845 - libnemesi fails to compile on ppc64 with gcc-4.3
Summary: libnemesi fails to compile on ppc64 with gcc-4.3
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libnemesi
Version: rawhide
Hardware: ppc64
OS: Linux
low
low
Target Milestone: ---
Assignee: Dominik 'Rathann' Mierzejewski
QA Contact: Fedora Extras Quality Assurance
URL: http://koji.fedoraproject.org/koji/ta...
Whiteboard:
Depends On:
Blocks: FE-ExcludeArch-ppc64, F-ExcludeArch-ppc64
TreeView+ depends on / blocked
 
Reported: 2008-02-21 18:26 UTC by Dominik 'Rathann' Mierzejewski
Modified: 2008-02-21 20:00 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-02-21 20:00:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
ppc64 build log from koji (35.71 KB, text/plain)
2008-02-21 18:27 UTC, Dominik 'Rathann' Mierzejewski
no flags Details

Description Dominik 'Rathann' Mierzejewski 2008-02-21 18:26:16 UTC
Description of problem:
libnemesi fails to compile on ppc64 with gcc-4.3.

Version-Release number of selected component (if applicable):
libnemesi-0.6.4-0.2.rc2.fc9

How reproducible:
Always

Steps to Reproduce:
1. koji build --scratch --arch=ppc64 dist-f9
cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/libnemesi/devel#HEAD
  
Actual results:
/bin/sh ../libtool --silent --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
-m64 -mminimal-toc -pthread   -Wall   -o dump_stream dump_stream.o
../libnemesi.la -lsctp   -lm -lnetembryo -lsctp  
/usr/bin/ld: dump_stream.o(.text+0x1f4): unresolvable R_PPC64_REL24 relocation
against symbol `rtsp_get_rtp_th'
/usr/bin/ld: dump_stream.o(.text+0x214): unresolvable R_PPC64_REL24 relocation
against symbol `rtsp_get_rtp_queue'
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
/bin/sh ../libtool --silent --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
-m64 -mminimal-toc -pthread   -Wall   -o loop_stream loop_stream.o
../libnemesi.la -lsctp   -lm -lnetembryo -lsctp  
/usr/bin/ld: loop_stream.o(.text+0x298): unresolvable R_PPC64_REL24 relocation
against symbol `rtsp_get_rtp_th'
/usr/bin/ld: loop_stream.o(.text+0x2b8): unresolvable R_PPC64_REL24 relocation
against symbol `rtsp_get_rtp_queue'
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status

Expected results:
It should build fine.

Comment 1 Dominik 'Rathann' Mierzejewski 2008-02-21 18:27:55 UTC
Created attachment 295547 [details]
ppc64 build log from koji

Comment 2 Dominik 'Rathann' Mierzejewski 2008-02-21 20:00:00 UTC
implemented a workaround and submitted bugreport upstream:
https://live.polito.it/roundup/lscube/issue54


Note You need to log in before you can comment on or make changes to this bug.