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
Created attachment 48006 [details, diff] Patch the ebuild to add the missing dependencies
Comment on attachment 48006 [details, diff] Patch the ebuild to add the missing dependencies It works for me now.
fixed sometime ago. forgot to close bug