Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49761 - gtkam 0.1.10-r1 ebuild fails with
Summary: gtkam 0.1.10-r1 ebuild fails with
Status: RESOLVED DUPLICATE of bug 45510
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-02 14:46 UTC by graham madarasz
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description graham madarasz 2004-05-02 14:46:58 UTC
emerge gtkam pulled the gtkam 0.1.10-r1 ebuild which failed
due to a compile error in gtkam-chooser.cpp.

ACCEPT_KEYWORDS="~x86" emerge gtkam pulled the 0.1.11 ebuild which built fine.


Reproducible: Always
Steps to Reproduce:
emerge gtkam
Comment 1 foser (RETIRED) gentoo-dev 2004-05-04 05:10:55 UTC
it would be helpful if you provided the error output, this bug is pretty usless without it. And we need your 'emerge info' (read the bugreport form!).
Comment 2 Herbie Hopkins (RETIRED) gentoo-dev 2004-05-12 14:50:54 UTC
looks like I'm getting the same error (again 0.1.11 compiles without problem)

gtkam-clock.c: In function `gtkam_clock_destroy':
gtkam-clock.c:66: warning: implicit declaration of function `gtk_timeout_remove'gtkam-clock.c: In function `on_forward_pressed':
gtkam-clock.c:256: warning: implicit declaration of function `gtk_timeout_add'
gtkam-chooser.c:79: error: syntax error before "GtkCombo"
gtkam-chooser.c:79: warning: no semicolon at end of struct or union
gtkam-chooser.c:86: error: syntax error before '}' token
gtkam-chooser.c: In function `gtkam_chooser_destroy':
gtkam-chooser.c:103: error: dereferencing pointer to incomplete type
gtkam-chooser.c:104: error: dereferencing pointer to incomplete type
     ---snip (a whole lot more of the same)---

gtkam-chooser.c:790: error: dereferencing pointer to incomplete type
gtkam-chooser.c: In function `gtkam_chooser_set_camera':
gtkam-chooser.c:813: error: dereferencing pointer to incomplete type
gtkam-chooser.c:816: error: dereferencing pointer to incomplete type
gtkam-chooser.c:818: error: dereferencing pointer to incomplete type
gtkam-chooser.c:820: error: dereferencing pointer to incomplete type
make[2]: *** [gtkam-chooser.o] Error 1
Comment 3 foser (RETIRED) gentoo-dev 2004-05-12 14:58:00 UTC
i though this got fixed... not in stable apparently ...

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