diff options
Diffstat (limited to 'doc/pkg')
-rw-r--r-- | doc/pkg/dev-env.mdwn | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/pkg/dev-env.mdwn b/doc/pkg/dev-env.mdwn index b966ef5..00f5599 100644 --- a/doc/pkg/dev-env.mdwn +++ b/doc/pkg/dev-env.mdwn @@ -88,17 +88,6 @@ Decide where to install ProteanOS and run: `$root` is the directory you chose. -You may see some warnings such as: - - prokit: Warning: root/var/lib/opkg/lists/proteanos_dev_trunk_i686-linux-glibc_all_base(l324): badly formatted control field - prokit: Warning: root/var/lib/opkg/lists/proteanos_dev_trunk_all_all_base(l689): badly formatted control field - prokit: Warning: root/var/lib/opkg/lists/proteanos_dev_trunk_all_all_base(l709): badly formatted control field - prokit: Warning: root/var/lib/opkg/lists/proteanos_dev_trunk_src_all_base(l310): badly formatted control field - -These are caused by an issue in opkbuild which has been -[fixed][ob-gencontrol-bug]. A new version of the affected package will be -uploaded to ProteanOS soon. These warnings can safely be ignored. - Next install all of the toolchain packages commonly used to build ProteanOS packages: @@ -107,5 +96,3 @@ packages: This may take a while, depending on your network connection. Now you're ready to [[build_ProteanOS_packages|doc/pkg/basic-expat]]! - -[ob-gencontrol-bug]: http://git.proteanos.com/opkbuild/opkbuild.git/commit/?id=bbbbd29 |