Re: Win4BSD 1.1 on 7.1

2009-05-24 Thread Glen Barber
On Sat, May 23, 2009 at 11:29 PM, Fbsd1 fb...@a1poweruser.com wrote:


 There is no package for win4bsd on the pkg ftp servers for releases 7.0,
 7.1, 7.2, or 8.0.
 Looks like the release build team has been missed this one for some time
 now.


They did not miss it.  The port is marked as RESTRICTED because
redistribution is prohibited.


-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Win4BSD 1.1 on 7.1

2009-05-24 Thread Polytropon
On Sun, 24 May 2009 06:47:17 -0400, Glen Barber glen.j.bar...@gmail.com wrote:
 On Sat, May 23, 2009 at 11:29 PM, Fbsd1 fb...@a1poweruser.com wrote:
  There is no package for win4bsd on the pkg ftp servers for releases 7.0,
  7.1, 7.2, or 8.0.
  Looks like the release build team has been missed this one for some time
  now.
 
 They did not miss it.  The port is marked as RESTRICTED because
 redistribution is prohibited.

Okay, but then, compiling through the port should be okay. In
order to save some time, it could be possible to pkg_add -r the
dependencies first, then run the make install clean command
in win4bsd's directory.

As I said, dry assumption - I haven't tried it.

-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Win4BSD 1.1 on 7.1

2009-05-23 Thread Polytropon
On Fri, 22 May 2009 23:53:09 +0200 (CEST), Ronny Mandal 
ronn...@volatile-norway.com wrote:
 I'm experiencing problems when attempting to install Win4BSD 1.1. I've 
 downloaded the most recent .tbz of W4B, it installs but fails while 
 building kqemu.

You downloaded sources manually? Why not use the ports system, or
even install from a precompiled package? This would install any
needed dependencies (kqemu) as well. The ports collection contains
version 1.1.

From the port:

# cd /usr/ports/emulators/win4bsd
# make install clean

From the package:

pkg_add -r win4bsd

It will install run dependencies as well.



 Here is the error-msg:
 
 kqemu-freebsd.c: In function 'kqemu_schedule':
 kqemu-freebsd.c:211: error: 'sched_lock' undeclared (first use in this 
 function)
 kqemu-freebsd.c:211: error: (Each undeclared identifier is reported only 
 once

I'm not sure, but are you trying to compile Linux sources on
a FreeBSD system?



 All sources are installed. Suggestions are very welcome and will be 
 appreciated!

Try the port, if you want to compile it yourself, or try pkg_add.
I have to admit that I haven't tried it, so it's a dry advice. :-)



-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Win4BSD 1.1 on 7.1

2009-05-23 Thread Fbsd1

Polytropon wrote:

On Fri, 22 May 2009 23:53:09 +0200 (CEST), Ronny Mandal 
ronn...@volatile-norway.com wrote:
I'm experiencing problems when attempting to install Win4BSD 1.1. I've 
downloaded the most recent .tbz of W4B, it installs but fails while 
building kqemu.


You downloaded sources manually? Why not use the ports system, or
even install from a precompiled package? This would install any
needed dependencies (kqemu) as well. The ports collection contains
version 1.1.


From the port:


# cd /usr/ports/emulators/win4bsd
# make install clean


From the package:


pkg_add -r win4bsd

It will install run dependencies as well.




Here is the error-msg:

kqemu-freebsd.c: In function 'kqemu_schedule':
kqemu-freebsd.c:211: error: 'sched_lock' undeclared (first use in this 
function)
kqemu-freebsd.c:211: error: (Each undeclared identifier is reported only 
once


I'm not sure, but are you trying to compile Linux sources on
a FreeBSD system?



All sources are installed. Suggestions are very welcome and will be 
appreciated!


Try the port, if you want to compile it yourself, or try pkg_add.
I have to admit that I haven't tried it, so it's a dry advice. :-)






There is no package for win4bsd on the pkg ftp servers for releases 7.0, 
7.1, 7.2, or 8.0.
Looks like the release build team has been missed this one for some time 
now.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Win4BSD 1.1 on 7.1

2009-05-23 Thread Fbsd1

Polytropon wrote:

On Fri, 22 May 2009 23:53:09 +0200 (CEST), Ronny Mandal 
ronn...@volatile-norway.com wrote:
I'm experiencing problems when attempting to install Win4BSD 1.1. I've 
downloaded the most recent .tbz of W4B, it installs but fails while 
building kqemu.


You downloaded sources manually? Why not use the ports system, or
even install from a precompiled package? This would install any
needed dependencies (kqemu) as well. The ports collection contains
version 1.1.


From the port:


# cd /usr/ports/emulators/win4bsd
# make install clean


From the package:


pkg_add -r win4bsd

It will install run dependencies as well.




Here is the error-msg:

kqemu-freebsd.c: In function 'kqemu_schedule':
kqemu-freebsd.c:211: error: 'sched_lock' undeclared (first use in this 
function)
kqemu-freebsd.c:211: error: (Each undeclared identifier is reported only 
once


I'm not sure, but are you trying to compile Linux sources on
a FreeBSD system?



All sources are installed. Suggestions are very welcome and will be 
appreciated!


Try the port, if you want to compile it yourself, or try pkg_add.
I have to admit that I haven't tried it, so it's a dry advice. :-)





The port build of win4bsd will not build on 7.2 because you have first 
to rebuild the freebsd kernel with option SCHED_4BSD. win4bsd-1.1_3 
requires the traditional 4bsd scheduler. Good possibility this is also 
true for 7.0, 7.1 and 8.0


Gave up on testing win4bsd because of performance impact on server from 
using traditional 4bsd scheduler. OMHO this port needs to be updated to 
function using the new scheduler.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Win4BSD 1.1 on 7.1

2009-05-22 Thread Ronny Mandal
I'm experiencing problems when attempting to install Win4BSD 1.1. I've 
downloaded the most recent .tbz of W4B, it installs but fails while 
building kqemu.


Here is the error-msg:

kqemu-freebsd.c: In function 'kqemu_schedule':
kqemu-freebsd.c:211: error: 'sched_lock' undeclared (first use in this 
function)
kqemu-freebsd.c:211: error: (Each undeclared identifier is reported only 
once


uname -a:
FreeBSD pops.sniffenett.no 7.1-RELEASE FreeBSD 7.1-RELEASE #5: Thu May 21 
21:


sysctl kern.sched.name
kern.sched.name: 4BSD

All sources are installed. Suggestions are very welcome and will be 
appreciated!


Regards,

Ronny Mandal

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org