Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308793 - gnome-extra/libgda-4.1.4 not installing libgda.h
Summary: gnome-extra/libgda-4.1.4 not installing libgda.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords:
: 310509 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-03-10 08:08 UTC by AussieWonder
Modified: 2010-03-31 21:31 UTC (History)
3 users (show)

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


Attachments
upstream patch to install libgda.h (libgda-4.1.4-install-libgda-h.patch,710 bytes, patch)
2010-03-13 15:00 UTC, David King
Details | Diff
patch for libgda ebuild (libgda-4.1.4-to-4.1.4-r1.patch,687 bytes, patch)
2010-03-13 15:01 UTC, David King
Details | Diff
use tabs for indentation, not spaces (libgda-4.1.4-to-4.1.4-r1.patch,666 bytes, patch)
2010-03-13 15:56 UTC, David King
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description AussieWonder 2010-03-10 08:08:28 UTC
Stable gnome-extra/libgda-4.1.0 #298201 for Anjuta compile. Anjuta 2.28.2 emerge failed due to missing libgda.h file. Noted with and upstream have issued patch.

Reproducible: Always

Steps to Reproduce:
1. emerge =dev-util/anjuta-2.28.2.0 
also libgda.h missing after>>
2. emerge libgda
Actual Results:  
Abbreviated:
In file included from ../symbol-db-engine-core.h:33,
                 from ../symbol-db-engine.h:32,
                 from benchmark.c:4:
../symbol-db-engine-iterator.h:29:27: error: libgda/libgda.h: No such file or directory
benchmark.c: In function ‘main’:
benchmark.c:35: warning: implicit declaration of function ‘gda_init’
benchmark.c:35: warning: nested extern declaration of ‘gda_init’
make[4]: *** [benchmark.o] Error 1
make[4]: *** Waiting for unfinished jobs....
../symbol-db-engine-core.c:118:27: error: libgda/libgda.h: No such file or directory
../symbol-db-engine-core.c: In function ‘sdb_engine_execute_unknown_sql’:
../symbol-db-engine-core.c:321: warning: implicit declaration of function ‘gda_connection_statement_execute’
../symbol-db-engine-core.c:321: warning: nested extern declaration of ‘gda_connection_statement_execute’


Expected Results:  
anjuta 2.28.2 install without error for missing libgda.h

Noted with and upstream have issued patch. http://mail.gnome.org/archives/commits-list/2010-January/msg05857.html
Comment 1 David King 2010-03-13 15:00:36 UTC
Created attachment 223413 [details, diff]
upstream patch to install libgda.h
Comment 2 David King 2010-03-13 15:01:04 UTC
Created attachment 223415 [details, diff]
patch for libgda ebuild
Comment 3 David King 2010-03-13 15:56:05 UTC
Created attachment 223421 [details, diff]
use tabs for indentation, not spaces
Comment 4 Pacho Ramos gentoo-dev 2010-03-22 16:39:32 UTC
*** Bug 310509 has been marked as a duplicate of this bug. ***
Comment 5 AussieWonder 2010-03-24 12:44:34 UTC
Fixed. Thanks
Comment 6 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-03-24 12:59:50 UTC
how was this fixed ? I don't see any commited changes.
Comment 7 Matthias Fulz 2010-03-29 17:54:05 UTC
(In reply to comment #3)
> Created an attachment (id=223421) [details]
> use tabs for indentation, not spaces
> 

Both patches worked for me.
Had the same problem compiling anjuta before.
Comment 8 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-03-31 21:31:41 UTC
+*libgda-4.1.4-r1 (31 Mar 2010)
+
+  31 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  +libgda-4.1.4-r1.ebuild, +files/libgda-4.1.4-install-header.patch:
+  Install missing header file, bug #308793.

Fixed, thanks for reporting and providing a patch.