> On 5/13/2012 8:40 PM, Kevin Horton wrote:
>>
>> Thank you very much for doing all this work.
>>
>> Looking at the failures for which I am responsible, I must admit I am
>> confused and would appreciate some advice.
>>
>> Sylpheed is classifed as ./failures/project/pc-missing.  Looking at the
>> linked log, I see:
>>
>> Package dbus-glib-1 was not found in the pkg-config search path.
>> Perhaps you should add the directory containing `dbus-glib-1.pc'
>> to the PKG_CONFIG_PATH environment variable
>> No package 'dbus-glib-1' found
>> Package dbus-glib-1 was not found in the pkg-config search path.
>> Perhaps you should add the directory containing `dbus-glib-1.pc'
>> to the PKG_CONFIG_PATH environment variable
>> No package 'dbus-glib-1' found
>>
>> But, on my machine, my sylpheed build log doesn't have these dbus-glib
>> lines.  And, "locate dbus-glib-1.pc" gives:
>>
>> /sw/lib/pkgconfig/dbus-glib-1.pc
>>
>> Is there any issue I need to deal with?
>
> sylpheed checks for dbus-glib-1.pc and must use it if found, though
> apparently it is happy if not found (probably just deactivates dbus
> support).  So sylpheed will need to either explicitly BuildDepends:
> dbus-glib1.2-dev (and probably Depends: dbus-glib1.2-shlibs), or
> deactivate dbus support (through probably a ./configure parameter).
>
>> convertall is classified as ./unbuilt/unbuildable.  Looking at the
>> linked log, I see:
>>
>> Failed: Can't figure out how to build.  Unsatisfied dependencies:
>> pyqt4-py27.
>>
>> But, on my machine, fink list pyqt4-py27 shows:
>>
>> i   pyqt4-py27                                 4.9.1-3
>>        Python bindings for the Qt toolkit
>>
>> Is pyqt4 one of the packages that depend on passwd-* ?
>
> pyqt4-py27 needs phonon-x11 which needs qt4-base-x11-qtcore-shlibs, but
> qt4-base-x11-qtcore-shlibs is missing an explicit Depends on
> glib2-shlibs which caused the phonon-x11 build to fail (and the failure
> cascaded through to convertall).  There's nothing for you to do here;
> qt4-base-x11-qtcore-shlibs just needs to be fixed with the explicit
> Depends on glib2-shlibs.
>
> Hanspeter
>

Understood.  I'll sort this out and submit an updated sylpheed.info file.

Thanks,

Kevin




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to