Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[PORTAGE] panique a bord! emerge ne fonctionne plus![résolu]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
temsa
n00b
n00b


Joined: 26 Aug 2003
Posts: 27

PostPosted: Sat Dec 25, 2004 9:05 pm    Post subject: [PORTAGE] panique a bord! emerge ne fonctionne plus![résolu Reply with quote

Voilà, j'ai fait un chti emerge sync il y a quelques jours, et là emerge me dit que mon profile est pas bien.

Je suis la manip indiquée:

rm /etc/jesaisplusquoi

ln -s /etc/jsaisplusquoi-2004.3 /etc/jesaisplusquoi

je sais plus quoi

emerge sync ou metadata je sai plus

Depuis, quand je fais un emerge a peu pres n'importe quoi:

Code:


>>> md5 src_uri ;-) gimp-2.0.6.tar.bz2
ACCESS DENIED  mkdir:     /media/music/portage/gimp-2.0.6/work
install: Ne peut créer le répertoire `/var/tmp/portage/gimp-2.0.6/work': Permission non accordée

!!! ERROR: media-gfx/gimp-2.0.6 failed.
!!! Function dyn_unpack, Line 630, Exitcode 1
!!! Failed to create dir '/var/tmp/portage/gimp-2.0.6/work'
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-media-gfx_-_gimp-2.0.6-13780.log"

mkdir:     /media/music/portage/gimp-2.0.6/work
--------------------------------------------------------------------------------


J'ai des "access denied" dés que j'emerge quelque chose...

Je me suis dit que c'était les permissions sur /var/tmp/portage/ j'ai alors fait un
chown -R portage:portage /media/music/portage/

(/var/tmp/portage/ est un lien symbolique vers /media/music/portage)

que faire?
ca ne marche toujours pas!


Last edited by temsa on Sun Dec 26, 2004 11:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
pititjo
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 245
Location: Paris (France)

PostPosted: Sat Dec 25, 2004 9:12 pm    Post subject: Reply with quote

je sais pas si ça va faire quoi que se soit mais :
Code:
etc-update
:?: Sinon, retanter un emerge --sync :?:
_________________
pititjo.net
Le Mus. Et si c'était vrai ?
Back to top
View user's profile Send private message
temsa
n00b
n00b


Joined: 26 Aug 2003
Posts: 27

PostPosted: Sat Dec 25, 2004 9:13 pm    Post subject: Reply with quote

deja fait, les 2

j'ai aussi fait un emerge metadata...
Back to top
View user's profile Send private message
tlepo
Tux's lil' helper
Tux's lil' helper


Joined: 04 Sep 2003
Posts: 131
Location: Elouges (Belg.)

PostPosted: Sat Dec 25, 2004 11:41 pm    Post subject: Reply with quote

La manip que tu as faite est:
Quote:

emerge -n '>=sys-app/portage-2.0.51'
cd /etc
rm make.profile
ln -sf ../usr/portage/profiles/default-linux/x86/2004.3 make.profile

(Peut-être aussi emerge --regen et emerge --metadata).

Dans /usr/portage/default-linux/x86/2004.3, le fichier make.defaults est-il correct?
-Que contient-il?
-Que contient le fichier /tmp/sandbox-media-gfx_-_gimp-2.0.6-13780.log?

A+ T.
Back to top
View user's profile Send private message
temsa
n00b
n00b


Joined: 26 Aug 2003
Posts: 27

PostPosted: Sun Dec 26, 2004 9:00 am    Post subject: Reply with quote

Oui, la manip que j'ai faite est celle là :) merci

Code:

cat /etc/make.profile/make.defaults

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2004.3/make.defaults,v 1.12 2004/11/08 00:22:08 lv Exp $

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

# GCC 3.4.2 has multilib enabled by default, but we still need multilib in USE
# for compatibility. also, without this we might actually fail to build stages.
STAGE1_USE="multilib"

GRP_STAGE23_USE="${STAGE1_USE} ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses readline zlib -java -nptl"

# Sane, functional, almost-but-not-quite-minimal default for USE
USE="${GRP_STAGE23_USE} bitmap-fonts oss alsa crypt fortran f77 jpeg nls userlocales opengl png xml2 acpi gif jp2 lzw lzw-tiff png tiff truetype usb xpm xrandr xv"

ARCH="amd64"

# we can enable sandbox now that we use multilib by default
FEATURES="sandbox autoconfig"

CONF_LIBDIR="lib"
CONF_MULTILIBDIR="lib32"



rien ne parait anormal, je suis bien en architecture amd64 donc pas de probleme

Code:
cat /tmp/sandbox-media-gfx_-_gimp-2.0.6-13780.log
mkdir:     /media/music/portage/gimp-2.0.6/work

cat /tmp/sandbox-mail-client_-_mutt-1.5.6-r5-12588.log
mkdir:     /media/music/portage/mutt-1.5.6-r5/work

cat /tmp/sandbox-mail-client_-_mutt-1.5.6-r5-29689.log
mkdir:     /media/music/portage/mutt-1.5.6-r5/work



Enfin voila, tout mes essais disent la meme chose. J'ai aussi essayer de mettre l'option "sandbox" dans /etc/make.conf, mais ca ne change rien. a noter que les "emerge portage" fonctionnent (mais pas quand j'ai l'option "sandbox" par contre)
_________________
Jabber: temsa@wikibot.ma.cx

http://wikibot.ma.cx : Wikibot, c'est bon, mangez-en
Back to top
View user's profile Send private message
tlepo
Tux's lil' helper
Tux's lil' helper


Joined: 04 Sep 2003
Posts: 131
Location: Elouges (Belg.)

PostPosted: Sun Dec 26, 2004 10:21 am    Post subject: Reply with quote

C'est bien portage qui est propriétaire et groupe de /var/tmp/portage (avec des droits octaux de 755?

A+T.
Back to top
View user's profile Send private message
temsa
n00b
n00b


Joined: 26 Aug 2003
Posts: 27

PostPosted: Sun Dec 26, 2004 1:33 pm    Post subject: Reply with quote

Code:

hades darwinia # chown -R portage:portage /var/tmp/portage
hades darwinia # chown -R portage:portage /media/music/portage
hades darwinia # chmod 755 /media/music/portage
hades darwinia # emerge mutt
Calculating dependencies ...done!
>>> emerge (1 of 1) mail-client/mutt-1.5.6-r5 to /
>>> md5 src_uri ;-) mutt-1.5.6i.tar.gz
>>> md5 src_uri ;-) patch-1.5.5.1.cd.edit_threads.9.5-gentoo.bz2
>>> md5 src_uri ;-) patch-1.5.6.rr.compressed.gz
>>> md5 src_uri ;-) patch-1.5.6.dw.mbox-hook.1
>>> md5 src_uri ;-) patch-1.5.6.tg.hcache.11
>>> md5 src_uri ;-) patch-1.5.6.dw.pgp-timeout.1
>>> md5 src_uri ;-) patch-1.5.6.ddm.pgp-auto-decode.1

 *
 * NOTE: The USE variable 'imap' is not in your USE flags.
 * For imap support in mutt, you will need to restart the build with USE=imap
 *

ACCESS DENIED  mkdir:     /media/music/portage/mutt-1.5.6-r5/work
install: Ne peut créer le répertoire `/var/tmp/portage/mutt-1.5.6-r5/work': Permission non accordée

!!! ERROR: mail-client/mutt-1.5.6-r5 failed.
!!! Function dyn_unpack, Line 630, Exitcode 1
!!! Failed to create dir '/var/tmp/portage/mutt-1.5.6-r5/work'
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-mail-client_-_mutt-1.5.6-r5-17867.log"

mkdir:     /media/music/portage/mutt-1.5.6-r5/work
--------------------------------------------------------------------------------

_________________
Jabber: temsa@wikibot.ma.cx

http://wikibot.ma.cx : Wikibot, c'est bon, mangez-en
Back to top
View user's profile Send private message
zdra
Veteran
Veteran


Joined: 30 Nov 2003
Posts: 1693
Location: Bruxelles, Belgique

PostPosted: Sun Dec 26, 2004 2:32 pm    Post subject: Reply with quote

/media/musique c'est quoi ? Pourquoi il veut aller làbà ? Montre nous un peut ton /etc/make.conf
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Dec 26, 2004 3:12 pm    Post subject: Reply with quote

ca sent le lien de var/tmp/portage vers /media/music ... (peut etre parce qu'il n'y avait plus de place sur /var ? )
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
temsa
n00b
n00b


Joined: 26 Aug 2003
Posts: 27

PostPosted: Sun Dec 26, 2004 3:44 pm    Post subject: Reply with quote

kernel_sensei wrote:
ca sent le lien de var/tmp/portage vers /media/music ... (peut etre parce qu'il n'y avait plus de place sur /var ? )


gagné, mais je crois l'avoiir mentionné plus haut

Code:

cat /etc/make.conf
# Copyright 2000-2003 Daniel Robbins, Gentoo Technologies, Inc.
# Contains local system settings for Portage system
# $Header: /home/cvsroot/gentoo-src/portage/cnf/make.conf,v 1.70 2004/01/12 07:34:38 carpaski Exp $

# Please review 'man make.conf' for more information.

# Build-time functionality
# ========================
#
# The USE variable is used to enable optional build-time functionality. For
# example, quite a few packages have optional X, gtk or GNOME functionality
# that can only be enabled or disabled at compile-time. Gentoo Linux has a
# very extensive set of USE variables described in our USE variable HOWTO at
# http://www.gentoo.org/doc/use-howto.html
#
# The available list of use flags with descriptions is in your portage tree.
# Use 'less' to view them:  --> less /usr/portage/profiles/use.desc <--
#
# 'ufed' is an ncurses/dialog interface available in portage to make handling
# useflags for you. 'emerge app-admin/ufed'
#
# Example:
USE="X java gtk2 acl -gtk -xmms -imlib -fortran -motif gnome -oss alsa -ggi nvidia samba xvid -arts mozsvg v4l2 3dnow mmx sse sse2 dvd bootsplash eds gstreamer theora xine hal gnutls mono userlocales multilib"

# Host Setting
# ============
#
# If you are using a Pentium Pro or greater processor, leave this line as-is;
# otherwise, change to i586, i486 or i386 as appropriate. All modern systems
# (even Athlons) should use "i686-pc-linux-gnu". All K6's are i586.
#
CHOST="x86_64-pc-linux-gnu"

# Host and optimization settings
# ==============================
#
# For optimal performance, enable a CFLAGS setting appropriate for your CPU.
#
# Please note that if you experience strange issues with a package, it may be
# due to gcc's optimizations interacting in a strange way. Please test the
# package (and in some cases the libraries it uses) at default optimizations
# before reporting errors to developers.
#
# -mcpu=<cpu-type> means optimize code for the particular type of CPU without
# breaking compatibility with other CPUs.
#
# -march=<cpu-type> means to take full advantage of the ABI and instructions
# for the particular CPU; this will break compatibility with older CPUs (for
# example, -march=athlon-xp code will not run on a regular Athlon, and
# -march=i686 code will not run on a Pentium Classic.
#
# CPU types supported in gcc-3.2 and higher: athlon-xp, athlon-mp,
# athlon-tbird, athlon, k6, k6-2, k6-3, i386, i486, i586 (Pentium), i686
# (PentiumPro), pentium, pentium-mmx, pentiumpro, pentium2 (Celeron),
# pentium3, and pentium4.
#
# Note that Gentoo Linux 1.4 and higher include at least gcc-3.2.
#
# CPU types supported in gcc-2.95*: k6, i386, i486, i586 (Pentium), i686
# (Pentium Pro), pentium, pentiumpro Gentoo Linux 1.2 and below use gcc-2.95*
#
# CRITICAL WARNINGS: ****************************************************** #
# K6 markings are deceptive. Avoid setting -march for them. See Bug #24379. #
# ************************************************************************* #
#
# Decent examples:
#
#CFLAGS="-march=athlon64 -O3 -pipe -fforce-addr -fomit-frame-pointer -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays"
CFLAGS="-march=athlon64 -O3 -pipe -ffast-math -fomit-frame-pointer"

# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings.
CXXFLAGS="${CFLAGS}"

# Advanced Masking
# ================
#
# Gentoo is using a new masking system to allow for easier stability testing
# on packages. KEYWORDS are used in ebuilds to mask and unmask packages based
# on the platform they are set for. A special form has been added that
# indicates packages and revisions that are expected to work, but have not yet
# been approved for the stable set. '~arch' is a superset of 'arch' which
# includes the unstable, in testing, packages. Users of the 'x86' architecture
# would add '~x86' to ACCEPT_KEYWORDS to enable unstable/testing packages.
# '~ppc', '~sparc' are the unstable KEYWORDS for their respective platforms.
#
# Please note that this is not for development, alpha, beta, nor cvs release
# packages. "Broken" packages will not be added to testing and should not be
# requested to be added. Alternative routes are available to developers
# for experimental packages, and it is at their discretion to use them.
#
# DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST.
# IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS.
#
ACCEPT_KEYWORDS="~amd64"

# Portage Directories
# ===================
#
# Each of these settings controls an aspect of portage's storage and file
# system usage. If you change any of these, be sure it is available when
# you try to use portage. *** DO NOT INCLUDE A TRAILING "/" ***
#
# PORTAGE_TMPDIR is the location portage will use for compilations and
#     temporary storage of data. This can get VERY large depending upon
#     the application being installed.
#PORTAGE_TMPDIR=/var/tmp
#
# PORTDIR is the location of the portage tree. This is the repository
#     for all profile information as well as all ebuilds. This directory
#     itself can reach 200M. WE DO NOT RECOMMEND that you change this.
PORTDIR=/usr/portage
#
# DISTDIR is where all of the source code tarballs will be placed for
#     emerges. The source code is maintained here unless you delete
#     it. The entire repository of tarballs for gentoo is 9G. This is
#     considerably more than any user will ever download. 2-3G is
#     a large DISTDIR.
#DISTDIR=${PORTDIR}/distfiles
#
# PKGDIR is the location of binary packages that you can have created
#     with '--buildpkg' or '-b' while emerging a package. This can get
#     upto several hundred megs, or even a few gigs.
#PKGDIR=${PORTDIR}/packages
#
# PORT_LOGDIR is the location where portage will store all the logs it
#     creates from each individual merge. They are stored as YYMMDD-$PF.log
#     in the directory specified. This is disabled until you enable it by
#     providing a directory. Permissions will be modified as needed IF the
#     directory exists, otherwise logging will be disabled.
#PORT_LOGDIR=/var/log/portage
#
# PORTDIR_OVERLAY is a directory where local ebuilds may be stored without
#     concern that they will be deleted by rsync updates. Default is not
#     defined.
PORTDIR_OVERLAY=/usr/local/portage

# Fetching files
# ==============
#
# If you need to set a proxy for wget or lukemftp, add the appropriate "export
# ftp_proxy=<proxy>" and "export http_proxy=<proxy>" lines to /etc/profile if
# all users on your system should use them.
#
# Portage uses wget by default. Here are some settings for some alternate
# downloaders -- note that you need to merge these programs first before they
# will be available.
#
# Default fetch command (5 tries, passive ftp for firewall compatibility)
#FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}"
#RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp \${URI} -P \${DISTDIR}"
#
# Using wget, ratelimiting downloads
#FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp --limit-rate=200k \${URI} -P \${DISTDIR}"
#RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp --limit-rate=200k \${URI} -P \${DISTDIR}"
#
# Lukemftp (BSD ftp):
#FETCHCOMMAND="/usr/bin/lukemftp -s -a -o \${DISTDIR}/\${FILE} \${URI}"
#RESUMECOMMAND="/usr/bin/lukemftp -s -a -R -o \${DISTDIR}/\${FILE} \${URI}"
#
# Prozilla (turbo downloader)
#FETCHCOMMAND='/usr/bin/proz --no-getch -s ${URI} -P ${DISTDIR}'
#
# Portage uses GENTOO_MIRRORS to specify mirrors to use for source retrieval.
# The list is a space seperated list which is read left to right. If you use
# another mirror we highly recommend leaving the default mirror at the end of
# the list so that portage will fall back to it if the files cannot be found
# on your specified mirror. We _HIGHLY_ recommend that you change this setting
# to a nearby mirror by merging and using the 'mirrorselect' tool.
GENTOO_MIRRORS="http://www.gigaload.org/gentoo.org/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
#
# Portage uses PORTAGE_BINHOST to specify mirrors for prebuilt-binary packages.
# The list is a single extry specifying the full address of the directory
# serving the tbz2's for your system. Running emerge with either '--getbinpkg'
# or '--getbinpkgonly' will cause portage to retrieve the metadata from all
# packages in the directory specified, and use that data to determine what will
# be downloaded and merged. '-g' or '-gK' are the recommend parameters. Please
# consult the man pages and 'emerge --help' for more information.
#PORTAGE_BINHOST="ftp://login:pass@grp.mirror.site/pub/grp/i686/athlon-xp/"
#PORTAGE_BINHOST="http://grp.mirror.site/gentoo/grp/1.4/i686/athlon-xp/"

# Synchronizing Portage
# =====================
#
# Each of these settings effects how Gentoo synchronizes your Portage tree.
# Synchronization is handled by rsync and these settings allow some control
# over how it is done.
#
#
# SYNC is the server used by rsync to retrieve a localized rsync mirror
#     rotation. This allows you to select servers that are geographically
#     close to you, yet still distribute the load over a number of servers.
#     Please do not single out specific rsync mirrors. Doing so places undue
#     stress on particular mirrors.  Instead you may use one of the following
#     continent specific rotations:
#
#   Default:       "rsync://rsync.gentoo.org/gentoo-portage"
#   North America: "rsync://rsync.namerica.gentoo.org/gentoo-portage"
#   South America: "rsync://rsync.samerica.gentoo.org/gentoo-portage"
#   Europe:        "rsync://rsync.europe.gentoo.org/gentoo-portage"
#   Asia:          "rsync://rsync.asia.gentoo.org/gentoo-portage"
#   Australia:     "rsync://rsync.au.gentoo.org/gentoo-portage"
#SYNC="rsync://rsync.gentoo.org/gentoo-portage"

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

# RSYNC_RETRIES sets the number of times portage will attempt to retrieve
#     a current portage tree before it exits with an error. This allows
#     for a more successful retrieval without user intervention most times.
#RSYNC_RETRIES="3"
#
# RSYNC_TIMEOUT sets the length of time rsync will wait before it times out
#     on a connection. Most users will benefit from this setting as it will
#     reduce the amount of 'dead air' they experience when they run across
#     the occasional, unreachable mirror. Dialup users might want to set this
#     value up around the 300 second mark.
#RSYNC_TIMEOUT=180

# Advanced Features
# =================
#
# MAKEOPTS provides extra options that may be passed to 'make' when a
#     program is compiled. Presently the only use is for specifying
#     the number of parallel makes (-j) to perform. The suggested number
#     for parallel makes is CPUs+1.
MAKEOPTS="-j2"
#
# PORTAGE_NICENESS provides a default increment to emerge's niceness level.
#     Note: This is an increment. Running emerge in a niced environment will
#     reduce it further. Default is unset.
PORTAGE_NICENESS=3
#
# AUTOCLEAN enables portage to automatically clean out older or overlapping
#     packages from the system after every successful merge. This is the
#     same as running 'emerge -c' after every merge. Set with: "yes" or "no".
#     This does not affect the unpacked source. See 'noclean' below.
AUTOCLEAN="yes"
#
# FEATURES are settings that affect the functionality of portage. Most of
#     these settings are for developer use, but some are available to non-
#     developers as well.
#
#  'autoaddcvs'  causes portage to automatically try to add files to cvs
#                that will have to be added later. Done at generation times
#                and only has an effect when 'cvs' is also set.
#  'buildpkg'    causes binary packages to be created of all packages that
#                are merged.
#  'ccache'      enables ccache support via CC.
#  'cvs'         feature for developers that causes portage to enable all
#                cvs features (commits, adds) and all USE flags in SRC_URI
#                will be applied for digests.
#  'digest'      autogenerate a digest for packages.
#  'distcc'      enables distcc support via CC.
#  'fixpackages' allows portage to fix binary packages that are stored in
#                PKGDIR. This can consume a lot of time. 'fixpackages' is
#                also a script that can be run at any given time to force
#                the same actions.
#  'keeptemp'    prevents the clean phase from deleting the temp files ($T)
#                from a merge.
#  'keepwork'    prevents the clean phase from deleting the WORKDIR.
#  'noauto'      causes ebuild to perform only the action requested and
#                not any other required actions like clean or
#  'noclean'     prevents portage from removing the source and temporary files
#                after a merge -- for debugging purposes only.
#  'nostrip'     prevents stripping of binaries.
#  'notitles'    disables xterm titlebar updates (which contain status info).
#  'sandbox'     enable sandbox-ing when running emerge and ebuild
#  'strict'      causes portage to react strongly to conditions that
#                have the potential to be dangerous -- like missing or
#                incorrect Manifest files.
#  'userpriv'    allows portage to drop root privleges while it is compiling
#                as a security measure, and as a side effect this can remove
#                sandbox access violations for users.
#  'usersandbox' enables sandboxing while portage is running under userpriv.
#                unpack -- for debugging purposes only.
#FEATURES="sandbox userpriv usersandbox"
#buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork"
#
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
#     2G, and will be set if not defined otherwise and ccache is in features.
#     Portage will set the default ccache dir if it is not present in the
#     user's environment, for userpriv it sets: ${PORTAGE_TMPDIR}/ccache
#     (/var/tmp/ccache), and for regular use the default is /root/.ccache.
#     Sizes are specified with 'G' 'M' or 'K'.
#     '4G' for 4 gigabytes, '4096M' for 4 gigabytes, etc... Default is 2G
#CCACHE_SIZE="2G"
#
# DISTCC_DIR sets the temporary space used by distcc.
#DISTCC_DIR="${PORT_TMPDIR}/.distcc"
#
# RSYNC_EXCLUDEFROM is a file that portage will pass to rsync when it updates
#     the portage tree. Specific chucks of the tree may be excluded from
#     consideration. This may cause dependency failures if you are not careful.
#     The file format is one pattern per line, blanks and ';' or '#' lines are
#     comments. See 'man rsync' for more details on the exclude-from format.
#RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes

_________________
Jabber: temsa@wikibot.ma.cx

http://wikibot.ma.cx : Wikibot, c'est bon, mangez-en
Back to top
View user's profile Send private message
temsa
n00b
n00b


Joined: 26 Aug 2003
Posts: 27

PostPosted: Sun Dec 26, 2004 9:58 pm    Post subject: Reply with quote

:!:

Le problème est toujours pas règlé :(

et j'avoue ne pas avoir idée du problème, et j'ai plein de choses a "emerger" moi...

ce serait un bug de portage ?
_________________
Jabber: temsa@wikibot.ma.cx

http://wikibot.ma.cx : Wikibot, c'est bon, mangez-en
Back to top
View user's profile Send private message
tlepo
Tux's lil' helper
Tux's lil' helper


Joined: 04 Sep 2003
Posts: 131
Location: Elouges (Belg.)

PostPosted: Sun Dec 26, 2004 10:19 pm    Post subject: Reply with quote

Quand même, il faut bien voir que tu es totalement en instable avec la variable ACCEPT_KEYWORDS="~amd64".
Celle-ci devrait être commentée et les paquets que tu veux en instable devrait se trouver dans le fichier /etc/portage/package.keywords.

Autrement, as-tu déjà essayé de supprimer les sous-répertoires de /var/tmp/portage/ pour voir si ça aide?
Il y a-t-il une raison fondamentale à avoir un lien vers /media/music/portage.
Si tu le supprimes, la situation s'en trouve-t-elle améliorée?

A+ T.
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Dec 26, 2004 10:29 pm    Post subject: Reply with quote

IL NE FAUT PAS FAIRE DE LIEN !!! Sinon SANDBOX pete un cable !!

Pour changer de TEMP proprement, il faut modifier PORTAGE_TMPDIR=/var/tmp dans le make.conf
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Sun Dec 26, 2004 10:32 pm    Post subject: Reply with quote

tlepo wrote:
Quand même, il faut bien voir que tu es totalement en instable avec la variable ACCEPT_KEYWORDS="~amd64".
Celle-ci devrait être commentée et les paquets que tu veux en instable devrait se trouver dans le fichier /etc/portage/package.keywords.

...

A+ T.


Ah bon, pourquoi ? Si il choisit d'etre 100% ~amd64 (comme moi par exemple)
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
tlepo
Tux's lil' helper
Tux's lil' helper


Joined: 04 Sep 2003
Posts: 131
Location: Elouges (Belg.)

PostPosted: Sun Dec 26, 2004 10:45 pm    Post subject: Reply with quote

Quote:

Ah bon, pourquoi ? Si il choisit d'etre 100% ~amd64 (comme moi par exemple)


Chacun fait ce qu'il veut :wink: :D (je disais juste que ça peut amener des paquets instables).

Pour le lien -- voir le premier post:
Quote:

(/var/tmp/portage/ est un lien symbolique vers /media/music/portage)



A+ T.
Back to top
View user's profile Send private message
temsa
n00b
n00b


Joined: 26 Aug 2003
Posts: 27

PostPosted: Sun Dec 26, 2004 11:26 pm    Post subject: Reply with quote

kernel_sensei wrote:
IL NE FAUT PAS FAIRE DE LIEN !!! Sinon SANDBOX pete un cable !!

Pour changer de TEMP proprement, il faut modifier PORTAGE_TMPDIR=/var/tmp dans le make.conf


ca doit etre ça, je trouvais ca juste plus joli de garder une arborescnce quasi-standard, je vais changer make.cof, ce qui est bizarre, c'est que ça fonctionnait bien avant la mise a jour

bon je vais tester je vous dit apres

et oui, je choisi d'etre en ~amd64 et c'est mon choix :P au passage j'en profite pour signaler que StepMania est tout a fait emergeable en 64 bit, mais qu'il ne lit pas les mp3 et qu'il faut tout passer en .ogg (j'ai fait des scripts de conversion en ogg et de modification des .sm correspondant si vous voulez. ca necessite mp32ogg evidemment)

merci
_________________
Jabber: temsa@wikibot.ma.cx

http://wikibot.ma.cx : Wikibot, c'est bon, mangez-en
Back to top
View user's profile Send private message
temsa
n00b
n00b


Joined: 26 Aug 2003
Posts: 27

PostPosted: Sun Dec 26, 2004 11:34 pm    Post subject: Reply with quote

C'est bon ca marche c'est la fete :) :) :)

merci beaucoup, je pensais plus a ce pauvre petit lien symbolique
_________________
Jabber: temsa@wikibot.ma.cx

http://wikibot.ma.cx : Wikibot, c'est bon, mangez-en
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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