You are not logged in.

#1 2014-03-25 16:54:37

Astroarch
Member
From: Germany
Registered: 2014-03-21
Posts: 85

wine-silverlight and wine conflict

Hello dear arch-users,
I had already wine-silverlight installed, to absolve the dependences of pipelight.
Not I want to install wine but comes out the conflict between wine and wine-silverlight.
Then I removed wine-silverlight and pipelight and installed again wine-silverlight following the hint in the wiki, so uncomment the

 customprefix=1

variable but it seems that wine.silverlight is always installed in the default directory.
In fact, when I try to install wine, it comes out again the same conflict issue.
How can I solve it?

Thanks.

Offline

#2 2014-03-25 17:11:18

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: wine-silverlight and wine conflict

Post the exact command you're running and the exact error you're getting.

Offline

#3 2014-03-25 17:31:08

Astroarch
Member
From: Germany
Registered: 2014-03-21
Posts: 85

Re: wine-silverlight and wine conflict

Wine.silverlight is installed.
Then I run

[*****@*****arch ~]$ sudo pacman -S wine
[sudo] password for *****: 
resolving dependencies...
looking for inter-conflicts...
:: wine and wine-silverlight are in conflict. Remove wine-silverlight? [y/N]

Last edited by Astroarch (2014-03-25 17:36:36)

Offline

#4 2014-03-25 17:36:59

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: wine-silverlight and wine conflict

Run

LC_ALL=C <command>

to get the output in English.


What's the output of 'pacman -Si wine-silverlight'? Where do you get this package from - AUR or some unofficial repo?
They precompiled ones seem all to conflict with wine.

Offline

#5 2014-03-25 17:41:41

Astroarch
Member
From: Germany
Registered: 2014-03-21
Posts: 85

Re: wine-silverlight and wine conflict

[******@****arch wine-silverlight]$ sudo pacman -U wine-silverlight-1.7.14-1-x86_64.pkg.tar.xz
loading packages...
warning: wine-silverlight-1.7.14-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Packages (1): wine-silverlight-1.7.14-1

Total Installed Size:   278.38 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
(1/1) reinstalling wine-silverlight                [######################] 100%
[******@****arch wine-silverlight]$ sudo pacman -Si wine-silverlight
error: package 'wine-silverlight' was not found
[******@****arch wine-silverlight]$ 

I took and compiled the package from AUR.

PS. I re-installed it without touching the PKGBUILD.

Last edited by Astroarch (2014-03-25 17:42:39)

Offline

#6 2014-03-25 17:50:10

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: wine-silverlight and wine conflict

What about the 'customprefix=1' https://aur.archlinux.org/packages/wi/w … t/PKGBUILD

# Uncomment the line below if you want wine installed to /opt/wine-silverlight instead of replacing wine
#customprefix=1

if [[ $customprefix != 1 ]]; then
  _prefix="usr"
  _sysconf="etc"
  conflicts=('wine' 'wine-compholio')
  provides=('wine=${pkgver}' 'wine-compholio=${pkgver}')
else
  # change _prefix if you don't want to use the default custom prefix of /opt/wine-silverlight
  _prefix="opt/$pkgname"
  _sysconf="$_prefix/etc"
  conflicts=('wine-compholio')
  provides=('wine-compholio=${pkgver}')
fi

If you did not change it in the PKGBUILD, even the one from the AUR will conflict.


Astroarch wrote:

I want to install wine but comes out the conflict between wine and wine-silverlight.

Why do you want both wine and wine-silverlight? Shouldn't one of them be enough?

Offline

#7 2014-03-25 17:51:38

Astroarch
Member
From: Germany
Registered: 2014-03-21
Posts: 85

Re: wine-silverlight and wine conflict

I also uncommented, as I wrote in my first post, that option but I get the same conflict.
Little question, if I install wine, do I need wine-silverlight to run pipelight?

Offline

#8 2014-03-25 17:54:09

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: wine-silverlight and wine conflict

You need wine-silverlight to run pipelight. You don't need wine.
wine-silverlight is wine + some patches.

Why do you want both wine and wine-silverlight?

Offline

#9 2014-03-25 17:57:16

Astroarch
Member
From: Germany
Registered: 2014-03-21
Posts: 85

Re: wine-silverlight and wine conflict

I thought that wine was different from wine-silverlight, or at least, was a version of wine related to strictly run of pipelight.
Then I come out that I don't need to install wine if I have already wine-silverlight.
Last hint: do you recommend me to install wine-silverlight or simply wine?
Does pipelight run with the normal wine package?

Offline

#10 2014-03-25 18:02:45

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: wine-silverlight and wine conflict

Astroarch wrote:

I thought that wine was different from wine-silverlight, or at least, was a version of wine related to strictly run of pipelight.

That's true:

$ cower -ii pipelight
Repository     : aur
Name           : pipelight
Version        : 1:0.2.5-2
URL            : https://launchpad.net/pipelight
AUR Page       : https://aur.archlinux.org/packages/pipelight
Depends On     : wine-silverlight>=1.7.11-1  ttf-ms-fonts  wget
Makedepends    : mingw-w64-gcc  mingw32-gcc
Optional Deps  : zenity: needed for file dialogs
                 kdebase-kdialog: needed for file dialogs in KDE
Category       : multimedia
License        : GPL2 LGPL2.1 MPL
Votes          : 97
Out of Date    : No
Maintainer     : anish
Submitted      : Mon 19 Aug 2013 12:14:40 AM CEST
Last Modified  : Fri 14 Mar 2014 12:04:26 AM CET
Description    : A browser plugin which allows one to use windows only plugins inside Linux browser

pipelight depends on wine-silverlight>=1.7.11-1, it won't install if you have an earlier version.

Astroarch wrote:

Does pipelight run with the normal wine package?

Read e.g. pacman's output and the PKGBUILDs, it's not magic.

Offline

#11 2014-03-25 18:07:39

Astroarch
Member
From: Germany
Registered: 2014-03-21
Posts: 85

Re: wine-silverlight and wine conflict

Thank you for your support!
Now I will install a front-end for wine.
By the way, I love Archlinux!

Offline

Board footer

Powered by FluxBB