Results 1 to 5 of 5

Thread: Wine-compholio install help

  1. #1
    Join Date
    Jan 2013
    Beans
    2

    Wine-compholio install help

    Sorry if I'm rehashing something, but I couldn't find this anywhere else.
    I'm trying to install wine using the directions located here http://www.compholio.com/wine-compholio/#patches

    I'm running into problems here:


    • Apply each of the individual patches:

    patch -p1 < ../000X-YYYYYYY.patch
    Here is what I've done in my terminal:
    luckystrikes23@ubuntu:~$ cd wine-compholio_1.5.20_i386
    luckystrikes23@ubuntu:~/wine-compholio_1.5.20_i386$ patch -pl < ../0001-server-Create-directories-with-the-specified-securit.patch
    bash: ../0001-server-Create-directories-with-the-specified-securit.patch: No such file or directory
    luckystrikes23@ubuntu:~/wine-compholio_1.5.20_i386$
    Can anyone direct me to where I've gone wrong?

    Using ubuntu 12.10, 64-bit

    I've attached a screenshot Screenshot from 2013-01-27 21:12:53.jpg that shows the directory and the terminal window.
    Last edited by luckystrikes23; January 28th, 2013 at 04:35 AM.

  2. #2
    Join Date
    Jul 2012
    Location
    USA
    Beans
    358
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Wine-compholio install help

    Hello,

    You can install WINE through other means. If you are having trouble, open the terminal and try this;

    sudo apt-get install wine

    Or within the Software Center search up "wine" and install one of the versions they have, which is;

    wine
    wine.1.2
    wine.1.3

  3. #3
    Join Date
    Jan 2013
    Beans
    2

    Re: Wine-compholio install help

    I should have mentioned, I've tried both of those, without any luck.

    Terminal gets this:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    wine : Depends: wine1.5 but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.

    Software Center gets this with all versions:
    Package dependencies cannot be resolved
    This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.

  4. #4
    Join Date
    Jul 2012
    Location
    USA
    Beans
    358
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Wine-compholio install help

    Hello,

    Could you go into the home directory and unhide the hidden folders (CTRL+H) and see if there is a folder called ".wine"? There might be an older that is clashing with your attempts to install a new one.

    If not, please try to install an older version of wine. 1.5 is beta, try 1.4 or 1.3. Try this site and see if it fixes the problem for you;

    http://www.winehq.org/download/ubuntu

  5. #5
    Join Date
    Feb 2008
    Location
    Los Angeles
    Beans
    342
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wine-compholio install help

    I think your syntax is wrong.

    The command on the site is "patch -p1" <-- as in number one
    Your command is "patch -pl" <-- as in the lowercase letter L

    My question is why are you compiling it yourself? You can add the PPA to your repositories and install it with
    Code:
    sudo apt-get install wine-compholio
    Note: I don't think it's compatable with the normal wine packages so it may prompt you to uninstall default wine.


    Quote Originally Posted by luckystrikes23 View Post
    Sorry if I'm rehashing something, but I couldn't find this anywhere else.
    I'm trying to install wine using the directions located here http://www.compholio.com/wine-compholio/#patches

    I'm running into problems here:


    • Apply each of the individual patches:

    patch -p1 < ../000X-YYYYYYY.patch
    Here is what I've done in my terminal:
    luckystrikes23@ubuntu:~$ cd wine-compholio_1.5.20_i386
    luckystrikes23@ubuntu:~/wine-compholio_1.5.20_i386$ patch -pl < ../0001-server-Create-directories-with-the-specified-securit.patch
    bash: ../0001-server-Create-directories-with-the-specified-securit.patch: No such file or directory
    luckystrikes23@ubuntu:~/wine-compholio_1.5.20_i386$
    Can anyone direct me to where I've gone wrong?

    Using ubuntu 12.10, 64-bit

    I've attached a screenshot Screenshot from 2013-01-27 21:12:53.jpg that shows the directory and the terminal window.
    Dell Latitude D630 - 4GB RAM - 128GB SSD - Nvidia Quadro NVS 135M - Intel 4965 wireless - DVD/CDRW - bluetooth - fingerprint reader

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •