make doc error
Hi, Doing make release: ===> en_US.ISO_8859-1/articles/multi-os /usr/local/bin/jade -ioutput.html -V nochunks -c /usr/doc/en_US.ISO_8859-1/articles/multi-os/../../../share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -d /usr/doc/en_US.ISO_8859-1/articles/multi-os/../../../share/sgml/freebsd.dsl -t sgml /usr/doc/en_US.ISO_8859-1/articles/multi-os/article.sgml > article.html /usr/local/bin/jade:/usr/doc/en_US.ISO_8859-1/articles/multi-os/article.sgml:407:1:E: character data is not allowed here *** Error code 1 Stop. This is the cvsup log: Edit doc/en_US.ISO_8859-1/articles/multi-os/article.sgml Add delta 1.8 99.10.11.20.03.24 jhb Add delta 1.9 99.10.11.20.23.45 jhb Add delta 1.10 99.10.11.20.33.02 jhb Claude Buisson To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
RE: make world failing because of missing unroff
At 1:17 PM -0700 1999/10/12, Kris Kennaway wrote: > Documentation building has ample precedent for external dependencies - the > entire doc/ tree needs several ports installed to build. I'm sure there > are other examples in the tree. If I may make a suggestion then? If doc/ needs a particular tool, then that tool should be moved from the ports subsystem to the main source tree. -- These are my opinions -- not to be taken as official Skynet policy |o| Brad Knowles, <[EMAIL PROTECTED]>Belgacom Skynet NV/SA |o| |o| Systems Architect, News & FTP Admin Rue Col. Bourg, 124 |o| |o| Phone/Fax: +32-2-706.11.11/12.49 B-1140 Brussels |o| |o| http://www.skynet.be Belgium |o| \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Unix is like a wigwam -- no Gates, no Windows, and an Apache inside. Unix is very user-friendly. It's just picky who its friends are. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
KDM and FreeBSD 3.3
Dear all, My apologizes for asking a question which is not so related to the list ... Here it goes: I have a machine recently upgraded to FreeBSD-Stable 3.3 through cvsup+make world. Some weeks later I decided to give KDE a try, by (cd /usr/ports/x11/kde11-i18n;make install). Everything went smoothly except the KDM, which seems couldn't let me login. After entering the correct userid and password at the KDM welcome window, then for a very short period of time the screen becomes black, very short in fact. After that the KDM welcome window will just reappear again. The password checking part is fine, if I enter the wrong password, some error message will be printed on the KDM welcome window. I've checked the /usr/X11R6/lib/X11/xdm/xdm-config file. No any error message printed in the DisplayManager.errorLogfile (which is the standard xdm-errors). I also couldn't find anything in the ~/.xsession-errors file. in fact, nothing at all in these two files. I have a ~/.xsession file, which is a symbolic link to ~/.Xclients (mode: 0755). The KDM was started by typing "kdm" when login as root. Oddly enough, if I run xdm instead of kdm, everything just works fine. I can login successfully and whatever program specified in ~/.Xclients will be executed, error message/output will also started filling the two error log files (/usr/X11/./xdm-errors and ~/.xsession-errors). I've searched the KDE mailing list, seems someone also facing the same problem. Too bad he said he had solve it, by looking at the two error log file (xdm-error, ~/.xsession-error). As ususal, any comments/hints will be much appreciated. Thanks for your time! Regards Gong Wei <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
make installworld fails (pam_end.3.gz missing)
install -c -o root -g wheel -m 444 pam.8.gz /usr/share/man/man8 /usr/share/man/man3/pam_close_session.3.gz -> /usr/share/man/man3/pam_open_session.3.gz /usr/share/man/man3/pam_end.3.gz -> /usr/share/man/man3/pam_start.3.gz ln: /usr/share/man/man3/pam_end.3.gz: No such file or directory *** Error code 1 cd /usr/src/lib/libpam/libpam/../../../contrib/libpam/libpam_misc; install -C -o root -g wheel -m 444 pam_misc.h /usr/include/security cd /usr/src/lib/libpam/libpam; install -C -o root -g wheel -m 444 pam_mod_misc.h /usr/include/security 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
RE: make doc error
On 13-Oct-99 Claude Buisson wrote: > Hi, > > Doing make release: > > ===> en_US.ISO_8859-1/articles/multi-os > /usr/local/bin/jade -ioutput.html -V nochunks -c > /usr/doc/en_US.ISO_8859-1/articles/multi-os/../../../share/sgml/catalo > g -c > /usr/local/share/sgml/docbook/dsssl/modular/catalog -c > /usr/local/share/sgml/docbook/catalog -c > /usr/local/share/sgml/jade/catalog -d > /usr/doc/en_US.ISO_8859-1/articles/multi-os/../../../share/sgml/freebs > d.dsl > -t sgml /usr/doc/en_US.ISO_8859-1/articles/multi-os/article.sgml > > article.html > /usr/local/bin/jade:/usr/doc/en_US.ISO_8859-1/articles/multi-os/articl > e.sgml:407:1:E: > character data is not allowed here > *** Error code 1 This has been fixed, re-cvsup. --- John Baldwin <[EMAIL PROTECTED]> -- http://www.cslab.vt.edu/~jobaldwi/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: make world failing because of missing unroff
On Wed, 13 Oct 1999 12:04:56 +0200, Brad Knowles wrote: > If I may make a suggestion then? If doc/ needs a particular > tool, then that tool should be moved from the ports subsystem to the > main source tree. That's a silly idea. If you want tools distributed with the sources which they support, you should incorporate the tools into the doc/ tree. But then you'd still need non-doc tools to build _those_. It's just a silly idea. :-) Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: KDM and FreeBSD 3.3
On Wed, 13 Oct 1999, Gong Wei wrote: > Dear all, > > My apologizes for asking a question which is not so related to the list ... > > Here it goes: I have a machine recently upgraded to FreeBSD-Stable 3.3 > through cvsup+make world. Some weeks later I decided to give KDE a try, by > (cd /usr/ports/x11/kde11-i18n;make install). Everything went smoothly > except the KDM, which seems couldn't let me login. After entering the > correct userid and password at the KDM welcome window, then for a very short > period of time the screen becomes black, very short in fact. After that the > KDM welcome window will just reappear again. > You may want to search FreeBSD problem reports (http://www.freebsd.org/cgi/query-pr-summary.cgi?query) for instances of kdm and/or kde; in particular, PR 8754 (http://www.freebsd.org/cgi/query-pr.cgi?pr=8754) may be of some use. - Chris D. Faulhaber <[EMAIL PROTECTED]> | All the true gurus I've met never System/Network Administrator, | claimed they were one and always Reality Check Information, Inc. | pointed to someone better. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: make world failing because of missing unroff
At 1:28 PM +0200 1999/10/13, Sheldon Hearn wrote: > If you want tools distributed with the sources which they support, you > should incorporate the tools into the doc/ tree. But then you'd still > need non-doc tools to build _those_. That's fine, but you shouldn't need anything outside of the normal source tree to support those tools, right? In other words, you wouldn't be dependant on yet another program from the ports system, right? I'm trying to understand just precisely what depends on what, and to help ensure that there are no circular dependancies. I'm also trying to help suggest a path whereby we don't have more important things (like the doc/ tree) dependant on lesser things (like the ports system). -- These are my opinions -- not to be taken as official Skynet policy |o| Brad Knowles, <[EMAIL PROTECTED]>Belgacom Skynet NV/SA |o| |o| Systems Architect, News & FTP Admin Rue Col. Bourg, 124 |o| |o| Phone/Fax: +32-2-706.11.11/12.49 B-1140 Brussels |o| |o| http://www.skynet.be Belgium |o| \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Unix is like a wigwam -- no Gates, no Windows, and an Apache inside. Unix is very user-friendly. It's just picky who its friends are. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: make world failing because of missing unroff
On Wed, 13 Oct 1999 13:35:03 +0200, Brad Knowles wrote: > That's fine, but you shouldn't need anything outside of the > normal source tree to support those tools, right? Wrong. The doc tree isn't the src tree at all. Just because the source tree is supplied with source for all the programs used to build it doesn't mean it should be supplied with the source for the programs needed to build the doc tree. What's next, adding a web server to the src tree to support the www tree? Leave this alone now. Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: 3.5-stable ?
> > Show your clients this url http://www.freebsd.org/gallery/gallery.html > it it works well for that very long list of companies > http://www.cdrom.com/stats/wcarchive.html ^ > would also be a good demonstration url, though it seems that > ftp.cdrom.com get's rebooted a lot. > It looks like that page isn't updated anymore, try this one for stats about wcarchive: http://www.emsphone.com/stats/cdrom.html John -- John Hay -- [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: make world failing because of missing unroff
At 1:39 PM +0200 1999/10/13, Sheldon Hearn wrote: > The doc tree isn't the src tree at all. Just because the source tree is > supplied with source for all the programs used to build it doesn't mean > it should be supplied with the source for the programs needed to build > the doc tree. So, what's required to build the programs to support the doc/ tree? If all they need is unroff, I'd suspect that all you'd need in the source tree is gcc/egcs, which should already be there, right? If nothing has to be added to the source tree to support the doc tree, and the doc tree includes all the tools it will need to support itself, then we're fine and we haven't added any unnecessary dependancies, right? > What's next, adding a web server to the src tree to support the www > tree? No, the web server should be a part of the www tree, but the programs to build the web server should be part of the source tree, at least the way I understand things. -- These are my opinions -- not to be taken as official Skynet policy |o| Brad Knowles, <[EMAIL PROTECTED]>Belgacom Skynet NV/SA |o| |o| Systems Architect, News & FTP Admin Rue Col. Bourg, 124 |o| |o| Phone/Fax: +32-2-706.11.11/12.49 B-1140 Brussels |o| |o| http://www.skynet.be Belgium |o| \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Unix is like a wigwam -- no Gates, no Windows, and an Apache inside. Unix is very user-friendly. It's just picky who its friends are. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message