Re: Where is my STRFILE?

2009-02-23 Thread Harry Matthiesen Jensen
On Fri, Feb 20, 2009 at 08:03:24PM +0100, herbert langhans wrote:
> If I try installing the fortunes, the port-makefile complains that there is 
> no strfile available.
> 
Do you see following files on your system:

/usr/src/games/fortune/strfile
/usr/src/games/fortune/strfile/Makefile
/usr/src/games/fortune/strfile/strfile.8
/usr/src/games/fortune/strfile/strfile.c
/usr/src/games/fortune/strfile/strfile.h

Is your system 7.1-RELEASE ?

I have had same issue with ealier releases, but at that time all the
files in the "games" section were missing.

If you have the above mentioned files available, a quick fix could be
to:

cd /usr/src/games
make install

If the files mentioned not are available, you need to download the
source, see the Handbook.

.. worked for me, but there might be other problems, maybe some of the
hardcore hackers here can answer ;-)

-- 
Mvh/Brgds Harry
FreeBSD 7.1-STABLE Compiled at Sun Feb  8 09:18:07 CET 2009 
___
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: Where is my STRFILE?

2009-02-20 Thread Polytropon
On Fri, 20 Feb 2009 20:03:24 +0100, herbert langhans  
wrote:
> Even tried that.
> In /usr/ports/games/freebsd-games are the classical games, but not the 
> fortunes and the strfile. Have it installed now, still no strfile.

The strfile binary should be built by the system's build
command (make buildworld from /usr/src). Check if a setting
in /etc/make.conf disables the build of the "games" stuff.



> Do you daemons have the binary 'strfile' on your system? Could you please 
> check and tell me! Maybe somebody can send me this single binary file offlist 
> by email?

% which strfile
/usr/games/strfile

This is from a 7-STABLE system from Aug 2008.


-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...


strfile
Description: Binary data
___
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: Where is my STRFILE?

2009-02-20 Thread herbert langhans
Even tried that.
In /usr/ports/games/freebsd-games are the classical games, but not the fortunes 
and the strfile. Have it installed now, still no strfile.

If I try installing the fortunes, the port-makefile complains that there is no 
strfile available.

Do you daemons have the binary 'strfile' on your system? Could you please check 
and tell me! Maybe somebody can send me this single binary file offlist by 
email?
Thanks 
herbs


On Fri, 20 Feb 2009 12:33:08 +0100
Andreas Rudisch <"cyb."@gmx.net> wrote:

> On Fri, 20 Feb 2009 12:19:54 +0100
> herbert langhans  wrote:
> 
> > /usr/games/strfile
> > ..not there. Checked with locate, no strfile anywhere on 7.1!
> 
> Looks like it comes with fortune.
> /usr/src/games/fortune/strfile
> 
> Make sure you did install FreeBSD with games and/or updated it with
> games.
> 
> /etc/make.conf -> NO_GAMES set? Supfile containing src-all or src-games?
> 
> Andreas
> --
> GnuPG key  : 0x2A573565|http://www.gnupg.org/howtos/de/
> Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565
> 


-- 
*** Herbert Langhans, Warschau
*** Sprachtraining Langhans
*** http://www.langhans.com.pl
*** herbert.raim...@gmx.net
*** NIP 526-229-61-51
*** Regon  014911759
*** Tel. 603 341 441
___
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: Where is my STRFILE?

2009-02-20 Thread Glenn Sieb
herbert langhans said the following on 2/20/09 6:19 AM:
> /usr/games/strfile
> ..not there. Checked with locate, no strfile anywhere on 7.1!
>
> Maybe it came with a port download of a game? Did they forget it on 7.1?
>   

/usr/src/games/fortune/strfile seems to be where the source lives. And
it gets installed to /usr/games/strfile

(Wojciech: I guess because fortune is for entertainment purposes...?)

Best,
--Glenn
___
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: Where is my STRFILE?

2009-02-20 Thread Andreas Rudisch
On Fri, 20 Feb 2009 12:19:54 +0100
herbert langhans  wrote:

> /usr/games/strfile
> ..not there. Checked with locate, no strfile anywhere on 7.1!

Looks like it comes with fortune.
/usr/src/games/fortune/strfile

Make sure you did install FreeBSD with games and/or updated it with
games.

/etc/make.conf -> NO_GAMES set? Supfile containing src-all or src-games?

Andreas
--
GnuPG key  : 0x2A573565|http://www.gnupg.org/howtos/de/
Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565


pgpsGDAkV7Su6.pgp
Description: PGP signature


Re: Where is my STRFILE?

2009-02-20 Thread herbert langhans
/usr/games/strfile
..not there. Checked with locate, no strfile anywhere on 7.1!

Maybe it came with a port download of a game? Did they forget it on 7.1?
Cheers
herbs

-- 
*** Herbert Langhans, Warschau
*** Sprachtraining Langhans
*** http://www.langhans.com.pl
*** herbert.raim...@gmx.net
*** NIP 526-229-61-51
*** Regon  014911759
*** Tel. 603 341 441
___
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: Where is my STRFILE?

2009-02-20 Thread Wojciech Puchar




/usr/games/strfile


why here? it's not a game


--
Jonathan Chen 
--
   "If everything's under control, you're going too slow"
 - Mario Andretti
___
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"



___
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: Where is my STRFILE?

2009-02-20 Thread Jonathan Chen
On Fri, Feb 20, 2009 at 09:43:20AM +0100, herbert langhans wrote:
> Hi Daemons,
> strange, I have the manpage of strfile, but not the binary itself. I think 
> its supposed to be content of every freebsd default installation? Or not? Its 
> not a port, isnt it?
> 
> Can please anybody check and invoke >strfile on his comp? I have FreeBSD 7.1 
> here. I want my fortunes back, they dont install without strfile!!
> 

/usr/games/strfile
-- 
Jonathan Chen 
--
"If everything's under control, you're going too slow"
  - Mario Andretti
___
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"


Where is my STRFILE?

2009-02-20 Thread herbert langhans
Hi Daemons,
strange, I have the manpage of strfile, but not the binary itself. I think its 
supposed to be content of every freebsd default installation? Or not? Its not a 
port, isnt it?

Can please anybody check and invoke >strfile on his comp? I have FreeBSD 7.1 
here. I want my fortunes back, they dont install without strfile!!

Thanks
herbs

-- 
*** Herbert Langhans, Warschau
*** Sprachtraining Langhans
*** http://www.langhans.com.pl
*** herbert.raim...@gmx.net
*** NIP 526-229-61-51
*** Regon  014911759
*** Tel. 603 341 441
___
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"