Bug 719309 - build failure in rawhide, error: expected identifier or '(' before 'long'
Summary: build failure in rawhide, error: expected identifier or '(' before 'long'
Keywords:
Status: CLOSED DUPLICATE of bug 716021
Alias: None
Product: Fedora
Classification: Fedora
Component: ruby
Version: rawhide
Hardware: powerpc
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jeroen van Meeuwen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F16Alphappc
TreeView+ depends on / blocked
 
Reported: 2011-07-06 13:01 UTC by Karsten Hopp
Modified: 2012-03-14 13:06 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-07-06 15:12:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karsten Hopp 2011-07-06 13:01:09 UTC
Description of problem:
gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR  -D_FILE_OFFSET_BITS=64  -I. -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wl,-z,relro -m32 -fno-strict-aliasing  -fPIC  -fno-defer-pop -fno-omit-frame-pointer  -c dl.c
In file included from dl.c:104:0:
callback.func:1:1: warning: data definition has no type or storage class [enabled by default]
callback.func:1:1: warning: type defaults to 'int' in declaration of 'rg11' [-Wimplicit-int]
callback.func:1:7: error: expected identifier or '(' before 'long'
In file included from dl.c:104:0:
callback.func:78:33: error: expected ')' before '(' token
callback.func:79:3: warning: data definition has no type or storage class [enabled by default]
callback.func:79:3: warning: type defaults to 'int' in declaration of 'retval' [-Wimplicit-int]
callback.func:79:24: error: 'proc' undeclared here (not in a function)
callback.func:79:39: error: 'argc' undeclared here (not in a function)
callback.func:79:45: error: 'argv' undeclared here (not in a function)
callback.func:82:1: error: expected identifier or '(' before '}' token

Version-Release number of selected component (if applicable):
ruby-1.8.7.334-2.fc16

How reproducible:
always

Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=247499

Comment 1 Mamoru TASAKA 2011-07-06 15:12:05 UTC

*** This bug has been marked as a duplicate of bug 716021 ***


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