qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Current CVS build errors on RH9
@ 2007-09-01 14:21 Robert Reif
  2007-09-02  6:52 ` Mulyadi Santosa
  2007-09-16 21:40 ` Thiemo Seufer
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Reif @ 2007-09-01 14:21 UTC (permalink / raw)
  To: qemu-devel

It's been a few months since I comipled from source so I
just tried with current CVS and got these errors on RH9:

/home/wine/qemu/linux-user/syscall.c: In function `sys_tgkill':
/home/wine/qemu/linux-user/syscall.c:170: `__NR_tgkill' undeclared 
(first use in this function)
/home/wine/qemu/linux-user/syscall.c:170: (Each undeclared identifier is 
reported only once
/home/wine/qemu/linux-user/syscall.c:170: for each function it appears in.)

in various subdirectories and:

/home/wine/qemu/vl.c:59:24: linux/hpet.h: No such file or directory
/home/wine/qemu/vl.c: In function `hpet_start_timer':
/home/wine/qemu/vl.c:1222: storage size of `info' isn't known
/home/wine/qemu/vl.c:1230: `HPET_IRQFREQ' undeclared (first use in this 
function)
/home/wine/qemu/vl.c:1230: (Each undeclared identifier is reported only once
/home/wine/qemu/vl.c:1230: for each function it appears in.)
/home/wine/qemu/vl.c:1239: `HPET_INFO' undeclared (first use in this 
function)
/home/wine/qemu/vl.c:1244: `HPET_EPI' undeclared (first use in this 
function)
/home/wine/qemu/vl.c:1249: `HPET_IE_ON' undeclared (first use in this 
function)
/home/wine/qemu/vl.c:1222: warning: unused variable `info'

in various other subdirectories.

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

* Re: [Qemu-devel] Current CVS build errors on RH9
  2007-09-01 14:21 [Qemu-devel] Current CVS build errors on RH9 Robert Reif
@ 2007-09-02  6:52 ` Mulyadi Santosa
  2007-09-02 17:18   ` Alexander Voropay
  2007-09-16 21:40 ` Thiemo Seufer
  1 sibling, 1 reply; 4+ messages in thread
From: Mulyadi Santosa @ 2007-09-02  6:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: reif

Hi
>
> /home/wine/qemu/linux-user/syscall.c: In function `sys_tgkill':
> /home/wine/qemu/linux-user/syscall.c:170: `__NR_tgkill' undeclared 
> (first use in this function)
> /home/wine/qemu/linux-user/syscall.c:170: (Each undeclared identifier 
> is reported only once
> /home/wine/qemu/linux-user/syscall.c:170: for each function it appears 
> in.)
>
>
>
> /home/wine/qemu/vl.c:59:24: linux/hpet.h: No such file or directory
> /home/wine/qemu/vl.c: In function `hpet_start_timer':
> /home/wine/qemu/vl.c:1222: storage size of `info' isn't known
> /home/wine/qemu/vl.c:1230: `HPET_IRQFREQ' undeclared (first use in 
> this function)
Got that messages too when I try to rebuild the CVS version about 3-4 
days ago on my RH9 box. IMHO the reason is: no tg_kill syscall and hpet 
exists on RH 9. However, I successfully build the same CVS version on 
FC2. So, either we need to make the ./configure script detect such 
occassion and put the relevant ifdefs here and there, or we completely 
don't support those old distributions.

Anybody wants to share his/her thoughts about it?

regards,

Mulyadi

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

* Re: [Qemu-devel] Current CVS build errors on RH9
  2007-09-02  6:52 ` Mulyadi Santosa
@ 2007-09-02 17:18   ` Alexander Voropay
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Voropay @ 2007-09-02 17:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: reif

"Mulyadi Santosa" <a_mulyadi@softhome.net> wrote:

>> /home/wine/qemu/vl.c:59:24: linux/hpet.h: No such file or directory
>> /home/wine/qemu/vl.c: In function `hpet_start_timer':
>> /home/wine/qemu/vl.c:1222: storage size of `info' isn't known
>> /home/wine/qemu/vl.c:1230: `HPET_IRQFREQ' undeclared (first use in 
>> this function)
> Got that messages too when I try to rebuild the CVS version about 3-4 
> days ago on my RH9 box. IMHO the reason is: no tg_kill syscall and hpet 
> exists on RH 9. However, I successfully build the same CVS version on 
> FC2.

 The same problem exists on the RedHat RHEL 4 (deriviated from the FC 3).

--
-=AV=-

*******************************************************************************************************
Это сообщение и любые вложения являются конфиденциальными и предназначенными исключительно для адресатов.
Любое неуполномоченное использование или распространение запрещено.
Сообщения могут быть изменены. Компания Orange Business Services не несёт ответственности за изменение или фальсификацию
сообщений. Если Вы не являетесь получателем данного сообщения, пожалуйста сообщите об этом отправителю 
и удалите это сообщение.
*******************************************************************************************************
This message and any attachments (the "message") are confidential and intended solely for the addressees. 
Any unauthorised use or dissemination is prohibited.
Messages are susceptible to alteration. Orange Business Services shall not be liable for the message if altered, changed or
falsified. If you are not the intended addressee of this message, please cancel it immediately and inform 
the sender.
*******************************************************************************************************

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

* Re: [Qemu-devel] Current CVS build errors on RH9
  2007-09-01 14:21 [Qemu-devel] Current CVS build errors on RH9 Robert Reif
  2007-09-02  6:52 ` Mulyadi Santosa
@ 2007-09-16 21:40 ` Thiemo Seufer
  1 sibling, 0 replies; 4+ messages in thread
From: Thiemo Seufer @ 2007-09-16 21:40 UTC (permalink / raw)
  To: Robert Reif; +Cc: qemu-devel

Robert Reif wrote:
> It's been a few months since I comipled from source so I
> just tried with current CVS and got these errors on RH9:
>
> /home/wine/qemu/linux-user/syscall.c: In function `sys_tgkill':
> /home/wine/qemu/linux-user/syscall.c:170: `__NR_tgkill' undeclared (first 
> use in this function)
> /home/wine/qemu/linux-user/syscall.c:170: (Each undeclared identifier is 
> reported only once
> /home/wine/qemu/linux-user/syscall.c:170: for each function it appears in.)

It missed some ifdefs to disable use of those syscalls.

> in various subdirectories and:
>
> /home/wine/qemu/vl.c:59:24: linux/hpet.h: No such file or directory
> /home/wine/qemu/vl.c: In function `hpet_start_timer':
> /home/wine/qemu/vl.c:1222: storage size of `info' isn't known
> /home/wine/qemu/vl.c:1230: `HPET_IRQFREQ' undeclared (first use in this 
> function)
> /home/wine/qemu/vl.c:1230: (Each undeclared identifier is reported only 
> once
> /home/wine/qemu/vl.c:1230: for each function it appears in.)
> /home/wine/qemu/vl.c:1239: `HPET_INFO' undeclared (first use in this 
> function)
> /home/wine/qemu/vl.c:1244: `HPET_EPI' undeclared (first use in this 
> function)
> /home/wine/qemu/vl.c:1249: `HPET_IE_ON' undeclared (first use in this 
> function)
> /home/wine/qemu/vl.c:1222: warning: unused variable `info'

Both should be fixed now.


Thiemo

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

end of thread, other threads:[~2007-09-16 22:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-01 14:21 [Qemu-devel] Current CVS build errors on RH9 Robert Reif
2007-09-02  6:52 ` Mulyadi Santosa
2007-09-02 17:18   ` Alexander Voropay
2007-09-16 21:40 ` Thiemo Seufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).