![]() |
Error on Alpha Server - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Error on Alpha Server (/thread-1719.html) |
Error on Alpha Server - Alex Joe - 11-05-2007 08:51 AM Hello! After 'make install' on Debian etch I've this problem: Quote:alphavox:~/web/svn/nightly# make install System info: Debian etch 2.6.18-5-alpha-smp #1 SMP Two Alpha EV56 599.42MHz processors, 1024.28 total bogomips, 2047M RAM System library 2.3.6 I've no idea what's wrong ![]() RE: Error on Alpha Server - joximu - 11-05-2007 10:17 AM Hm, maybe (just guessing - but I've no specific idea) debain an alpha cpu behaves similar too some sort of BSD? in lr_syntax we find this: #if defined(__OpenBSD__) || defined(__FreeBSD__) #include <sys/proc.h> #else #include <sys/procfs.h> #endif so maybe it's something there. I assume the /usr/include files are different on a aplpha than on my server - so it's not easy... /J RE: Error on Alpha Server - Alex Joe - 11-06-2007 04:27 AM On Alpha are the same files in /usr/include. It's the same Debian which is on x86 architecture, differences are only in kernel. Alpha is 64-bit architecture. Files in /usr/include/sys/ on my server: Quote:acct.h ipc.h procfs.h socket.h termios.h user.h File procfs.h exist. It's maybe different version of gcc? I've version 4.1.2. Sorry for my English, I'm from Poland. RE: Error on Alpha Server - Alex Joe - 11-06-2007 04:52 AM I look files procfs.h and ucontext.h. Line 30 of procfs.h file: Quote:#include <sys/ucontext.h> Lines from 50 to 60 of ucontext.h: Quote:/* Userlevel context. */Error is on line 56: stack_t uc stack; RE: Error on Alpha Server - raphael - 11-06-2007 07:59 AM I'm afraid I'm unable to give any help here. Could you please open a bug report in Debian's BTS? # apt-get install reportbug $ reportbug /usr/include/sys/ucontext.h RE: Error on Alpha Server - Alex Joe - 11-15-2007 08:22 AM Hi, I resolve this problem: Quote:/* Userlevel context. */ And it works. There is bug in Debian distribution for Alpha. I open a bug report. RE: Error on Alpha Server - unugmax - 08-14-2008 12:51 AM Hi, Just had the same problem on Gentoo and a PPC. That fixed it. Thanks. cu Max RE: Error on Alpha Server - HansIgel - 11-05-2009 05:48 AM Same problem on an UltraSparc with Debian64! There is something wrong with the cases 32/62 ... Disable (comment) Line 265 in ucontext.h like discribed above. GOOD WORK! THX! |