* Re: [devel] libudev0
@ 2014-06-05 13:34 Nazarov Denis
2014-06-05 14:11 ` Igor Zubkov
0 siblings, 1 reply; 2+ messages in thread
From: Nazarov Denis @ 2014-06-05 13:34 UTC (permalink / raw)
To: devel
05.06.2014, 16:24, "Igor Zubkov" <igor.zubkov@gmail.com>:
> Удалили? Отлично, а теперь верните. Без libudev.so.0 не работает
> официальный chrome.
Там в скриптах установки создание симлинка:
# Fedora 18 now has libudev.so.1. http://crbug.com/145160
# Same for Ubuntu 13.04. http://crbug.com/226002
LIBUDEV_0=libudev.so.0
LIBUDEV_1=libudev.so.1
add_udev_symlinks() {
get_lib_dir
if [ -f "/$LIBDIR/$LIBUDEV_0" -o -f "/usr/$LIBDIR/$LIBUDEV_0" -o -f "/lib/$LIBUDEV_0" ]; then
return 0
fi
if [ -f "/$LIBDIR/$LIBUDEV_1" ]; then
ln -snf "/$LIBDIR/$LIBUDEV_1" "/opt/google/chrome/$LIBUDEV_0"
elif [ -f "/usr/$LIBDIR/$LIBUDEV_1" ];
then
ln -snf "/usr/$LIBDIR/$LIBUDEV_1" "/opt/google/chrome/$LIBUDEV_0"
else
echo "$LIBUDEV_1" not found in "$LIBDIR" or "/usr/$LIBDIR".
exit 1
fi
}
remove_udev_symlinks() {
rm -rf "/opt/google/chrome/$LIBUDEV_0"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [devel] libudev0
2014-06-05 13:34 [devel] libudev0 Nazarov Denis
@ 2014-06-05 14:11 ` Igor Zubkov
0 siblings, 0 replies; 2+ messages in thread
From: Igor Zubkov @ 2014-06-05 14:11 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Thu, Jun 5, 2014 at 4:34 PM, Nazarov Denis <nenderus@altlinux.org> wrote:
> 05.06.2014, 16:24, "Igor Zubkov" <igor.zubkov@gmail.com>:
>> Удалили? Отлично, а теперь верните. Без libudev.so.0 не работает
>> официальный chrome.
>
> Там в скриптах установки создание симлинка:
Пол года назад такого не было. И chrome после dist-upgrade превращался в тыкву.
> # Fedora 18 now has libudev.so.1. http://crbug.com/145160
> # Same for Ubuntu 13.04. http://crbug.com/226002
F18 уже не поддерживается. Тоже самое и с Ubuntu 13.04.
> LIBUDEV_0=libudev.so.0
> LIBUDEV_1=libudev.so.1
>
> add_udev_symlinks() {
> get_lib_dir
> if [ -f "/$LIBDIR/$LIBUDEV_0" -o -f "/usr/$LIBDIR/$LIBUDEV_0" -o -f "/lib/$LIBUDEV_0" ]; then
> return 0
> fi
>
> if [ -f "/$LIBDIR/$LIBUDEV_1" ]; then
> ln -snf "/$LIBDIR/$LIBUDEV_1" "/opt/google/chrome/$LIBUDEV_0"
> elif [ -f "/usr/$LIBDIR/$LIBUDEV_1" ];
> then
> ln -snf "/usr/$LIBDIR/$LIBUDEV_1" "/opt/google/chrome/$LIBUDEV_0"
> else
> echo "$LIBUDEV_1" not found in "$LIBDIR" or "/usr/$LIBDIR".
> exit 1
> fi
> }
>
> remove_udev_symlinks() {
> rm -rf "/opt/google/chrome/$LIBUDEV_0"
> }
Я сомневаюсь что делать симлинк libudev.so.0 -> libudev.so.1
правильная идея. У них должны были разъехаться интерфейсы. А если они
не разъехались, то зачем они бампали циферку.
--
Igor Zubkov
http://hi.im/ice
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-05 14:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-05 13:34 [devel] libudev0 Nazarov Denis
2014-06-05 14:11 ` Igor Zubkov
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git