All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 726962] [NEW] darwin user i386 no such directory
@ 2011-03-01  4:15 Marshall Midden
  2011-05-26 22:56 ` [Qemu-devel] [Bug 726962] " Karl-Michael Schindler
  2013-07-26 12:59 ` Peter Maydell
  0 siblings, 2 replies; 6+ messages in thread
From: Marshall Midden @ 2011-03-01  4:15 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

qemu-0.14.0/darwin-user/i386: No such file or directory

I tried the current sources and the "stable".

I am running mac os x 10.5.8 -- 64 bit on macbook pro.  fusion works,
virtualbox works, Q did on i386, but not 64 bit.

I had "fink" installed, and changed /sw to be after /usr/local/bin so
that I could put up the latest gmake to get around fink's problems. It
won't compile with gcc42, so I am using XCode 4.0.1.

What am I doing wrong? What did I miss?

commit 417131fb9ad3f6dd7177a338cc5f143dec4d75f0
Author: Stefan Weil <weil@mail.berlios.de>
Date:   Fri Feb 25 16:30:20 2011 -0600

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/726962

Title:
  darwin user i386 no such directory

Status in QEMU:
  New

Bug description:
  qemu-0.14.0/darwin-user/i386: No such file or directory

  I tried the current sources and the "stable".

  I am running mac os x 10.5.8 -- 64 bit on macbook pro.  fusion works,
  virtualbox works, Q did on i386, but not 64 bit.

  I had "fink" installed, and changed /sw to be after /usr/local/bin so
  that I could put up the latest gmake to get around fink's problems. It
  won't compile with gcc42, so I am using XCode 4.0.1.

  What am I doing wrong? What did I miss?

  commit 417131fb9ad3f6dd7177a338cc5f143dec4d75f0
  Author: Stefan Weil <weil@mail.berlios.de>
  Date:   Fri Feb 25 16:30:20 2011 -0600

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

* [Qemu-devel] [Bug 726962] Re: darwin user i386 no such directory
  2011-03-01  4:15 [Qemu-devel] [Bug 726962] [NEW] darwin user i386 no such directory Marshall Midden
@ 2011-05-26 22:56 ` Karl-Michael Schindler
  2011-05-28 14:48   ` Andreas Färber
  2013-07-26 12:59 ` Peter Maydell
  1 sibling, 1 reply; 6+ messages in thread
From: Karl-Michael Schindler @ 2011-05-26 22:56 UTC (permalink / raw)
  To: qemu-devel

same with 0.14.1 with Mac OS X 10.6.7.
target ppc-darwin-user has the same problem:


  CC    ppc-darwin-user/main.o
cc1: warning: /Users/michael/Downloads/qemu-0.14.1/darwin-user/ppc: No such file or directory
In file included from /Users/michael/Downloads/qemu-0.14.1/target-ppc/cpu.h:855,
                 from /Users/michael/Downloads/qemu-0.14.1/darwin-user/qemu.h:7,
                 from /Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:30:
../cpu-all.h:622:24: error: qemu-types.h: No such file or directory
In file included from /Users/michael/Downloads/qemu-0.14.1/target-ppc/cpu.h:855,
                 from /Users/michael/Downloads/qemu-0.14.1/darwin-user/qemu.h:7,
                 from /Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:30:
../cpu-all.h:756: error: expected declaration specifiers or ‘...’ before ‘abi_ulong’
../cpu-all.h:757: error: expected declaration specifiers or ‘...’ before ‘abi_ulong’
In file included from /Users/michael/Downloads/qemu-0.14.1/darwin-user/qemu.h:9,
                 from /Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:30:
../thunk.h: In function ‘thunk_type_size’:
../thunk.h:104: error: ‘TARGET_ABI_BITS’ undeclared (first use in this function)
../thunk.h:104: error: (Each undeclared identifier is reported only once
../thunk.h:104: error: for each function it appears in.)
../thunk.h: In function ‘thunk_type_align’:
../thunk.h:141: error: ‘TARGET_ABI_BITS’ undeclared (first use in this function)
In file included from /Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:30:
/Users/michael/Downloads/qemu-0.14.1/darwin-user/qemu.h: At top level:
/Users/michael/Downloads/qemu-0.14.1/darwin-user/qemu.h:100: warning: ‘struct sigaltstack’ declared inside parameter list
/Users/michael/Downloads/qemu-0.14.1/darwin-user/qemu.h:100: warning: its scope is only this definition or declaration, which is probably not what you want
/Users/michael/Downloads/qemu-0.14.1/darwin-user/qemu.h:109: warning: redundant redeclaration of ‘init_paths’
../qemu-common.h:172: warning: previous declaration of ‘init_paths’ was here
/Users/michael/Downloads/qemu-0.14.1/darwin-user/qemu.h:110: warning: redundant redeclaration of ‘path’
../qemu-common.h:173: warning: previous declaration of ‘path’ was here
/Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:74: warning: no previous prototype for ‘cpu_get_pic_interrupt’
/Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c: In function ‘cpu_loop’:
/Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:164: warning: cast to pointer from integer of different size
/Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:173: warning: cast to pointer from integer of different size
/Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:184: warning: cast to pointer from integer of different size
/Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:280: warning: cast to pointer from integer of different size
/Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:288: warning: cast to pointer from integer of different size
/Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:300: warning: cast to pointer from integer of different size
/Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:331: warning: cast to pointer from integer of different size
/Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:393: warning: cast to pointer from integer of different size
/Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c: In function ‘main’:
/Users/michael/Downloads/qemu-0.14.1/darwin-user/main.c:777: warning: assignment discards qualifiers from pointer target type
make[1]: *** [main.o] Error 1
make: *** [subdir-ppc-darwin-user] Error 2

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/726962

Title:
  darwin user i386 no such directory

Status in QEMU:
  New

Bug description:
  qemu-0.14.0/darwin-user/i386: No such file or directory

  I tried the current sources and the "stable".

  I am running mac os x 10.5.8 -- 64 bit on macbook pro.  fusion works,
  virtualbox works, Q did on i386, but not 64 bit.

  I had "fink" installed, and changed /sw to be after /usr/local/bin so
  that I could put up the latest gmake to get around fink's problems. It
  won't compile with gcc42, so I am using XCode 4.0.1.

  What am I doing wrong? What did I miss?

  commit 417131fb9ad3f6dd7177a338cc5f143dec4d75f0
  Author: Stefan Weil <weil@mail.berlios.de>
  Date:   Fri Feb 25 16:30:20 2011 -0600

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

* Re: [Qemu-devel] [Bug 726962] Re: darwin user i386 no such directory
  2011-05-26 22:56 ` [Qemu-devel] [Bug 726962] " Karl-Michael Schindler
@ 2011-05-28 14:48   ` Andreas Färber
  2011-05-28 15:40     ` Karl-Michael Schindler
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Färber @ 2011-05-28 14:48 UTC (permalink / raw)
  To: Bug 726962; +Cc: qemu-devel

Am 27.05.2011 um 00:56 schrieb Karl-Michael Schindler:

> same with 0.14.1 with Mac OS X 10.6.7.
> target ppc-darwin-user has the same problem:
>
>
>  CC    ppc-darwin-user/main.o
> cc1: warning: /Users/michael/Downloads/qemu-0.14.1/darwin-user/ppc:  
> No such file or directory
> In file included from /Users/michael/Downloads/qemu-0.14.1/target- 
> ppc/cpu.h:855,
>                 from /Users/michael/Downloads/qemu-0.14.1/darwin- 
> user/qemu.h:7,
>                 from /Users/michael/Downloads/qemu-0.14.1/darwin- 
> user/main.c:30:
> ../cpu-all.h:622:24: error: qemu-types.h: No such file or directory

I do have a patch for this one and another, but there's many more  
errors so I didn't bother to post it.

If you're willing to invest time on this, have a look at:

http://repo.or.cz/w/qemu/afaerber.git/shortlog/refs/heads/darwin-user

Don't bother with 0.14.1, it'll need to be rebased against git master.  
If you have patches, please post to qemu-devel mailing list and cc me.

Thanks,
Andreas

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

* Re: [Qemu-devel] [Bug 726962] Re: darwin user i386 no such directory
  2011-05-28 14:48   ` Andreas Färber
@ 2011-05-28 15:40     ` Karl-Michael Schindler
  2011-05-29 16:03       ` Andreas Färber
  0 siblings, 1 reply; 6+ messages in thread
From: Karl-Michael Schindler @ 2011-05-28 15:40 UTC (permalink / raw)
  To: qemu-devel

Am 28.05.2011 um 16:48 schrieb Andreas Färber:

> If you're willing to invest time on this, have a look at:
> 
> http://repo.or.cz/w/qemu/afaerber.git/shortlog/refs/heads/darwin-user

interestinng link, but my actual interest was mipsel-linux, which is
already covered, but

> Don't bother with 0.14.1, it'll need to be rebased against git master.

hm, fink is based on tarballs with fixed checksums. Usually, this means
release tarballs.

>  If you have patches, please post to qemu-devel mailing list and cc
me.

ok.

> Thanks,
> Andreas

Michael Schindler

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/726962

Title:
  darwin user i386 no such directory

Status in QEMU:
  New

Bug description:
  qemu-0.14.0/darwin-user/i386: No such file or directory

  I tried the current sources and the "stable".

  I am running mac os x 10.5.8 -- 64 bit on macbook pro.  fusion works,
  virtualbox works, Q did on i386, but not 64 bit.

  I had "fink" installed, and changed /sw to be after /usr/local/bin so
  that I could put up the latest gmake to get around fink's problems. It
  won't compile with gcc42, so I am using XCode 4.0.1.

  What am I doing wrong? What did I miss?

  commit 417131fb9ad3f6dd7177a338cc5f143dec4d75f0
  Author: Stefan Weil <weil@mail.berlios.de>
  Date:   Fri Feb 25 16:30:20 2011 -0600

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

* Re: [Qemu-devel] [Bug 726962] Re: darwin user i386 no such directory
  2011-05-28 15:40     ` Karl-Michael Schindler
@ 2011-05-29 16:03       ` Andreas Färber
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Färber @ 2011-05-29 16:03 UTC (permalink / raw)
  To: Bug 726962; +Cc: qemu-devel

Am 28.05.2011 um 17:40 schrieb Karl-Michael Schindler:

> Am 28.05.2011 um 16:48 schrieb Andreas Färber:
>
>> If you're willing to invest time on this, have a look at:
>>
>> http://repo.or.cz/w/qemu/afaerber.git/shortlog/refs/heads/darwin-user
[...]
>> Don't bother with 0.14.1, it'll need to be rebased against git  
>> master.
>
> hm, fink is based on tarballs with fixed checksums. Usually, this  
> means
> release tarballs.

Maybe I was too brief: darwin-user is broken since at least 0.9.0 four  
years ago, so there's no reason to believe that it'll be fixed in this  
or some upcoming tarball just by filing a bug ticket.

If you do want to create patches to fix this, you'll need to use the  
git version and its master branch.
Cf. http://wiki.qemu.org/Contribute/SubmitAPatch

Compilation works very well without Fink btw, we currently have zero  
hard dependencies.

Andreas

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

* [Qemu-devel] [Bug 726962] Re: darwin user i386 no such directory
  2011-03-01  4:15 [Qemu-devel] [Bug 726962] [NEW] darwin user i386 no such directory Marshall Midden
  2011-05-26 22:56 ` [Qemu-devel] [Bug 726962] " Karl-Michael Schindler
@ 2013-07-26 12:59 ` Peter Maydell
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Maydell @ 2013-07-26 12:59 UTC (permalink / raw)
  To: qemu-devel

This is fixed, in that darwin-user was removed some time ago...


** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/726962

Title:
  darwin user i386 no such directory

Status in QEMU:
  Fix Released

Bug description:
  qemu-0.14.0/darwin-user/i386: No such file or directory

  I tried the current sources and the "stable".

  I am running mac os x 10.5.8 -- 64 bit on macbook pro.  fusion works,
  virtualbox works, Q did on i386, but not 64 bit.

  I had "fink" installed, and changed /sw to be after /usr/local/bin so
  that I could put up the latest gmake to get around fink's problems. It
  won't compile with gcc42, so I am using XCode 4.0.1.

  What am I doing wrong? What did I miss?

  commit 417131fb9ad3f6dd7177a338cc5f143dec4d75f0
  Author: Stefan Weil <weil@mail.berlios.de>
  Date:   Fri Feb 25 16:30:20 2011 -0600

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/726962/+subscriptions

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

end of thread, other threads:[~2013-07-26 13:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-01  4:15 [Qemu-devel] [Bug 726962] [NEW] darwin user i386 no such directory Marshall Midden
2011-05-26 22:56 ` [Qemu-devel] [Bug 726962] " Karl-Michael Schindler
2011-05-28 14:48   ` Andreas Färber
2011-05-28 15:40     ` Karl-Michael Schindler
2011-05-29 16:03       ` Andreas Färber
2013-07-26 12:59 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.