ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/notes/0.1/errata.html
Revision: 642
Committed: Fri Oct 9 21:29:01 2015 UTC (8 years, 6 months ago) by laffer1
Content type: text/html
File size: 3100 byte(s)
Log Message:
add languages back to website files

File Contents

# Content
1 <!DOCTYPE html>
2 <html lang="en-US">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
5 <title>MidnightBSD :: Documentation :: 0.1-RELEASE Errata</title>
6 <link rel="stylesheet" type="text/css" media="all" href="/css/base.css"/>
7 <!-- $MidnightBSD$ -->
8 <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
9 <script type="text/javascript">
10 window.cookieconsent_options = {
11 "message": "This website uses cookies to ensure you get the best experience on our website",
12 "dismiss": "Got it!",
13 "learnMore": "More info",
14 "link": null,
15 "theme": "dark-top"
16 };
17 </script>
18 <script type="text/javascript" src="//s3.amazonaws.com/cc.silktide.com/cookieconsent.latest.min.js"></script>
19 <!-- End Cookie Consent plugin -->
20 </head>
21
22 <body>
23
24 <!--#include virtual="/header.html" -->
25
26 <div id="content">
27
28 <div id="rnav">
29 <ul>
30 <li><a href="/index.html" title="Home">Home</a></li>
31 <li><a href="/about/index.html" title="About">About</a></li>
32 <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
33 <li><a href="/documentation/index.html" title="Documentation">Documentation</a></li>
34 <li><a href="/community/index.html" title="Community">Community</a></li>
35 <li><a href="/developer/index.html" title="Developers">Developers</a></li>
36 <li><a href="/support/index.html" title="Support">Support</a></li>
37 </ul>
38 <p style="border-top: thin dashed silver; padding-top: 10px;"><img src="/images/feed.gif" alt="RSS Feed" />
39 <a href="http://www.justjournal.com/users/mbsd/rss">Developer Blog</a></p>
40 </div>
41
42 <h2>0.1-RELEASE Errata</h2>
43
44 <h3>Installation issues</h3>
45
46 <p>projectcenter.app package is missing dependancies on disc2.
47 mutt package is missing urlview dependancy on disc2.
48 </p>
49 <p>GNUstep package includes gdnc which is missing libgcc_s.so.1.
50 </p>
51 <p>bash 3 and gmake missing libintl.so.6. This can be fixed by
52 uninstalling gettext and building it from the port. A new
53 package was placed on the FTP server.
54 </p>
55 <h3>System issues</h3>
56
57 <p>CVSUP example for updating src fetches CURRENT instead of RELENG_0_1
58 </p>
59 <p>The new mports system was not included in the RELEASE. Many ports work in
60 mports that do not work in the old system. It is suggested that you update
61 your source using RELENG_0_1 and download the latest mports using CVS or CVSup.
62 </p>
63 <p>Using Virtual PC for Windows: <br />
64 If you install MidnightBSD in VPC, you will need to set hint.acpi.0.disabled="1"
65 in /boot/device.hints This will help with the "calcru: negative runtime of" issue.
66 </p>
67 <p>
68 August 11, 2007:<br />
69 The pkg_install tools found in src/usr.sbin/pkg_install were not updated for
70 mports. This has been corrected. You should be able to cvs update that directory
71 and run make install and get the new versions of pkg_add, pkg_delete, and so on.
72 </p>
73 </div>
74 <!-- END CONTENT -->
75
76 <!--#include virtual="/footer.html" -->
77
78 </body>
79 </html>