Näytä kirjoitukset

Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.


Viestit - Porkkani

Sivuja: [1]
1
Olisikohan tässä vaiheessa yksinkertaisinta ja nopeinta tehdä uusi puhdas asennus? Siitä olisi sitten hyvä jatkaa.

Mites jos asentaa uudestaan. Pitääkö vanha asennus poistaa, vai asentaako asennuslevyke uuden Ubuntun entisen päälle?

Ei viittis ainakaan alkaa koko levyä tyhjäämään, kun menis noi Windows puolen ohjelmat sun muut mukana.

2
Olen kokeillut tuota
Koodia: [Valitse]
sudo apt-get -f install , mutta siitä ei ole apua. Jos jollakulla olisi apuja tuohon järjestelmän palauttamiseen rescue moden avulla, niin se voisi olla helpoin tie?

3
Onko kenelläkään tietoa, miten järjestelmä palautetaan rescue moden avulla? Tätä kokeilin,
 
http://www.cyberciti.biz/faq/howto-boot-ubuntu-linux-rescue-mode/

,mutta "=> You will see various option screen - select Recover a broken system" -kohtaa en CD:ltä löytänyt.

4
Kiitoksia vastauksista.

Sain netin toimimaan Ubuntun network managerilla, kunhan käynnistin koneen tikun ollessa koneessa kiinni. Sitä ennen ei ollut mitään toimintaa network managerissa.

Jotain muuta vikaa järjestelmässä on, koska en saa asennettua mitään uutta koneelle. Kun yrittää asentaa jotain, niin se herjaa:

esim.

E: Sub-process /usr/bin/dpkg returned an error code (1)

tai

E: /var/cache/apt/archives/libc6_2.11.1-0ubuntu7.2_i386.deb: subprocess new pre-installation script returned error exit status 1


tai

failed to open package info file 'usr/local/var/dpkg/status' for reading No such file or directory


Synaptic Package Manager ilmoittaa, että 2 pakettia on viallista (broken). Vialliset paketit ovat libc6 paketteja.

Apuja?

5
Kokeilin asentaa tuota build_essential pakettia.

Kone ilmotteli tämmöstä:

xxxx@xxxxx:~/temp/build-essential-11.4build1$ sudo ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for dpkg-architecture... no
configure: error: The dpkg development files (dpkg-dev) must be installed to build this package.

No sitten kokeilin asennella tuon dpkg-dev paketin mikä näyttäis puuttuvan ja hetken kone asenteli jotain, mutta lopussa tuli taas tämmöset virheet.
....
....
make[2]: Leaving directory `/home/temp/dpkg-1.15.5.6ubuntu4/dselect/po'
make[2]: Entering directory `/home/temp/dpkg-1.15.5.6ubuntu4/dselect'
  CXX    basecmds.o
../build-aux/depcomp: line 611: exec: g++: not found
make[2]: *** [basecmds.o] Error 127
make[2]: Leaving directory `/home/temp/dpkg-1.15.5.6ubuntu4/dselect'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/temp/dpkg-1.15.5.6ubuntu4/dselect'
make: *** [install-recursive] Error 1

Se miksi yritän asentaa tätä gcc pakettia on, että koneeseen pitäisi saada nettiyhteys. Käytössä olisi Huawei E220 nettitikku, mutta sen käyttö ilmeisesti vaatii usb-modeswitchin asennuksen ja tämän asennus taas vaatii libusb paketin asenuksen ja tämä muistaakseni vaati näitä C-kääntäjiä. GCC paketin asennus taas vaatii..... tuntuu vähän loputtomalta suolta.

Kokeilin ubuntun omaakin network manageria, mutta se tehnyt oikeastaan mitään.

Olisko ideoita miten sais tuon build-essential paketin asennettua tai miten tuon nettiyhteyden saisi ubuntuun?

6
Asentaminen ja käyttöönotto / GCC asennus ei onnistu
« : 15.07.10 - klo:19.49 »
Asentelin juuri ensimmäistä kertaa Ubuntun(10.04) koneelleni, jossa on ennestään Windows XP. Asennus meni ihan ok ja pääsin tutustumaan Ubuntuun. Nyt näyttää siltä, että tarvitaan gcc paketin asennus, jotta lisää ohjelmia saa toimimaan. Koneessa ei ole nettiyhteyttä ja olen yrittänyt asentaa gcc4.5 versiota toisesta koneesta muistitikun avulla. Homma toimiikin siihen asti, kunnes paketin konfiguroinnissa tulee seuraavat virheet:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... no
configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
their locations.  Source code for these libraries can be found at
their respective hosting sites as well as at
ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
http://gcc.gnu.org/install/prerequisites.html for additional info.  If
you obtained GMP, MPFR and/or MPC from a vendor distribution package,
make sure that you have installed both the libraries and the header
files.  They may be located in separate packages.


Osaako joku viisaampi neuvoa, miten tästä voisi päästä eteenpäin?

Koitin netistä kattella ja asentaa noita puuttuvia osia(GMP, MPFR ja MPC), mutta niidenkin asennuksessa tuli jotain virheitä.

Sivuja: [1]