Re: [Opm] Problem installing OPM binaries

2020-02-24 Thread Stephen, Karl D
Thanks for letting me know Arne. That may well explain it.

Regards,
Karl

From: Arne Morten Kvarving 
Sent: 24 February 2020 15:06
To: Stephen, Karl D ; Markus Blatt ; 
opm@opm-project.org
Subject: Sv: [Opm] Problem installing OPM binaries

I did update the packages to fix this issue a few days before you posted. So 
you had a stale package manager cache, was all, hence the request to re-run 
update. It works now, so good.

Fra: Opm mailto:opm-boun...@opm-project.org>> på 
vegne av Stephen, Karl D mailto:k.d.step...@hw.ac.uk>>
Sendt: mandag 24. februar 2020 16:03
Til: Markus Blatt mailto:mar...@dr-blatt.de>>; 
opm@opm-project.org<mailto:opm@opm-project.org> 
mailto:opm@opm-project.org>>
Emne: Re: [Opm] Problem installing OPM binaries

HI Markus,
Thank you for that suggestion.

We managed to get OPM Flow installed by restarting Ubuntu and going through the 
list of commands again.

I did wonder if there was a problem of Ubuntu version and dependencies from the 
error but whatever it was it has gone away. It may be that a mistake was made 
during the commands and something did not get copied over.

Here is the output from the two things you asked for.

Karl

opmuser@DESKTOP-TEJDION:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.4 LTS
Release:18.04
Codename:   bionic
opmuser@DESKTOP-TEJDION:~$


opmuser@DESKTOP-TEJDION:~$ apt-cache policy libopm-simulators1
libopm-simulators1:
  Installed: 2019.10-rfinal-2~bionic
  Candidate: 2019.10-rfinal-2~bionic
  Version table:
 *** 2019.10-rfinal-2~bionic 500
500 
https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fppa.launchpad.net%2Fopm%2Fppa%2Fubuntu&data=02%7C01%7Carne.morten.kvarving%40sintef.no%7Cd5afd342a15748f4bcbf08d7b93adec9%7Ce1f00f39604145b0b309e0210d8b32af%7C1%7C0%7C637181534798064934&sdata=GjsJXbHl5Fo%2FSIPL5e5qWMubCvDQtst5xxVN50J0c4g%3D&reserved=0
 bionic/main amd64 Packages
100 /var/lib/dpkg/status

-Original Message-
From: Opm mailto:opm-boun...@opm-project.org>> On 
Behalf Of Markus Blatt
Sent: 21 February 2020 13:10
To: opm@opm-project.org<mailto:opm@opm-project.org>
Subject: Re: [Opm] Problem installing OPM binaries

Hi,

On Wed, Feb 19, 2020 at 10:27:39PM +, Stephen, Karl D wrote:
> Hi,
> I am installing OPM binaries on a computer running Windows 10 on which I have 
> installed Ubuntu 18.04 under the Linux sub-system. (I've got it to work on a 
> separate machine but not this one) I am following the instructions here:
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopm-project.org%2F%3Fpage_id%3D245&data=02%7C01%7Carne.morten.kvarving%40sintef.no%7Cd5afd342a15748f4bcbf08d7b93adec9%7Ce1f00f39604145b0b309e0210d8b32af%7C1%7C0%7C637181534798064934&sdata=JE4DuiCugF9nl3008IvWivetiD8C3eRbHjRiuzr%2Fdqs%3D&reserved=0
> I get an error on the last step of the OPM installation. It happens when I 
> run the following line in Ubuntu:
> sudo apt-get install libopm-simulators-bin The error message I get is
> below. Any help with this would be appreciated. It looks like 
> libopm-simulators-bin doesn't exist, only libopm-simulators1-bin. I've tried 
> installing simulators1 and this has the same error.
> $sudo apt-get install libopm-simulators-binReading package lists... 
> DoneBuilding dependency treeReading state information... DoneNote, selecting 
> 'libopm-simulators1-bin' instead of 'libopm-simulators-bin'Some packages 
> could not be installed. This may mean that you haverequested an impossible 
> situation or if you are using the unstabledistribution that some required 
> packages have not yet been createdor been moved out of Incoming.The following 
> information may help to resolve the situation:
> The following packages have unmet dependencies: libopm-simulators1-bin : 
> Depends: libdune-common-2.5.1  Depends: 
> libdune-geometry-2.5.1  Depends: libopm-grid1 but it 
> is not going to be installed  Depends: 
> libopm-simulators1 (= 2019.10-rfinal-1~bionic) but it is not going to be 
> installedE: Unable to correct problems, you have held broken packages.

I did take a look at the ppa. Are your sure that you are on Ubuntu 18.04? The 
packages for it seem to be built against dune 2.6 now. The Dune packages listed 
must be some older ones built for the opm PPA.

Can you please do:

sudo apt-get update

and then post the output of:

lsb-release -a

apt-cache policy libopmsimulators1

this should be 2019.10-rfinal-2-bionic

Thanks!

Markus
--
Dr. Markus Blatt - HPC-Simulation-Software & Services 
https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.dr-blatt.de&data=02%7C01%7Carne.morten.kvarving%40sintef.no%7Cd5afd342a15748f4bcbf08d7b93adec9

Re: [Opm] Problem installing OPM binaries

2020-02-24 Thread Arne Morten Kvarving
I did update the packages to fix this issue a few days before you posted. So 
you had a stale package manager cache, was all, hence the request to re-run 
update. It works now, so good.

Fra: Opm  på vegne av Stephen, Karl D 

Sendt: mandag 24. februar 2020 16:03
Til: Markus Blatt ; opm@opm-project.org 

Emne: Re: [Opm] Problem installing OPM binaries

HI Markus,
Thank you for that suggestion.

We managed to get OPM Flow installed by restarting Ubuntu and going through the 
list of commands again.

I did wonder if there was a problem of Ubuntu version and dependencies from the 
error but whatever it was it has gone away. It may be that a mistake was made 
during the commands and something did not get copied over.

Here is the output from the two things you asked for.

Karl

opmuser@DESKTOP-TEJDION:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.4 LTS
Release:18.04
Codename:   bionic
opmuser@DESKTOP-TEJDION:~$


opmuser@DESKTOP-TEJDION:~$ apt-cache policy libopm-simulators1
libopm-simulators1:
  Installed: 2019.10-rfinal-2~bionic
  Candidate: 2019.10-rfinal-2~bionic
  Version table:
 *** 2019.10-rfinal-2~bionic 500
500 
https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fppa.launchpad.net%2Fopm%2Fppa%2Fubuntu&data=02%7C01%7Carne.morten.kvarving%40sintef.no%7Cd5afd342a15748f4bcbf08d7b93adec9%7Ce1f00f39604145b0b309e0210d8b32af%7C1%7C0%7C637181534798064934&sdata=GjsJXbHl5Fo%2FSIPL5e5qWMubCvDQtst5xxVN50J0c4g%3D&reserved=0
 bionic/main amd64 Packages
100 /var/lib/dpkg/status

-Original Message-
From: Opm  On Behalf Of Markus Blatt
Sent: 21 February 2020 13:10
To: opm@opm-project.org
Subject: Re: [Opm] Problem installing OPM binaries

Hi,

On Wed, Feb 19, 2020 at 10:27:39PM +, Stephen, Karl D wrote:
> Hi,
> I am installing OPM binaries on a computer running Windows 10 on which I have 
> installed Ubuntu 18.04 under the Linux sub-system. (I've got it to work on a 
> separate machine but not this one) I am following the instructions here:
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopm-project.org%2F%3Fpage_id%3D245&data=02%7C01%7Carne.morten.kvarving%40sintef.no%7Cd5afd342a15748f4bcbf08d7b93adec9%7Ce1f00f39604145b0b309e0210d8b32af%7C1%7C0%7C637181534798064934&sdata=JE4DuiCugF9nl3008IvWivetiD8C3eRbHjRiuzr%2Fdqs%3D&reserved=0
> I get an error on the last step of the OPM installation. It happens when I 
> run the following line in Ubuntu:
> sudo apt-get install libopm-simulators-bin The error message I get is
> below. Any help with this would be appreciated. It looks like 
> libopm-simulators-bin doesn't exist, only libopm-simulators1-bin. I've tried 
> installing simulators1 and this has the same error.
> $sudo apt-get install libopm-simulators-binReading package lists... 
> DoneBuilding dependency treeReading state information... DoneNote, selecting 
> 'libopm-simulators1-bin' instead of 'libopm-simulators-bin'Some packages 
> could not be installed. This may mean that you haverequested an impossible 
> situation or if you are using the unstabledistribution that some required 
> packages have not yet been createdor been moved out of Incoming.The following 
> information may help to resolve the situation:
> The following packages have unmet dependencies: libopm-simulators1-bin : 
> Depends: libdune-common-2.5.1  Depends: 
> libdune-geometry-2.5.1  Depends: libopm-grid1 but it 
> is not going to be installed  Depends: 
> libopm-simulators1 (= 2019.10-rfinal-1~bionic) but it is not going to be 
> installedE: Unable to correct problems, you have held broken packages.

I did take a look at the ppa. Are your sure that you are on Ubuntu 18.04? The 
packages for it seem to be built against dune 2.6 now. The Dune packages listed 
must be some older ones built for the opm PPA.

Can you please do:

sudo apt-get update

and then post the output of:

lsb-release -a

apt-cache policy libopmsimulators1

this should be 2019.10-rfinal-2-bionic

Thanks!

Markus
--
Dr. Markus Blatt - HPC-Simulation-Software & Services 
https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.dr-blatt.de&data=02%7C01%7Carne.morten.kvarving%40sintef.no%7Cd5afd342a15748f4bcbf08d7b93adec9%7Ce1f00f39604145b0b309e0210d8b32af%7C1%7C0%7C637181534798064934&sdata=Jbzt9CG4EQNwQZ4g%2FwsDdwsSyjTDAKGNewULZCeqO6c%3D&reserved=0
 Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858
___
Opm mailing list
Opm@opm-project.org
https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopm-project.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fopm&data=02%7C01%7Carne.morten.kvarving%40sintef.no%7Cd5afd342a

Re: [Opm] Problem installing OPM binaries

2020-02-24 Thread Stephen, Karl D
HI Markus,
Thank you for that suggestion.

We managed to get OPM Flow installed by restarting Ubuntu and going through the 
list of commands again.

I did wonder if there was a problem of Ubuntu version and dependencies from the 
error but whatever it was it has gone away. It may be that a mistake was made 
during the commands and something did not get copied over.

Here is the output from the two things you asked for.

Karl

opmuser@DESKTOP-TEJDION:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.4 LTS
Release:18.04
Codename:   bionic
opmuser@DESKTOP-TEJDION:~$


opmuser@DESKTOP-TEJDION:~$ apt-cache policy libopm-simulators1
libopm-simulators1:
  Installed: 2019.10-rfinal-2~bionic
  Candidate: 2019.10-rfinal-2~bionic
  Version table:
 *** 2019.10-rfinal-2~bionic 500
500 http://ppa.launchpad.net/opm/ppa/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status

-Original Message-
From: Opm  On Behalf Of Markus Blatt
Sent: 21 February 2020 13:10
To: opm@opm-project.org
Subject: Re: [Opm] Problem installing OPM binaries

Hi,

On Wed, Feb 19, 2020 at 10:27:39PM +, Stephen, Karl D wrote:
> Hi,
> I am installing OPM binaries on a computer running Windows 10 on which I have 
> installed Ubuntu 18.04 under the Linux sub-system. (I've got it to work on a 
> separate machine but not this one) I am following the instructions here:
> https://opm-project.org/?page_id=245
> I get an error on the last step of the OPM installation. It happens when I 
> run the following line in Ubuntu:
> sudo apt-get install libopm-simulators-bin The error message I get is
> below. Any help with this would be appreciated. It looks like 
> libopm-simulators-bin doesn't exist, only libopm-simulators1-bin. I've tried 
> installing simulators1 and this has the same error.
> $sudo apt-get install libopm-simulators-binReading package lists... 
> DoneBuilding dependency treeReading state information... DoneNote, selecting 
> 'libopm-simulators1-bin' instead of 'libopm-simulators-bin'Some packages 
> could not be installed. This may mean that you haverequested an impossible 
> situation or if you are using the unstabledistribution that some required 
> packages have not yet been createdor been moved out of Incoming.The following 
> information may help to resolve the situation:
> The following packages have unmet dependencies: libopm-simulators1-bin : 
> Depends: libdune-common-2.5.1  Depends: 
> libdune-geometry-2.5.1  Depends: libopm-grid1 but it 
> is not going to be installed  Depends: 
> libopm-simulators1 (= 2019.10-rfinal-1~bionic) but it is not going to be 
> installedE: Unable to correct problems, you have held broken packages.

I did take a look at the ppa. Are your sure that you are on Ubuntu 18.04? The 
packages for it seem to be built against dune 2.6 now. The Dune packages listed 
must be some older ones built for the opm PPA.

Can you please do:

sudo apt-get update

and then post the output of:

lsb-release -a

apt-cache policy libopmsimulators1

this should be 2019.10-rfinal-2-bionic

Thanks!

Markus
--
Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de 
Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858
___
Opm mailing list
Opm@opm-project.org
https://opm-project.org/cgi-bin/mailman/listinfo/opm


Founded in 1821, Heriot-Watt is a leader in ideas and solutions. With campuses 
and students across the entire globe we span the world, delivering innovation 
and educational excellence in business, engineering, design and the physical, 
social and life sciences. This email is generated from the Heriot-Watt 
University Group, which includes:

  1.  Heriot-Watt University, a Scottish charity registered under number 
SC000278
  2.  Heriot- Watt Services Limited (Oriam), Scotland's national performance 
centre for sport. Heriot-Watt Services Limited is a private limited company 
registered is Scotland with registered number SC271030 and registered office at 
Research & Enterprise Services Heriot-Watt University, Riccarton, Edinburgh, 
EH14 4AS.

The contents (including any attachments) are confidential. If you are not the 
intended recipient of this e-mail, any disclosure, copying, distribution or use 
of its contents is strictly prohibited, and you should please notify the sender 
immediately and then delete it (including any attachments) from your system.
___
Opm mailing list
Opm@opm-project.org
https://opm-project.org/cgi-bin/mailman/listinfo/opm


Re: [Opm] Problem installing OPM binaries

2020-02-21 Thread Markus Blatt
Hi,

On Wed, Feb 19, 2020 at 10:27:39PM +, Stephen, Karl D wrote:
> Hi,
> I am installing OPM binaries on a computer running Windows 10 on which I have 
> installed Ubuntu 18.04 under the Linux sub-system. (I've got it to work on a 
> separate machine but not this one) I am following the instructions here:
> https://opm-project.org/?page_id=245
> I get an error on the last step of the OPM installation. It happens when I 
> run the following line in Ubuntu:
> sudo apt-get install libopm-simulators-bin
> The error message I get is below. Any help with this would be appreciated. It 
> looks like libopm-simulators-bin doesn't exist, only libopm-simulators1-bin. 
> I've tried installing simulators1 and this has the same error.
> $sudo apt-get install libopm-simulators-binReading package lists... 
> DoneBuilding dependency treeReading state information... DoneNote, selecting 
> 'libopm-simulators1-bin' instead of 'libopm-simulators-bin'Some packages 
> could not be installed. This may mean that you haverequested an impossible 
> situation or if you are using the unstabledistribution that some required 
> packages have not yet been createdor been moved out of Incoming.The following 
> information may help to resolve the situation:
> The following packages have unmet dependencies: libopm-simulators1-bin : 
> Depends: libdune-common-2.5.1  Depends: 
> libdune-geometry-2.5.1  Depends: libopm-grid1 but it 
> is not going to be installed  Depends: 
> libopm-simulators1 (= 2019.10-rfinal-1~bionic) but it is not going to be 
> installedE: Unable to correct problems, you have held broken packages.

I did take a look at the ppa. Are your sure that you are on Ubuntu 18.04? The 
packages for it seem to be built
against dune 2.6 now. The Dune packages listed must be some older ones built 
for the opm PPA.

Can you please do:

sudo apt-get update

and then post the output of:

lsb-release -a

apt-cache policy libopmsimulators1

this should be 2019.10-rfinal-2-bionic

Thanks!

Markus
-- 
Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858
___
Opm mailing list
Opm@opm-project.org
https://opm-project.org/cgi-bin/mailman/listinfo/opm


[Opm] Problem installing OPM binaries

2020-02-19 Thread Stephen, Karl D
Hi,
I am installing OPM binaries on a computer running Windows 10 on which I have 
installed Ubuntu 18.04 under the Linux sub-system. (I've got it to work on a 
separate machine but not this one) I am following the instructions here:
https://opm-project.org/?page_id=245
I get an error on the last step of the OPM installation. It happens when I run 
the following line in Ubuntu:
sudo apt-get install libopm-simulators-bin
The error message I get is below. Any help with this would be appreciated. It 
looks like libopm-simulators-bin doesn't exist, only libopm-simulators1-bin. 
I've tried installing simulators1 and this has the same error.
$sudo apt-get install libopm-simulators-binReading package lists... 
DoneBuilding dependency treeReading state information... DoneNote, selecting 
'libopm-simulators1-bin' instead of 'libopm-simulators-bin'Some packages could 
not be installed. This may mean that you haverequested an impossible situation 
or if you are using the unstabledistribution that some required packages have 
not yet been createdor been moved out of Incoming.The following information may 
help to resolve the situation:
The following packages have unmet dependencies: libopm-simulators1-bin : 
Depends: libdune-common-2.5.1  Depends: 
libdune-geometry-2.5.1  Depends: libopm-grid1 but it is 
not going to be installed  Depends: libopm-simulators1 
(= 2019.10-rfinal-1~bionic) but it is not going to be installedE: Unable to 
correct problems, you have held broken packages.

Can anyone identify the potential problem?

Regards,
Karl



Founded in 1821, Heriot-Watt is a leader in ideas and solutions. With campuses 
and students across the entire globe we span the world, delivering innovation 
and educational excellence in business, engineering, design and the physical, 
social and life sciences. This email is generated from the Heriot-Watt 
University Group, which includes:

  1.  Heriot-Watt University, a Scottish charity registered under number 
SC000278
  2.  Heriot- Watt Services Limited (Oriam), Scotland's national performance 
centre for sport. Heriot-Watt Services Limited is a private limited company 
registered is Scotland with registered number SC271030 and registered office at 
Research & Enterprise Services Heriot-Watt University, Riccarton, Edinburgh, 
EH14 4AS.

The contents (including any attachments) are confidential. If you are not the 
intended recipient of this e-mail, any disclosure, copying, distribution or use 
of its contents is strictly prohibited, and you should please notify the sender 
immediately and then delete it (including any attachments) from your system.
___
Opm mailing list
Opm@opm-project.org
https://opm-project.org/cgi-bin/mailman/listinfo/opm