Не пашет VirtualBox (перестал запускаться)

Модератор: Модераторы разделов

STROGOS
Сообщения: 493
ОС: Arch Linux

Не пашет VirtualBox

Сообщение STROGOS »

запускался а теперь просто не запускается. вроде ничего не делал.. вырубил его последний раз резко ибо там игра подвисла.. помогите разобраться.
переименование папки настроек не помогает.

устанавливал вот так
# pacman -S gcc make
# pacman -S kernel26-headers
sudo ./VirtualBox-3.1.2-56127-Linux_amd64.run

[viktor@strogos ~]$ VirtualBox
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/opt/VirtualBox/VirtualBox.so",) failed: libpng12.so.0: cannot open shared object file: No such file or directory
[viktor@strogos ~]$
Удалил
Спасибо сказали:
STROGOS
Сообщения: 493
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение STROGOS »

до этого все работало отлично, дополнения гостевой ОС ставил в сейфмоде. А щас клик по иконке не делает вообще ничего!
Удалил
Спасибо сказали:
Аватара пользователя
Hvzh
Сообщения: 711
Статус: Gone with Linux
ОС: Linux Mint 18.1

Re: Не пашет VirtualBox

Сообщение Hvzh »

А если в терминале запустить, то что напишет?
HP 255 G4 A6-6310 + Linux Mint 18.1 + Windoze7 under VmWare + OS X Mavericks under VmWare
Спасибо сказали:
STROGOS
Сообщения: 493
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение STROGOS »

[viktor@strogos ~]$ VirtualBox
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/opt/VirtualBox/VirtualBox.so",) failed: libpng12.so.0: cannot open shared object file: No such file or directory
[viktor@strogos ~]$
Удалил
Спасибо сказали:
STROGOS
Сообщения: 493
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение STROGOS »

та же тема на арчфоруме http://archlinux.org.ru/forum/viewtopic.ph...391&start=0
Удалил
Спасибо сказали:
Аватара пользователя
Alastis
Сообщения: 86
ОС: Arch

Re: Не пашет VirtualBox

Сообщение Alastis »

[viktor@strogos ~]$ VirtualBox
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/opt/VirtualBox/VirtualBox.so",) failed: libpng12.so.0: cannot open shared object file: No such file or directory
[viktor@strogos ~]$


сделать симлинк на libpng12.so, нэ?
Спасибо сказали:
STROGOS
Сообщения: 493
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение STROGOS »

сделать симлинк на libpng12.so, нэ?

?
я не сильно шарю в таких делах, я установить могу и инет поднять..
что нужно сделать?
Удалил
Спасибо сказали:
Аватара пользователя
Alastis
Сообщения: 86
ОС: Arch

Re: Не пашет VirtualBox

Сообщение Alastis »

нда

Код: Выделить всё

ln -s /usr/lib/libpng12.so /usr/lib/libpng12.so.0

от рута, естественно.
Спасибо сказали:
STROGOS
Сообщения: 493
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение STROGOS »

Код: Выделить всё

[viktor@strogos ~]$ sudo ln -s /usr/lib/libpng12.so /usr/lib/libpng12.so.0
Пароль:
[viktor@strogos ~]$ VirtualBox
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/opt/VirtualBox/VirtualBox.so",) failed: libpng12.so.0: cannot open shared object file: No such file or directory
[viktor@strogos ~]$

не помогло
Удалил
Спасибо сказали:
Аватара пользователя
Alastis
Сообщения: 86
ОС: Arch

Re: Не пашет VirtualBox

Сообщение Alastis »

STROGOS писал(а):
02.02.2010 22:48
не помогло

ldd `which VirtualBox` что выдает?

LD_PRELOAD=/usr/lib/libpng12.so.0 VirtualBox
Спасибо сказали:
STROGOS
Сообщения: 493
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение STROGOS »

Код: Выделить всё

[viktor@strogos ~]$ ldd `which VirtualBox`
    не является динамическим исполняемым файлом
[viktor@strogos ~]$ LD_PRELOAD=/usr/lib/libpng12.so.0 VirtualBox
ERROR: ld.so: object '/usr/lib/libpng12.so.0' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libpng12.so.0' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libpng12.so.0' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libpng12.so.0' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libpng12.so.0' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libpng12.so.0' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libpng12.so.0' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libpng12.so.0' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libpng12.so.0' from LD_PRELOAD cannot be preloaded: ignored.
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/opt/VirtualBox/VirtualBox.so",) failed: libpng12.so.0: cannot open shared object file: No such file or directory
[viktor@strogos ~]$
Удалил
Спасибо сказали:
STROGOS
Сообщения: 493
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение STROGOS »

Короче текущая ситуация:

Вот это после запуска VirtualBox

Код: Выделить всё

libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7
libpng warning: Application  is  running with png.c from libpng-1.4.0
libpng warning: Incompatible libpng version in application and library
libpng warning: Application was compiled with png.h from libpng-1.2.7



[viktor@strogos ~]$ ls -l /usr/lib/ |grep libpng
lrwxrwxrwx 1 root root 27 Фев 3 01:06 libpng12.so.0 -> /usr/lib/libpng14.so.14.0.0
-rw-r--r-- 1 root root 254940 Янв 28 03:48 libpng14.a
lrwxrwxrwx 1 root root 18 Янв 28 03:48 libpng14.so -> libpng14.so.14.0.0
lrwxrwxrwx 1 root root 18 Янв 28 03:48 libpng14.so.14 -> libpng14.so.14.0.0
-rwxr-xr-x 1 root root 183348 Янв 28 03:48 libpng14.so.14.0.0
lrwxrwxrwx 1 root root 10 Янв 28 03:48 libpng.a -> libpng14.a
lrwxrwxrwx 1 root root 11 Янв 28 03:48 libpng.so -> libpng14.so
[viktor@strogos ~]$

Вижуалбокс запускается, но в нем нет картинок. Как их вернуть?
Удалил
Спасибо сказали:
Аватара пользователя
ATIpro
Сообщения: 614
ОС: Arch Linux x86_64

Re: Не пашет VirtualBox

Сообщение ATIpro »

Код: Выделить всё

yaourt -S libpng12
не?
Спасибо сказали:
STROGOS
Сообщения: 493
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение STROGOS »

Тестинг закомментирован. Есть [core] [archlinuxfr] [community] [extra].

Код: Выделить всё

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
HoldPkg     = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl %u > %o
#CleanMethod = KeepInstalled

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options (all disabled by default)
#UseSyslog
#ShowSize
#UseDelta
#TotalDownload

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
## Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/mirrorlist

[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

#[community-testing]
## Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/mirrorlist

[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs

[archlinuxfr]
Server = http://repo.archlinux.fr/x86_64/


Вот зеркала, выбирал самые быстрые на каком то сервисе обзора арч зеркал.

Код: Выделить всё

Server = http://archlinux.freeside.ru/$repo/os/x86_64
Server = ftp://ftp.wh-stuttgart.net/archlinux/$repo/os/x86_64
Server = ftp://mirror.yandex.ru/archlinux/$repo/os/x86_64
Server = http://mirror.yandex.ru/archlinux/$repo/os/x86_64
Server = ftp://ftp.archlinux.org/$repo/os/x86_64


обновление делаю пойти каждый день. Собсно после обновления эта проблема и появилась.

Код: Выделить всё

[viktor@strogos ~]$ sudo pacman -Suy
:: Синхронизируются базы данных пакетов...
 core не устарел
 extra не устарел
 community не устарел
 archlinuxfr не устарел
:: Запускается полное обновление системы...
 локальная база данных не устарела
[viktor@strogos ~]$
Удалил
Спасибо сказали:
STROGOS
Сообщения: 493
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение STROGOS »

yaourt -S libpng12не?

Код: Выделить всё

[viktor@strogos ~]$ sudo pacman -S yaourt
Пароль:
разрешение зависимостей...
проверка на взаимную несовместимость...

Цели (1): yaourt-0.9.2.6-1

Размер загружаемых файлов:   0,07 МБ
Размер устанавливаемых файлов:   0,32 МБ

Приступить к установке? [Y/n] y
:: Получение пакетов с archlinuxfr...
 yaourt-0.9.2.6-1.pk...    75,0K  242,8K/s 00:00:00 [#####################] 100%
проверка целостности пакета...
(1/1) проверка возможных конфликтов файлов          [#####################] 100%
(1/1) установка yaourt                              [#####################] 100%
==> to use yaourt as user,add these entries to /etc/sudoers:
           user ALL=NOPASSWD: /usr/bin/pacman
           user ALL=NOPASSWD: /usr/bin/pacdiffviewer
(Please, use sudo very carefully)
==> for a full colorized output, install pacman-color and set PacmanBin in /etc/yaourtrc
Дополнительные зависимости для yaourt
    aurvote: vote for favorite packages from AUR for inclusion in [community]
    customizepkg: automatically modify PKGUILD during install/upgrade
    pacman-color: fully colorized output
    colordiff: colorized output with yaourt -C
[viktor@strogos ~]$ yaourt -S libpng12

==> Downloading libpng12 PKGBUILD from AUR...
tar: Размер записи = 8 блоков

Comment by: x-demon on Tue, 19 Jan 2010 21:00:20 +0000
at least KDEmod needs this.

Comment by: kronig on Mon, 01 Feb 2010 13:46:02 +0000
and chromium

Comment by: pluckypigeon on Wed, 03 Feb 2010 09:32:27 +0000
xserver needed this after todays upgrade


      First Submitted: Tue, 19 Jan 2010 20:51:57 +0000
libpng12 1.2.40-1 : A collection of routines used to create PNG format graphics files
( Unsupported package: Potentally dangerous ! )
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>y

Please add EDITOR to your environment variables
for example:
==>  Edit PKGBUILD with:(replace gvim with your favorite editor)

==> Edit ./PKGBUILD with:nano

==> libpng12 dependencies:
 - zlib (already installed)
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>y


==> libpng12 dependencies:
 - zlib (already installed)
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n

==>  Continue the building of libpng12 ? [Y/n]
==>   ----------------------------------------------
==>y


==> Install or build missing dependencies for libpng12:
==> Building and installing package

==> libpng12 dependencies:
 - zlib (already installed)
==> ОШИБКА: Fakeroot должен быть установлен, если используется параметр 'fakeroot'
    в массиве BUILDENV в /etc/makepkg.conf.
Error: Makepkg was unable to build libpng12 package.

[viktor@strogos ~]$

Код: Выделить всё

[viktor@strogos ~]$ yaourt -S VirtualBox
==> Installing from a list of a packages ()
echo not found on AUR

==> Downloading cd PKGBUILD from AUR...
tar: Размер записи = 15 блоков

Comment by: thotypous on Sun, 13 Sep 2009 15:00:05 +0000
"CD (Canvas Draw) is a platform-independent graphics library. It is implemented in several platforms using native graphics libraries: Microsoft Windows (GDI) and X-Windows (XLIB).
The library contains functions to support both vector and image applications, and the visualization surface can be either a window or a more abstract surface, such as Image, Clipboard, Metafile, PS, and so on.
This work was developed at Tecgraf/PUC-Rio by means of the partnership with PETROBRAS/CENPES."

Comment by: thotypous on Mon, 14 Sep 2009 15:59:33 +0000
pkgrel=2:
- Got completely rid of the internal Freetype in the building process. Now the system's Freetype is used entirely, so Freetype version complaints are not shown at runtime anymore.

Comment by: StefanHusmann on Thu, 17 Sep 2009 09:00:20 +0000
What a name! I thought someone forked the cd command. :)

Comment by: thotypous on Fri, 18 Sep 2009 10:44:45 +0000
hehe perhaps the tecgraf guys like small names... lua, cd, im, iup;)


      First Submitted: Sun, 13 Sep 2009 14:59:30 +0000
cd 5.2-2 : Platform-independent graphics library
( Unsupported package: Potentally dangerous ! )
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n


==> cd dependencies:
 - libxft (already installed)
 - libxmu (already installed)
 - lua (already installed)
 - im (building from AUR)
==>  Continue the building of cd ? [Y/n]
==>   ----------------------------------------------
==>y

==> Building missing dependencies from AUR:

==> Downloading im PKGBUILD from AUR...

Comment by: thotypous on Sun, 13 Sep 2009 15:00:43 +0000
"IM is a toolkit for Digital Imaging. IM is based on 4 concepts: Image Representation, Storage, Processing and Capture. The main goal of the library is to provide a simple API and abstraction of images for scientific applications.
The most popular file formats are supported: TIFF, BMP, PNG, JPEG, GIF and AVI. Image representation includes scientific data types. About a hundred Image Processing operations are available.
This work was developed at Tecgraf/PUC-Rio by means of the partnership with PETROBRAS/CENPES."

Comment by: thotypous on Mon, 14 Sep 2009 16:01:01 +0000
pkgrel=2:
- Patched the Lua bindings source code, so now it uses the new Lua 5.1 vararg syntax. This allows us to use these bindings with Arch Linux's luajit, which uses the default luajit config which disables the old vararg syntax.


      First Submitted: Sun, 13 Sep 2009 15:00:27 +0000
im 3.5-1 : Toolkit for Image Representation, Storage, Capture and Processing
( Unsupported package: Potentally dangerous ! )
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n


==> im dependencies:
 - gcc-libs (already installed)
 - lua (already installed)
==>  Continue the building of im ? [Y/n]
==>   ----------------------------------------------
==>y


==> Install or build missing dependencies for im:
==> Building and installing package

==> im dependencies:
 - gcc-libs (already installed)
 - lua (already installed)
==> ОШИБКА: Fakeroot должен быть установлен, если используется параметр 'fakeroot'
    в массиве BUILDENV в /etc/makepkg.conf.
Error: Makepkg was unable to build im package.


==> Install or build missing dependencies for cd:
предупреждение: make-3.81-4 не устарел -- переустанавливается
разрешение зависимостей...
проверка на взаимную несовместимость...

Цели (1): make-3.81-4

Размер загружаемых файлов:   0,00 МБ
Размер устанавливаемых файлов:   1,41 МБ

Приступить к установке? [Y/n] y
проверка целостности пакета...
(1/1) проверка возможных конфликтов файлов          [#####################] 100%
(1/1) обновление make                               [#####################] 100%
[viktor@strogos ~]$
Удалил
Спасибо сказали:
Аватара пользователя
ATIpro
Сообщения: 614
ОС: Arch Linux x86_64

Re: Не пашет VirtualBox

Сообщение ATIpro »

ну так ясно же

Код: Выделить всё

pacman -S fakeroot
Спасибо сказали:
Аватара пользователя
ishitori
Сообщения: 502
ОС: gentoo -> archlinux

Re: Не пашет VirtualBox

Сообщение ishitori »

ОШИБКА: Fakeroot должен быть установлен, если используется параметр 'fakeroot'

даже не знаю, что добавить...
морнинг круассан..
Спасибо сказали:
STROGOS
Сообщения: 493
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение STROGOS »

Цитата
ОШИБКА: Fakeroot должен быть установлен, если используется параметр 'fakeroot'
даже не знаю, что добавить...

А старый virtualbox нужно удалить перед установкой нового из аура? Если да, то как?
Удалил
Спасибо сказали:
Аватара пользователя
ishitori
Сообщения: 502
ОС: gentoo -> archlinux

Re: Не пашет VirtualBox

Сообщение ishitori »

STROGOS писал(а):
03.02.2010 16:57
А старый virtualbox нужно удалить перед установкой нового из аура? Если да, то как?

а что - пэкман это сам не сделает?
морнинг круассан..
Спасибо сказали:
Аватара пользователя
ATIpro
Сообщения: 614
ОС: Arch Linux x86_64

Re: Не пашет VirtualBox

Сообщение ATIpro »

STROGOS писал(а):
03.02.2010 16:57
А старый virtualbox нужно удалить перед установкой нового из аура? Если да, то как?

http://wiki.archlinux.org/index.php/Pacman...BA%D0%B8%D0%B9)

Вообще, если установишь либу libpng12 из аура, старый virtualbox нормально заработает. Здесь дело даже не в самом виртуалбоксе, эта либа пока нужна например flashplugin-у и chromium-у. В общем имеет смысл ее собрать и поставить, ничему другому она в системе не помешает и будет жить параллельно с libpng версии 14.
Спасибо сказали:
Аватара пользователя
ATIpro
Сообщения: 614
ОС: Arch Linux x86_64

Re: Не пашет VirtualBox

Сообщение ATIpro »

ishitori писал(а):
03.02.2010 17:01
а что - пэкман это сам не сделает?

Там наверняка у пакета название другое, так что не сделает, если старый пакет не находится в списке конфликтующих.
Спасибо сказали:
STROGOS
Сообщения: 493
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение STROGOS »

Код: Выделить всё

[viktor@strogos ~]$ [b]sudo pacman -S fakeroot[/b]
Пароль:
разрешение зависимостей...
проверка на взаимную несовместимость...

Цели (1): fakeroot-1.14.4-1

Размер загружаемых файлов:   0,05 МБ
Размер устанавливаемых файлов:   0,20 МБ

Приступить к установке? [Y/n] y
:: Получение пакетов с core...
ошибка: не удалось получить файл 'fakeroot-1.14.4-1-x86_64.pkg.tar.gz' из archlinux.freeside.ru : Not Found
 fakeroot-1.14.4-1-x...    55,8K  192,5K/s 00:00:00 [#####################] 100%
проверка целостности пакета...
(1/1) проверка возможных конфликтов файлов          [#####################] 100%
(1/1) установка fakeroot                            [#####################] 100%
updating /etc/ld.so.conf... done.
[viktor@strogos ~]$ yaourt -S libpng12
==> Resuming previous build

==> Downloading libpng12 PKGBUILD from AUR...
tar: Размер записи = 8 блоков

Comment by: x-demon on Tue, 19 Jan 2010 21:00:20 +0000
at least KDEmod needs this.

Comment by: kronig on Mon, 01 Feb 2010 13:46:02 +0000
and chromium

Comment by: pluckypigeon on Wed, 03 Feb 2010 09:32:27 +0000
xserver needed this after todays upgrade


      First Submitted: Tue, 19 Jan 2010 20:51:57 +0000
libpng12 1.2.40-1 : A collection of routines used to create PNG format graphics files
( Unsupported package: Potentally dangerous ! )
==>  Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
==>   ----------------------------------------------
==>n


==> libpng12 dependencies:
 - zlib (already installed)
==>  Continue the building of libpng12 ? [Y/n]
==>   ----------------------------------------------
==>y


==> Install or build missing dependencies for libpng12:
==> Building and installing package

==> libpng12 dependencies:
 - zlib (already installed)
==> Сборка пакета: libpng12 1.2.40-1 x86_64 (Срд Фев  3 16:56:03 EET 2010)
==> Проверяю необходимые для запуска зависимости...
==> Проверяю необходимые для сборки зависимости...
==> Получение исходных файлов...
  -> Загрузка libpng-1.2.40.tar.bz2...
--2010-02-03 16:56:03--  http://downloads.sourceforge.net/sourceforge/libpng/libpng-1.2.40.tar.bz2
Распознаётся downloads.sourceforge.net... 216.34.181.59
Устанавливается соединение с downloads.sourceforge.net|216.34.181.59|:80... соединение установлено.
Запрос HTTP послан, ожидается ответ... 302 Found
Адрес: http://kent.dl.sourceforge.net/project/libpng/00-libpng-stable/1.2.40/libpng-1.2.40.tar.bz2 [переход]
--2010-02-03 16:56:04--  http://kent.dl.sourceforge.net/project/libpng/00-libpng-stable/1.2.40/libpng-1.2.40.tar.bz2
Распознаётся kent.dl.sourceforge.net... 212.219.56.167
Устанавливается соединение с kent.dl.sourceforge.net|212.219.56.167|:80... соединение установлено.
Запрос HTTP послан, ожидается ответ... 200 OK
Длина: 629950 (615K) [application/x-bzip2]
Saving to: «libpng-1.2.40.tar.bz2.part»

100%[======================================>] 629 950      295K/s   в 2,1s

2010-02-03 16:56:06 (295 KB/s) - «libpng-1.2.40.tar.bz2.part» saved [629950/629950]

  -> Загрузка libpng-1.2.38-apng.patch.gz...
--2010-02-03 16:56:06--  http://hp.vector.co.jp/authors/VA013651/lib/libpng-1.2.38-apng.patch.gz
Распознаётся hp.vector.co.jp... 210.155.146.5
Устанавливается соединение с hp.vector.co.jp|210.155.146.5|:80... соединение установлено.
Запрос HTTP послан, ожидается ответ... 200 OK
Длина: 10221 (10,0K) [application/x-gzip]
Saving to: «libpng-1.2.38-apng.patch.gz.part»

100%[======================================>] 10 221      15,7K/s   в 0,6s

2010-02-03 16:56:08 (15,7 KB/s) - «libpng-1.2.38-apng.patch.gz.part» saved [10221/10221]

==> Проверка исходных файлов с помощью md5sums...
    libpng-1.2.40.tar.bz2 ... Готово
    libpng-1.2.38-apng.patch.gz ... Готово
==> Проверка исходных файлов с помощью sha1sums...
    libpng-1.2.40.tar.bz2 ... Готово
    libpng-1.2.38-apng.patch.gz ... Готово
==> Распаковка исходных файлов...
  -> Извлечение libpng-1.2.40.tar.bz2 с помощью bsdtar
  -> Извлечение libpng-1.2.38-apng.patch.gz с помощью gzip
==> Вход в fakeroot окружение...
==> Запускается build()...
/tmp/yaourt-tmp-viktor/aur-libpng12/libpng12/./PKGBUILD: line 26: patch: команда не найдена
[b]==> ОШИБКА: Сборка завершилась неудачно.
    Преждевременный выход...
Error: Makepkg was unable to build libpng12 package.[/b]

[viktor@strogos ~]$

?
Удалил
Спасибо сказали:
Аватара пользователя
ATIpro
Сообщения: 614
ОС: Arch Linux x86_64

Re: Не пашет VirtualBox

Сообщение ATIpro »

/tmp/yaourt-tmp-viktor/aur-libpng12/libpng12/./PKGBUILD: line 26: patch: команда не найдена

И что тут непонятно? У тебя нету команды patch. Скажу сразу, чтобы потом еще много вопросов не возникало

Код: Выделить всё

pacman -S base-devel
Спасибо сказали:
STROGOS
Сообщения: 493
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение STROGOS »

Код: Выделить всё

чтение информации о пакете...
проверка зависимостей...
(1/1) установка libpng12                            [#####################] 100%
If you like this package, please install aurvote
and vote for its inclusion/keeping in [community]

[viktor@strogos ~]$

помогло, спасибо)

а то, что у меня эта старая либа теперь есть это плох ни на чем не скажется?
Удалил
Спасибо сказали:
Аватара пользователя
ATIpro
Сообщения: 614
ОС: Arch Linux x86_64

Re: Не пашет VirtualBox

Сообщение ATIpro »

STROGOS писал(а):
03.02.2010 18:34
а то, что у меня эта старая либа теперь есть это плох ни на чем не скажется?

Я уже писал, что нет. Программы, которые собраны с новой версией либы, будут использовать её, а со старой соответственно старую версию. Старую либу можно будет безболезненно удалить, когда необходимость в ней исчезнет.
Спасибо сказали:
Revent
Сообщения: 9
ОС: Arch Linux

Re: Не пашет VirtualBox

Сообщение Revent »

ATIpro
а libpng 14 версии на каких зеркалах есть на яндексовском зеркале нету.....
Спасибо сказали:
Аватара пользователя
ATIpro
Сообщения: 614
ОС: Arch Linux x86_64

Re: Не пашет VirtualBox

Сообщение ATIpro »

Revent писал(а):
04.02.2010 07:26
ATIpro
а libpng 14 версии на каких зеркалах есть на яндексовском зеркале нету.....

https://www.archlinux.de/?page=MirrorStatus...lastsync;sort=1
Новые либы вместе с пересобранными для них пакетами переехали из тестинга 30-ого числа, так же часть пакетов появились на следующий день. В общем ищи зеркала, где время последней синхронизации было в феврале(верхние в списке по ссылке), и при этом имели хорошую скорость. У меня например выбран http://mirrors.dotsrc.org/archlinux/ , качает с него чуть медленнее яндексового, но зато он регулярно обновляется.
Спасибо сказали: