NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Glib2 with PLIST conflict bin/gdbus



Am 05.11.2012 13:01, schrieb Daniel Horecki:
> Maurizio Caloro <mauric%gmx.ch@localhost> writes:
>
>> Hello
> Hi
>
>> After try to make glib2 i have folowing PLIST Conflict,
>> cvs update -dPA was done befor starting with command make.
>> Thanks for any help
>> Mauri
>>
>> gmake[1]: Leaving directory `/usr/pkgsrc/devel/glib2/work/glib-2.34.1/docs'
>> => Automatic manual page handling
>> ===> Building binary package for glib2-2.34.1
>> => Creating binary package /usr/pkgsrc/packages/All/glib2-2.34.1.tgz
>> ===> Install binary package of glib2-2.34.1
>> pkg_add: Conflicting PLIST with glib2-2.32.3nb1: bin/gdbus
>> pkg_add: 1 package addition failed
>> *** Error code 1
>>
>> Stop.
>> make: stopped in /usr/pkgsrc/devel/glib2
>> *** Error code 1
>>
> Are you using make install command? Looks like you have installed previous 
> version of glib2,
> so you need either to do make update (which will delete glib2 and 
> dependencies, then rebuild them)
> or make replace (which will replace only glib2, if there are ABI changes, you 
> will have to rebuild
> dependencies manually). Or use pkg_rolling-replace to update packages.
>
> Regards,
>
Hello together
And thanks for your answer, me frist step was deleting Glib2 packages
and after this i have no chance to "install" this new glib packages.

D530$ pkg_info |grep glib
poppler-glib-0.20.4 PDF rendering library (GLib wrapper)
telepathy-glib-0.14.3nb6 GObject-based C binding for the Telepathy D-Bus API
json-glib-0.14.2nb2 JSON parser for GLib-based libraries and applications
taglib-1.7.2        Library for accessing id tags in various media files
D530$ pkg_info |grep glib2
D530$

D530# find / -name gdbus
/usr/pkgsrc/devel/glib2/work/glib-2.34.1/gio/completion/gdbus
/usr/pkgsrc/devel/glib2/work/glib-2.34.1/gio/.libs/gdbus
/usr/pkgsrc/devel/glib2/work/glib-2.34.1/gio/gdbus

D530# pkg_info |grep gio
gst-plugins0.10-gio-0.10.36nb1 Open source multimedia framework - gio plugin

make replace
gmake[2]: Leaving directory `/usr/pkgsrc/devel/glib2/work/glib-2.34.1/docs'
gmake[1]: Leaving directory `/usr/pkgsrc/devel/glib2/work/glib-2.34.1/docs'
=> Automatic manual page handling
===> Building binary package for glib2-2.34.1
=> Creating binary package /usr/pkgsrc/packages/All/glib2-2.34.1.tgz
===> Replacing for glib2-2.34.1
WARNING: experimental target - DATA LOSS MAY OCCUR.
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/devel/glib2
*** Error code 1

gmake[1]: Leaving directory `/usr/pkgsrc/devel/glib2/work/glib-2.34.1/docs'
=> Automatic manual page handling
===> Building binary package for glib2-2.34.1
=> Creating binary package /usr/pkgsrc/packages/All/glib2-2.34.1.tgz
===> Install binary package of glib2-2.34.1
pkg_add: Conflicting PLIST with glib2-2.32.3nb1: bin/gdbus
pkg_add: 1 package addition failed
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/glib2
*** Error code 1

regards
Mauri




Home | Main Index | Thread Index | Old Index