public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] Accidently removed file - how to ge it back
@ 2008-08-26 17:35 Herbert Laubner
  2008-08-26 17:42 ` Ale
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Herbert Laubner @ 2008-08-26 17:35 UTC (permalink / raw
  To: gentoo-amd64

Hi all,

I accidently removed 

/usr/portage/profiles/default-linux/amd64/make.defaults

Will it get reinstalled on the next ermerge --sync?

If not, would somebody please help me? 

Regards,

herbert




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-amd64] Accidently removed file - how to ge it back
  2008-08-26 17:35 [gentoo-amd64] Accidently removed file - how to ge it back Herbert Laubner
@ 2008-08-26 17:42 ` Ale
  2008-08-26 17:56   ` Justin
  2008-08-26 18:04 ` Juan Fco. Giordana
  2008-08-26 18:30 ` Volker Armin Hemmann
  2 siblings, 1 reply; 9+ messages in thread
From: Ale @ 2008-08-26 17:42 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

2008/8/26 Herbert Laubner <hlaubner@online.de>

> Hi all,
>
> I accidently removed
>
> /usr/portage/profiles/default-linux/amd64/make.defaults
>
> Will it get reinstalled on the next ermerge --sync?
>

 Only if the dev change something...i think :D

>
> If not, would somebody please help me?
>
> Regards,
>
> herbert
>

You can extract that file from a stage3.tar.gz.

Cheers!

[-- Attachment #2: Type: text/html, Size: 897 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-amd64] Accidently removed file - how to ge it back
  2008-08-26 17:42 ` Ale
@ 2008-08-26 17:56   ` Justin
  0 siblings, 0 replies; 9+ messages in thread
From: Justin @ 2008-08-26 17:56 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 531 bytes --]

Ale schrieb:
>
>
> 2008/8/26 Herbert Laubner <hlaubner@online.de <mailto:hlaubner@online.de>>
>
>     Hi all,
>
>     I accidently removed
>
>     /usr/portage/profiles/default-linux/amd64/make.defaults
>
>     Will it get reinstalled on the next ermerge --sync?
>
>
>  Only if the dev change something...i think :D
>
>
>     If not, would somebody please help me?
>
>     Regards,
>
>     herbert
>
>
> You can extract that file from a stage3.tar.gz.
>
> Cheers!
Think it is in  the portage tarball.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-amd64] Accidently removed file - how to ge it back
  2008-08-26 17:35 [gentoo-amd64] Accidently removed file - how to ge it back Herbert Laubner
  2008-08-26 17:42 ` Ale
@ 2008-08-26 18:04 ` Juan Fco. Giordana
  2008-08-26 18:06   ` Juan Fco. Giordana
  2008-08-26 18:30 ` Volker Armin Hemmann
  2 siblings, 1 reply; 9+ messages in thread
From: Juan Fco. Giordana @ 2008-08-26 18:04 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

There you go ;)

Herbert Laubner wrote:
> Hi all,
> 
> I accidently removed 
> 
> /usr/portage/profiles/default-linux/amd64/make.defaults
> 
> Will it get reinstalled on the next ermerge --sync?
> 
> If not, would somebody please help me? 
> 
> Regards,
> 
> herbert
> 
> 


[-- Attachment #2: make.defaults --]
[-- Type: text/plain, Size: 2125 bytes --]

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.28 2008/02/02 06:11:44 wolf31o2 Exp $

ARCH="amd64"
ACCEPT_KEYWORDS="${ARCH}"

CHOST="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"

FEATURES="sandbox sfperms"

USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib"
# 2006/10/24 - Simon Stelling <blubb@gentoo.org>
# They are masked, but we can enable them anyway for those who have 
# >=portage-2.1.2_pre3-r4
USE="${USE} mmx sse sse2"

# 2006/06/07 - Danny van Dyk <kugelfang@gentoo.org>
# Multilib settings for all amd64 subprofiles.
MULTILIB_ABIS="amd64 x86"
DEFAULT_ABI="amd64"
# Do not remove this one, or all kinds of hell breaks loose.
ABI="amd64"

# 64bit specific settings.
CHOST_amd64="x86_64-pc-linux-gnu"
CDEFINE_amd64="__x86_64__"
LIBDIR_amd64="lib64"

# 32bit specific settings.
CFLAGS_x86="-m32 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
LDFLAGS_x86="-m elf_i386 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
ASFLAGS_x86="--32"
CHOST_x86="i686-pc-linux-gnu"
CDEFINE_x86="__i386__"
LIBDIR_x86="lib32"

# FEATURES="multilib-strict" specific settings.
MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib"
MULTILIB_STRICT_DENY="64-bit.*shared object"
MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage)"

# Let sys-apps/baselayout create the lib symlink.
SYMLINK_LIB="yes"

# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
# Defaults for video drivers
VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i810 mach64 \
	mga neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis \
	sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"

# 2006/12/22 - Danny van Dyk <kugelfang@gentoo.org>
# Default for ALSA_CARDS USE_EXPAND variable.
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x \
	ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 \
	trident usb-audio via82xx via82xx-modem ymfpci"

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-amd64] Accidently removed file - how to ge it back
  2008-08-26 18:04 ` Juan Fco. Giordana
@ 2008-08-26 18:06   ` Juan Fco. Giordana
  2008-08-26 18:09     ` Herbert Laubner
  0 siblings, 1 reply; 9+ messages in thread
From: Juan Fco. Giordana @ 2008-08-26 18:06 UTC (permalink / raw
  To: gentoo-amd64

Sorry, I sent the attachment by mistake to the list.

Juan Fco. Giordana wrote:
> There you go ;)



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-amd64] Accidently removed file - how to ge it back
  2008-08-26 18:06   ` Juan Fco. Giordana
@ 2008-08-26 18:09     ` Herbert Laubner
  0 siblings, 0 replies; 9+ messages in thread
From: Herbert Laubner @ 2008-08-26 18:09 UTC (permalink / raw
  To: gentoo-amd64

Nevertheless,

I got it. 

Thanks,
Herbert


Am Dienstag, den 26.08.2008, 15:06 -0300 schrieb Juan Fco. Giordana:
> Sorry, I sent the attachment by mistake to the list.
> 
> Juan Fco. Giordana wrote:
> > There you go ;)
> 




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-amd64] Accidently removed file - how to ge it back
  2008-08-26 17:35 [gentoo-amd64] Accidently removed file - how to ge it back Herbert Laubner
  2008-08-26 17:42 ` Ale
  2008-08-26 18:04 ` Juan Fco. Giordana
@ 2008-08-26 18:30 ` Volker Armin Hemmann
  2008-08-26 23:33   ` [gentoo-amd64] " Duncan
  2 siblings, 1 reply; 9+ messages in thread
From: Volker Armin Hemmann @ 2008-08-26 18:30 UTC (permalink / raw
  To: gentoo-amd64

On Dienstag, 26. August 2008, Herbert Laubner wrote:
> Hi all,
>
> I accidently removed
>
> /usr/portage/profiles/default-linux/amd64/make.defaults
>
> Will it get reinstalled on the next ermerge --sync?

yes



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-amd64]  Re: Accidently removed file - how to ge it back
  2008-08-26 18:30 ` Volker Armin Hemmann
@ 2008-08-26 23:33   ` Duncan
  2008-08-27  4:49     ` Volker Armin Hemmann
  0 siblings, 1 reply; 9+ messages in thread
From: Duncan @ 2008-08-26 23:33 UTC (permalink / raw
  To: gentoo-amd64

Volker Armin Hemmann <volker.armin.hemmann@tu-clausthal.de> posted
200808262030.51012.volker.armin.hemmann@tu-clausthal.de, excerpted below,
on  Tue, 26 Aug 2008 20:30:50 +0200:

> On Dienstag, 26. August 2008, Herbert Laubner wrote:
>> Hi all,
>>
>> I accidently removed
>>
>> /usr/portage/profiles/default-linux/amd64/make.defaults
>>
>> Will it get reinstalled on the next ermerge --sync?
> 
> yes

Yes, it should, unless of course it leaves portage so borked it won't 
sync.  But as part of the tree, it shouldn't, since the whole tree should 
be removable, taking a simple sync to return it.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-amd64]  Re: Accidently removed file - how to ge it back
  2008-08-26 23:33   ` [gentoo-amd64] " Duncan
@ 2008-08-27  4:49     ` Volker Armin Hemmann
  0 siblings, 0 replies; 9+ messages in thread
From: Volker Armin Hemmann @ 2008-08-27  4:49 UTC (permalink / raw
  To: gentoo-amd64

On Mittwoch, 27. August 2008, Duncan wrote:
> Volker Armin Hemmann <volker.armin.hemmann@tu-clausthal.de> posted
> 200808262030.51012.volker.armin.hemmann@tu-clausthal.de, excerpted below,
>
> on  Tue, 26 Aug 2008 20:30:50 +0200:
> > On Dienstag, 26. August 2008, Herbert Laubner wrote:
> >> Hi all,
> >>
> >> I accidently removed
> >>
> >> /usr/portage/profiles/default-linux/amd64/make.defaults
> >>
> >> Will it get reinstalled on the next ermerge --sync?
> >
> > yes
>
> Yes, it should, unless of course it leaves portage so borked it won't
> sync.  But as part of the tree, it shouldn't, since the whole tree should
> be removable, taking a simple sync to return it.

just remove /usr/portage, mkdir /usr/portage, sync - and everything is back.
Everything in /usr/portage is very non-essential and can be restored with a 
simple emerge --sync.




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-08-27  4:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 17:35 [gentoo-amd64] Accidently removed file - how to ge it back Herbert Laubner
2008-08-26 17:42 ` Ale
2008-08-26 17:56   ` Justin
2008-08-26 18:04 ` Juan Fco. Giordana
2008-08-26 18:06   ` Juan Fco. Giordana
2008-08-26 18:09     ` Herbert Laubner
2008-08-26 18:30 ` Volker Armin Hemmann
2008-08-26 23:33   ` [gentoo-amd64] " Duncan
2008-08-27  4:49     ` Volker Armin Hemmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox