Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/etc/make.conf ist leer [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
griesgram
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2005
Posts: 148
Location: Großefehn

PostPosted: Thu Mar 09, 2006 6:50 pm    Post subject: /etc/make.conf ist leer [solved] Reply with quote

Hey,

habe gestern mein System von "~x86" auf "x86" umgestellt. Nun wollte ich heute in die
/etc/make.conf reinschauen und leer.
Ein etc-update habe ich nicht durchgeführt und wie geschrieben, gestern habe ich noch auf x86 umgestellt.

Muß ich jetzt panisch werden?

Wo finde ich den Inhalt? Das kann doch nicht einfach verschwinden, oder?

Ich habe nichts gemacht als ein emerge --sync und update. Das wars.

Gruß
Bernhard


Last edited by griesgram on Sat Mar 11, 2006 6:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
slick
Bodhisattva
Bodhisattva


Joined: 20 Apr 2003
Posts: 3495

PostPosted: Fri Mar 10, 2006 6:24 am    Post subject: Reply with quote

Sehr komisch... also ich würde panisch werden. ;-) Backup einspielen?

Die /etc/make.conf.example ist aber bekannt? (falls es nur darum geht make.conf neu aufzubauen)

Ansonsten könntest Du zumindest die Useflags "ungefähr" wiederherstellen wenn Du mit der leeren make.conf mal ein emerge -pve world machst und Dir die grünen Useflags rausfilterst. Wahrscheinlich werden die auch je Paket irgendwo nach /var/$pfadvergessen geschrieben.
Back to top
View user's profile Send private message
griesgram
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2005
Posts: 148
Location: Großefehn

PostPosted: Fri Mar 10, 2006 7:44 am    Post subject: Reply with quote

slick wrote:
Sehr komisch... also ich würde panisch werden. ;-) Backup einspielen?

Die /etc/make.conf.example ist aber bekannt? (falls es nur darum geht make.conf neu aufzubauen)

Ansonsten könntest Du zumindest die Useflags "ungefähr" wiederherstellen wenn Du mit der leeren make.conf mal ein emerge -pve world machst und Dir die grünen Useflags rausfilterst. Wahrscheinlich werden die auch je Paket irgendwo nach /var/$pfadvergessen geschrieben.


Also werde ich nachher eine neuer make.conf bauen und dann mal schauen was Gentoo macht.
Komisch, komisch.

Die example ist noch vorhanden

Gruß

Bernhard

P.S.

Backup wäre schön -- das ist das nächste :oops:
Back to top
View user's profile Send private message
TheCurse
l33t
l33t


Joined: 21 Jun 2004
Posts: 670
Location: Köln

PostPosted: Fri Mar 10, 2006 10:37 am    Post subject: Reply with quote

Schon seltsam, sowas passiert eigentlich nur durch ein rm make.conf oder wenn man in der make.conf CONFIG_PROTECT="-*" o.ä. eingestellt hatte...

Bye,
TheCurse
Back to top
View user's profile Send private message
griesgram
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2005
Posts: 148
Location: Großefehn

PostPosted: Fri Mar 10, 2006 4:35 pm    Post subject: Reply with quote

So, die Lösung ist gefunden.

Meine Tochter hat die Datei gelöscht. Sie war an meinem Rechner und wollte auch mal das tun was ich mache. Meine shell war noch geöffnet mit root und sie hat durch Zufall die Datei geöffnet. Dann wurde Sie panisch und hat, genau weiß sie es nicht mehr, die Datei geleert und irgendwie abgespeichert.
Suppiiiiii, sind Kinder nicht süß - sie ist 10 und kennt sich jetzt mit der bash aus :?

Hat jemand eine make.conf für mich damit ich den Anfang habe, den Rest suche ich mir raus.
Vielleicht noch für Pentium M?

Gruß
Bernhard
Back to top
View user's profile Send private message
griesgram
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2005
Posts: 148
Location: Großefehn

PostPosted: Fri Mar 10, 2006 6:43 pm    Post subject: Reply with quote

so, habe mir jetzt eine neue /etc/make.conf erstellt.
Habe ich etwas vergessen?

Code:

CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"


GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://li$

SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"

USE=" -gtk -gnome qt kde dvd alsa cdr cups java -eds nls"

LANG="de_DE"
LC_ALL="de_DE"

ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORT_LOGDIR=/var/log/portage
PORTDIR_OVERLAY=/usr/local/portage
PORTAGE_NICENESS=3



Vielen Dank für die Hilfe

Gruß
Bernhard
Back to top
View user's profile Send private message
derflo
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jan 2006
Posts: 77

PostPosted: Fri Mar 10, 2006 7:53 pm    Post subject: Reply with quote

Quote:
ACCEPT_KEYWORDS="x86"


Das brauchst du eigentlich nicht und einige andere sachen auch nicht, wird ja durch die make.profile gesetzt, schau mal mit
Code:
emerge --info
so müsste das 2 mal drinstehen
Back to top
View user's profile Send private message
UncleOwen
Veteran
Veteran


Joined: 27 Feb 2003
Posts: 1493
Location: Germany, Hamburg

PostPosted: Fri Mar 10, 2006 8:24 pm    Post subject: Reply with quote

griesgram wrote:
Code:
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://li$
Mit nano erstellt? Das $ am Ende sieht verdaechtig aus.
Back to top
View user's profile Send private message
ibert
Tux's lil' helper
Tux's lil' helper


Joined: 26 Mar 2005
Posts: 80
Location: Wien

PostPosted: Sat Mar 11, 2006 4:09 pm    Post subject: Reply with quote

UncleOwen wrote:
griesgram wrote:
Code:
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://li$
Mit nano erstellt? Das $ am Ende sieht verdaechtig aus.


Was willst du damit andeuten?
_________________
gentoo-2.6.15@AthlonXP3000+
gentoo-2.6.15@IBMThinkpadR51
gentoo-2.6.12@celeren500
gentoo-2.6.12@ibookG3blueberry
Back to top
View user's profile Send private message
UncleOwen
Veteran
Veteran


Joined: 27 Feb 2003
Posts: 1493
Location: Germany, Hamburg

PostPosted: Sat Mar 11, 2006 5:34 pm    Post subject: Reply with quote

ftp://li$ ist kein gueltiger mirror, ausserdem fehlt ein " am ende.
Back to top
View user's profile Send private message
ibert
Tux's lil' helper
Tux's lil' helper


Joined: 26 Mar 2005
Posts: 80
Location: Wien

PostPosted: Sat Mar 11, 2006 6:04 pm    Post subject: Reply with quote

Ich bezog mich auf
Quote:
Mit nano erstellt?


Warum sollte so ein Fehler mit Nano entstehen und nicht auch mit einem anderen Edtior?
_________________
gentoo-2.6.15@AthlonXP3000+
gentoo-2.6.15@IBMThinkpadR51
gentoo-2.6.12@celeren500
gentoo-2.6.12@ibookG3blueberry
Back to top
View user's profile Send private message
griesgram
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2005
Posts: 148
Location: Großefehn

PostPosted: Sat Mar 11, 2006 6:14 pm    Post subject: Reply with quote

Hallo,

ist kein Fehler. Wenn man eine Datei mit Nano öffnet und die Zeile zu lang ist, weil kein Zeilenumbruch, wird es dadurch gekennzeichnet. Es ist also alles vorhanden.

Ich mache jetzt ein solved, vielen Dank für die Hilfe.

Gruß

Bernhard
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum