WWW.GENTOO-SRBIJA.ORG
I laugh in the face of danger... Then i hide until it goes away. Petak, 21 Novembar/2008  
 » SADRŽAJ
 › Uvod
 › Performanse
 › Mirori
 › Linkovi
 › Download
 › Mailing lista
 › Kontakt
 » PROFIL
» šifra
zapamti me
  Registracija
 » PRETRAGA
 » NOVI PAKETI
app-pda/synce-sync-engine-0.12: SynCE - Synchronization engine
app-pda/synce-sync-engine-0.11.1: SynCE - Synchronization engine
sys-apps/busybox-1.12.2-r1: Utilities for rescue and embedded systems
xfce-extra/xfce4-timer-0.6.1: Timer panel plugin
www-client/seamonkey-1.1.13: Mozilla Application Suite - web browser, email, HTML editor, IRC
sys-apps/busybox-1.12.2: Utilities for rescue and embedded systems
sys-apps/busybox-1.12.1: Utilities for rescue and embedded systems
sys-apps/busybox-1.11.3: Utilities for rescue and embedded systems
sys-apps/busybox-1.12.0: Utilities for rescue and embedded systems
sys-apps/busybox-1.11.1: Utilities for rescue and embedded systems
 » WEBMAIL
 » GENTOO-PORTAGE
And we're back
Forum index ›› Portage › prelazak sa stable na ~x86 i problem sa emerge -e system  
  AUTOR   PORUKA

Član
Učlanjen: 30 Dec 06
Lokacija: Deep Space
Poruke: 83
profil¬ poruka¬
 Oglašeno: 01 Mar 07  00:50  

naime,redio sam lepo make.conf i pokrenuo emerge -e system medjutim negde na polovini pukne merge perl-a i dobijem sledeci output (zadnjih par redova)..
Making IPC::SysV (dynamic) 
Checking if your kit is complete... 
Looks good 
Writing Makefile for IPC::SysV 
make[1]: Entering directory `/var/tmp/portage/dev-lang/perl-5.8.8-r2/w 
ork/perl-5.8.8/ext/IPC/SysV' 
make[1]: Leaving directory `/var/tmp/portage/dev-lang/perl-5.8.8-r2/wo 
rk/perl-5.8.8/ext/IPC/SysV' 
make[1]: Entering directory `/var/tmp/portage/dev-lang/perl-5.8.8-r2/w 
ork/perl-5.8.8/ext/IPC/SysV' 
cp Msg.pm ../../../lib/IPC/Msg.pm 
cp Semaphore.pm ../../../lib/IPC/Semaphore.pm 
cp SysV.pm ../../../lib/IPC/SysV.pm 
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUt 
ils/xsubpp  -typemap ../../../lib/ExtUtils/typemap  SysV.xs > SysV.xsc 
 && mv SysV.xsc SysV.c 
i686-pc-linux-gnu-gcc -c   -fno-strict-aliasing -pipe -Wdeclaration-af 
ter-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/includ 
e/gdbm -march=athlon-xp -O2 -pipe -fomit-frame-pointer -mmmx -msse -m3 
dnow   -DVERSION="1.04" -DXS_VERSION="1.04" -fPIC "-I../../.."   S 
ysV.c 
SysV.xs:7:25: error: asm/page.h: No such file or directory 
make[1]: *** [SysV.o] Error 1 
make[1]: Leaving directory `/var/tmp/portage/dev-lang/perl-5.8.8-r2/wo 
rk/perl-5.8.8/ext/IPC/SysV' 
make: *** [lib/auto/IPC/SysV/SysV.so] Error 2 
 
!!! ERROR: dev-lang/perl-5.8.8-r2 failed. 
Call stack: 
ebuild.sh, line 1614:   Called dyn_compile 
ebuild.sh, line 971:   Called qa_call 'src_compile' 
environment, line 3335:   Called src_compile 
perl-5.8.8-r2.ebuild, line 273:   Called die 
 
!!! Unable to make 
!!! If you need support, post the topmost build error, and the call st 
ack if relevant. 
!!! A complete build log is located at '/var/log/portage/dev-lang:perl 
-5.8.8-r2:20070228-233702.log'.


shta moze biti problem?


Član
Učlanjen: 13 Apr 05
Lokacija: Užice
Poruke: 120
profil¬ poruka¬
upRE: prelazak sa stable na ~x86 i problem sa emerge -e system  Oglašeno: 01 Mar 07  01:22   Izmenio: Petar

Neki problemi u linux-headers. Napravi symlink na page.h

ln -s /usr/src/linux/include/asm/page.h /usr/include/asm



ili patchuj perl http://www.nntp.perl.org/group/perl.perl5.porters/2007/02/msg121370.ht ml

--- perl-5.8.8/ext/IPC/SysV/SysV.xs.no_asm_page_h       2001-06- 
30 14:46:07.000000000 -0400 
+++ perl-5.8.8/ext/IPC/SysV/SysV.xs     2006-06-02 17:37:22.000000000 
-0400 
@@ -3,9 +3,6 @@ 
#include "XSUB.h" 
 
#include <sys/types.h> 
-#ifdef __linux__ 
-#   include <asm/page.h> 
-#endif 
#if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM) 
#ifndef HAS_SEM 
#   include <sys/ipc.h>



Član
Učlanjen: 30 Dec 06
Lokacija: Deep Space
Poruke: 83
profil¬ poruka¬
upRE: prelazak sa stable na ~x86 i problem sa emerge -e system  Oglašeno: 01 Mar 07  18:44  

e hvala puno,u pravu si..symlink je reshenje,radi lepo sad..
thnxx josh jednom :)