search for: ubuntu_

Displaying 6 results from an estimated 6 matches for "ubuntu_".

Did you mean: ubuntu
2017 Mar 14
0
[PATCH 1/2] v2v: OVF: add Debian and Ubuntu osinfo variants
...nly Ubuntu 12.04 to 14.04 are available, so use them starting + * from 12.04, and 14.04 for anything after it. + *) + | { i_type = "linux"; i_distro = "ubuntu"; i_major_version = v; + i_arch = "ppc64" | "ppc64le" } when v >= 14 -> + "ubuntu_14_04_ppc64" + + | { i_type = "linux"; i_distro = "ubuntu"; i_major_version = v } + when v >= 14 -> + "ubuntu_14_04" + + | { i_type = "linux"; i_distro = "ubuntu"; i_major_version = maj; + i_minor_version = min } when maj &g...
2007 Nov 23
0
package gsl assumes incorrect gcc version during install (PR#10456)
...tc/Makeconf. This file defines a variable CC for the compiler. All you need to do is to set it back to 'gcc' from its value 'gcc-4.2'. This really is a local admin issue (ie you need to fix it) and not a problem with R, or gsl. If you got R from Ubuntu, file a bug report _with Ubuntu_ as they seem to have forgotten to switch from gcc-4.2 (which we use in Debian as default) to gcc-4.1 (which is Ubuntu's default). | > install.packages("gsl",dependencies=T) | Warning in install.packages("gsl", dependencies = T) : | argument 'lib' is...
2017 Mar 21
2
Linux distribution targeted at 32-bit hardware
David Christensen wrote: > It seems that most Linux distributions I look at are dropping support > for 32-bit hardware. Aren't you using Debian? AFAIK jessie supports i586, so if Pentium is old enough for you you're good to go for likely at least two more years. After that I guess I'd be using old unsupported Debians for the ancient ones. I don't have this old hw on the
2017 Mar 21
1
Linux distribution targeted at 32-bit hardware
...o, distributions based on Debian are out: 1. https://en.wikipedia.org/wiki/Knoppix KNOPPIX (/kn?p?ks/ KNOP-iks)[2] is an operating system based on Debian 2. https://en.wikipedia.org/wiki/Puppy_Linux Puppy 6 is built from Ubuntu 14.04 Trusty Tahr packages, 3. https://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29 Ubuntu (/??bu?nt?/ uu-BOON-tuu, stylized as ubuntu)[11] is a Debian-based Linux operating system 4. http://www.damnsmalllinux.org/ Transform into a Debian OS with a traditional hard drive install SuSE tries to hide everything behind GUI's (much like Windows). I p...
2007 Nov 22
1
package gsl assumes incorrect gcc version during install (PR#10451)
Full_Name: Levi Waldron Version: 2.5.1 OS: Ubuntu Gutsy Submission from: (NULL) (206.248.157.88) I installed libgsl0-dev then tried to install the gsl cran package, unsuccessfully (see output below). As a workaround I created a symbolic link to /usr/bin/gcc-4.2, ie: sudo ln -s /usr/bin/gcc-4.1 /usr/bin/gcc-4.2 The correct behavior of the gsl package should be to use the executable
2018 Apr 05
6
[PATCH v3 0/3] v2v: improve OVF in OVirt flavour
Hi, v3 of these patches: https://www.redhat.com/archives/libguestfs/2018-April/msg00002.html https://www.redhat.com/archives/libguestfs/2018-April/msg00006.html Thanks, Pino Toscano (3): v2v: OVF: improve get_ostype mappings v2v: OVF: write ovirt:id attribute for the OS in OVirt flavour v2v: OVF: fix ovf:id for VirtualSystem in OVirt flavour v2v/create_ovf.ml | 253