Re: emulators/qemu-launcher: unable to launch

2006-11-17 Thread mato
martinko wrote:
> Lowell Gilbert wrote:
>   
>> The port's maintainer updated it to a new version, and it seems to be
>> working fine for me now.
>>
>>
>>   
>> 
>
> Works here too, thank you all!
>
> M:)
>
>   

Well, actually there is some bug within the application I guess:

$ qemu-launcher W2K_CZ_SP4_NTFS
Can't call method "get_widget" without a package or object reference at
/usr/local/bin/qemu-launcher line 1241.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: emulators/qemu-launcher: unable to launch

2006-11-17 Thread martinko
Lowell Gilbert wrote:
> The port's maintainer updated it to a new version, and it seems to be
> working fine for me now.
>
>
>   

Works here too, thank you all!

M:)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: emulators/qemu-launcher: unable to launch

2006-11-16 Thread Lowell Gilbert
The port's maintainer updated it to a new version, and it seems to be
working fine for me now.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: emulators/qemu-launcher: unable to launch

2006-11-15 Thread Lowell Gilbert
Lowell Gilbert <[EMAIL PROTECTED]> writes:

> Oops; never mind.  I can reproduce this also.

I'm guessing that configure isn't picking up library locations
properly for p5-Gnome2-VFS, but I could be way off (GTK really 
isn't my thing).
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: emulators/qemu-launcher: unable to launch

2006-11-13 Thread Lowell Gilbert
Lowell Gilbert <[EMAIL PROTECTED]> writes:

> martinko <[EMAIL PROTECTED]> writes:
>
>> Lowell Gilbert wrote:
>>> martinko <[EMAIL PROTECTED]> writes:
>>>
>>>   
 Hello list,

 I've just compiled and installed emulators/qemu-launcher and this is
 what I've got when trying to run it:

 $ qemu-launcher
 /libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.0: Undefined
 symbol "pthread_getschedparam"

 What's wrong please?  What am I to do now?
 
>>>
>>> When you installed the port, it printed out the pkg-message file for
>>> the port, which has the answer for this problem and a number of
>>> others.  Specifically:
>>> - qemu now uses aio at least for ide dma, so if you get `Bad system 
>>> call'
>>> crashes that is because aio is not (kld)loaded.
>>>
>>>
>>>   
>>
>> Lowell,
>>
>> You're obviously right.  The message must have scrolled off the screen
>> or something.  Usually I notice and read pkg-messages.  Sorry.
>>
>> But yours was an answer to a different question of mine.  This thread is
>> regarding qemu-launcher and has nothing to do with aio.ko.  (I just
>> checked if there isn't anything in its pkg-message:))
>>
>> Do you happen to know a solution to this issue too please ?
>
> My apologies; I seem to have cut and pasted into the wrong windows.
>
> This is a problem with how glib links into the pthreads libraries.
> pthread_getschedparam is definitely supposed to be invoked from there,
> and on -STABLE, at least, that symbol is in libpthread.  Is that the
> case on your system?  When you build glib, is libpthread found?

Oops; never mind.  I can reproduce this also.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: emulators/qemu-launcher: unable to launch

2006-11-13 Thread Lowell Gilbert
martinko <[EMAIL PROTECTED]> writes:

> Lowell Gilbert wrote:
>> martinko <[EMAIL PROTECTED]> writes:
>>
>>   
>>> Hello list,
>>>
>>> I've just compiled and installed emulators/qemu-launcher and this is
>>> what I've got when trying to run it:
>>>
>>> $ qemu-launcher
>>> /libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.0: Undefined
>>> symbol "pthread_getschedparam"
>>>
>>> What's wrong please?  What am I to do now?
>>> 
>>
>> When you installed the port, it printed out the pkg-message file for
>> the port, which has the answer for this problem and a number of
>> others.  Specifically:
>> - qemu now uses aio at least for ide dma, so if you get `Bad system call'
>> crashes that is because aio is not (kld)loaded.
>>
>>
>>   
>
> Lowell,
>
> You're obviously right.  The message must have scrolled off the screen
> or something.  Usually I notice and read pkg-messages.  Sorry.
>
> But yours was an answer to a different question of mine.  This thread is
> regarding qemu-launcher and has nothing to do with aio.ko.  (I just
> checked if there isn't anything in its pkg-message:))
>
> Do you happen to know a solution to this issue too please ?

My apologies; I seem to have cut and pasted into the wrong windows.

This is a problem with how glib links into the pthreads libraries.
pthread_getschedparam is definitely supposed to be invoked from there,
and on -STABLE, at least, that symbol is in libpthread.  Is that the
case on your system?  When you build glib, is libpthread found?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: emulators/qemu-launcher: unable to launch

2006-11-12 Thread martinko
Lowell Gilbert wrote:
> martinko <[EMAIL PROTECTED]> writes:
>
>   
>> Hello list,
>>
>> I've just compiled and installed emulators/qemu-launcher and this is
>> what I've got when trying to run it:
>>
>> $ qemu-launcher
>> /libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.0: Undefined
>> symbol "pthread_getschedparam"
>>
>> What's wrong please?  What am I to do now?
>> 
>
> When you installed the port, it printed out the pkg-message file for
> the port, which has the answer for this problem and a number of
> others.  Specifically:
> - qemu now uses aio at least for ide dma, so if you get `Bad system call'
> crashes that is because aio is not (kld)loaded.
>
>
>   

Lowell,

You're obviously right.  The message must have scrolled off the screen
or something.  Usually I notice and read pkg-messages.  Sorry.

But yours was an answer to a different question of mine.  This thread is
regarding qemu-launcher and has nothing to do with aio.ko.  (I just
checked if there isn't anything in its pkg-message:))

Do you happen to know a solution to this issue too please ?

With regards,

Martin
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: emulators/qemu-launcher: unable to launch

2006-11-12 Thread Lowell Gilbert
martinko <[EMAIL PROTECTED]> writes:

> Hello list,
>
> I've just compiled and installed emulators/qemu-launcher and this is
> what I've got when trying to run it:
>
> $ qemu-launcher
> /libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.0: Undefined
> symbol "pthread_getschedparam"
>
> What's wrong please?  What am I to do now?

When you installed the port, it printed out the pkg-message file for
the port, which has the answer for this problem and a number of
others.  Specifically:
- qemu now uses aio at least for ide dma, so if you get `Bad system call'
crashes that is because aio is not (kld)loaded.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


emulators/qemu-launcher: unable to launch

2006-11-11 Thread martinko
Hello list,

I've just compiled and installed emulators/qemu-launcher and this is
what I've got when trying to run it:

$ qemu-launcher
/libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.0: Undefined
symbol "pthread_getschedparam"

What's wrong please?  What am I to do now?

Cheers,

Martin

PS: FreeBSD mb-aw1n-bsd 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat
Sep 23 10:05:07 CEST 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MB-AW1N  i386

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"