Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge c/ problemas no ebuild.sh
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Portuguese
View previous topic :: View next topic  
Author Message
juris
n00b
n00b


Joined: 14 Jan 2006
Posts: 32
Location: Brazil-São Paulo

PostPosted: Sun Feb 26, 2006 9:18 pm    Post subject: emerge c/ problemas no ebuild.sh Reply with quote

code: emerge system
ou: emerge coreutils
ou : emerge pam
resultam no erro:
Code emerge system
* 030_all_coreutils-more-dir-colors.patch ... [ ok ] * Done with patching
* Reconfiguring configure scripts (be patient) ...
/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/pth.m4:55: warning: underquoted definition of _AC_PTH_VERBOSE/usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
configure.ac:51: /usr/bin/m4: ERROR: Cannot create temporary file for diversion: Permission denied
autom4te-2.59: /usr/bin/m4 failed with exit status: 1


aclocal-1.9: autom4te failed with exit status: 1

!!! ERROR: sys-apps/coreutils-5.94-r1 failed.
Call stack:
ebuild.sh, line 1928: Called dyn_unpack
ebuild.sh, line 719: Called src_unpack

!!! aclocal

- - - - -- - - -
OU:

* Applying pam-0.78-pam_handlers-handle-NULL.patch ... [ ok ] * Applying pam-0.78-console-reset.patch ... [ ok ] * Applying pam-0.78-devfsd.patch ... [ ok ] * Applying pam-0.78-pam_console-config.patch ... [ ok ] * Applying pam-0.77-pam_console-fix-fullpath-in-file-classes.patch ... [ ok ] * Applying pam-0.78-pam_console-static-glib.patch ... [ ok ] * Applying pam-0.78-pam_console_apply-use-correct-device.patch ... [ ok ] * Applying pam-0.78-pam_console-sed-static.patch ... [ ok ] * Applying pam-0.78-pam_console-Makefile-cleanup.patch ... [ ok ] * Applying pam-0.77-pam_xauth-also-set-DISPLAY.patch ... [ ok ] * Applying pam-0.78-nis.patch ... [ ok ]configure.in:414: /usr/bin/m4: ERROR: Cannot create temporary file for diversion: Permission denied
autom4te-2.59: /usr/bin/m4 failed with exit status: 1

!!! ERROR: sys-libs/pam-0.78-r4 failed.
Call stack:
ebuild.sh, line 1928: Called dyn_unpack
ebuild.sh, line 719: Called src_unpack

_ _ _ _ _ _ _ _ _ _ _ _
Claro q o emerge world também ...
Seguem mount e emerge-info:
Code:
/dev/hdb4 on / type reiserfs (rw,nosuid,nodev,noatime)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
udev on /dev type tmpfs (rw,nosuid)
devpts on /dev/pts type devpts (rw)
/dev/hdb1 on /boot type ext2 (rw,noatime)
none on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)
usbfs on /proc/bus/usb type usbfs (rw)

e ...
Code:
Gentoo Base System version 1.6.12

*** Deprecated use of action 'info', use '--info' instead
Portage 2.1_pre5 (default-linux/x86/2005.1, gcc-3.3.5-20050130, glibc-2.3.6-r3,$=================================================================
System uname: 2.6.12 i686 Intel(R) Pentium(R) 4 CPU 1.60GHz
dev-lang/python:     2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   [Not Present]
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/shar$CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg ccache distcc distlocks noauto sandbox sfperms st$GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/distfiles http://distfiles.gento$MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"

Alguém poderia me ajudar em como resolver ?
Desde já agradeço
Back to top
View user's profile Send private message
pacho2
Developer
Developer


Joined: 04 Mar 2005
Posts: 2599
Location: Oviedo, Spain

PostPosted: Tue Feb 28, 2006 7:12 pm    Post subject: Reply with quote

Code:
Permission denied


¿estas corriendo emerge como root?

[/quote]
Back to top
View user's profile Send private message
juris
n00b
n00b


Joined: 14 Jan 2006
Posts: 32
Location: Brazil-São Paulo

PostPosted: Wed Mar 01, 2006 3:57 am    Post subject: Ao Pacho e demais Reply with quote

Mis Saludos Pacho
No te preocupes más, yo acabé de encuentrar la solución.
Es un bug mismo y lo posté en el bugzilla (124325)
La solución es simples, solamente dar un ..
Code:
chmod 1777 /var/tmp  /tmp

Veja bem, o manual de instalação e a maioria das pessoas falam só do /var/tmp, mas também o /tmp precisa dessa permissão 1777 (altera também o flag)
Despues, un nuevo emerge y todo bien.
Gracias a vos Pacho por lo interes
Back to top
View user's profile Send private message
pacho2
Developer
Developer


Joined: 04 Mar 2005
Posts: 2599
Location: Oviedo, Spain

PostPosted: Wed Mar 01, 2006 2:08 pm    Post subject: Reply with quote

De nada hombre :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portuguese 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