[Bug 589967] [NEW] produce uncompilable source file
Launchpad Bug Tracker
589967 at bugs.launchpad.net
Wed Jul 14 07:59:30 BST 2010
You have been subscribed to a public bug by Martin Pitt (pitti):
impact:
generate uncompilable code under amd64
the development branch has ship 2.0.17, which has fixed this bug.
patch in attachment.
How to reproduce this bug (only can reproduced under amd64):
$ cat a-foo.gob
class A:Foo from G:Object {
}
$ gob2 a-foo.gob
$ gcc -c `pkg-config --cflags glib-2.0` a-foo.c
./a-foo.gob:0: error: expected ‘)’ before ‘*’ token
a-foo.c: In function ‘a_foo_get_type’:
a-foo.c:56: error: ‘a_foo_class_init’ undeclared (first use in this function)
a-foo.c:56: error: (Each undeclared identifier is reported only once
a-foo.c:56: error: for each function it appears in.)
a-foo.c: At top level:
a-foo.c:95: error: expected ‘)’ before ‘*’ token
this bug is cauded by misusing of strcpy, detail information in [1]
(including a patch)
[1] http://permalink.gmane.org/gmane.comp.gnome.devtools.gob.general/119
the new upstream already fixed this problem.
** Affects: gob2 (Ubuntu)
Importance: Undecided
Status: Fix Released
** Affects: gob2 (Ubuntu Lucid)
Importance: Undecided
Status: New
--
produce uncompilable source file
https://bugs.edge.launchpad.net/bugs/589967
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is a direct subscriber.
More information about the Ubuntu-sponsors
mailing list