Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72314 - synce-trayicon-0.9.0 dependency on libgtop not specified
Summary: synce-trayicon-0.9.0 dependency on libgtop not specified
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo PDA project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-23 22:58 UTC by Russell Cloran
Modified: 2005-07-08 04:12 UTC (History)
0 users

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


Attachments
Patch the ebuild to add the missing dependencies (synce-trayicon-0.9.0.ebuild.patch,520 bytes, patch)
2005-01-09 03:03 UTC, Konstantin Münning
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Russell Cloran 2004-11-23 22:58:32 UTC
app-pda/synce-trayicon depends on gnome-base/libgtop, but this dependency is not specified in the app-pda/synce-trayicon ebuild. Tested only on -0.9.0, may affect other versions. Example output from the configure script:

--- 
checking for glib-2.0                                     gtk+-2.0                        libgnome-2.0                              libgnomeui-2.0                                  libgtop-2.0                               libglade-2.0... Package libgtop-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgtop-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgtop-2.0' found

configure: error: Library requirements (glib-2.0                                  gtk+-2.0                                  libgnome-2.0                                    libgnomeui-2.0                            libgtop-2.0                                     libglade-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
--- 

Adding ">=gnome-base/libgtop-2.0" to the DEPEND variable in the ebuild fixes the problem.

It appears from the above ./configure output that there are other libraries which should be in the DEPEND list. I am unable to fully test (ie, it works with them in, but I already have the libraries installed anyways), but the following should probably also be added to the DEPEND list:

>=dev-libs/glib-2.0
>=gnome-base/libgnome-2.0
>=gnome-base/libglade-2.0
Comment 1 Konstantin Münning 2005-01-09 03:03:35 UTC
Created attachment 48006 [details, diff]
Patch the ebuild to add the missing dependencies
Comment 2 Konstantin Münning 2005-01-09 03:04:57 UTC
Comment on attachment 48006 [details, diff]
Patch the ebuild to add the missing dependencies

It works for me now.
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2005-07-08 04:12:45 UTC
 fixed sometime ago. forgot to close bug