Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78948 - emake of dev-ruby/ruby-gdkpixbuf2-0.11.0 fails
Summary: emake of dev-ruby/ruby-gdkpixbuf2-0.11.0 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-21 07:10 UTC by R. Dragone
Modified: 2005-03-07 18:57 UTC (History)
0 users

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


Attachments
ebuild updated with patch (ruby-gdkpixbuf2-0.11.0.ebuild,510 bytes, text/plain)
2005-03-06 01:08 UTC, Edward Middleton
Details
patch (includefixes.patch,849 bytes, patch)
2005-03-06 01:09 UTC, Edward Middleton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description R. Dragone 2005-01-21 07:10:18 UTC
During an attempt to emerge ruby-gtkhtml2 (using ~x86), a listed dep (ruby-gdkpixbuf2-0.11.0) first fails emake in the function 'format_copy'.  There are multiple errors listed, as:
LINE 29: invalid application of 'sizeof' to an incomplete type
LINE 30 (x2): deferencing pointer to incomplete type
Then it fails in 'get_domain' with a deferencing error (line 111), then in 'get_signature' with:
LINE 118 (x2): 'GdkPixbufModulePattern' undeclared 
LINE 118: 'signature' undeclared
LINE 118: deferencing pointer to incomplete type

Please let me know if I've forgotten any relevant information.

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge ruby-gtkhtml2
2.
3.

Actual Results:  
emerge works until the specified point, then errors out.

Expected Results:  
emerge should be able to succesfully complete...
Comment 1 Yann Neveu 2005-01-25 09:50:00 UTC
I can confirm, same thing here with gentoo 2005.0 amd64.
I had to go to /var/tmp/portage/... to make it manually (no problems) and inject it.
Comment 2 Yann Neveu 2005-01-25 10:49:33 UTC
ok,
precedent post was not a fix, gdkpixbuf2 was not built. I've found solution  on ruby-gnome2-devel-en list. Changes have been applied in upstream cvs yet. http://sourceforge.net/mailarchive/forum.php?thread_id=6174637&forum_id=9443
there is a the patch there. Works fine now.
Comment 3 Edward Middleton 2005-03-06 01:08:17 UTC
Created attachment 52772 [details]
ebuild updated with patch
Comment 4 Edward Middleton 2005-03-06 01:09:00 UTC
Created attachment 52773 [details, diff]
patch
Comment 5 Tom Payne (RETIRED) gentoo-dev 2005-03-07 18:57:23 UTC
Thanks Edward, now in CVS.