OpenSolaris
Collectives
Discussions
Documentation
Download
Source Browser
Free CD
Log-in
|
en
Project ksh93-integration
:
Downloads
>
2007-11-05: ksh93 update tarballs for OpenSolaris
Top Menu
Show
:
Comments
Attachments
History
Information
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
2007-11-05: ksh93 update tarballs for OpenSolaris
Hide Line numbers
1: === 2007-11-05: ksh93 update tarballs for OpenSolaris 2: 3: These tarballs are intended to be installed over an existing OpenSolaris ≥ B72 i386 or SPARC installation and provide ksh93s+_20071101 for testing and evaluation purposed ONLY.Please [[report>>http://bugs.grommit.com/enter_bug.cgi?product=ksh93-integration]] any problems/errors/bugs/comments to the [[ksh93-integration project bugzilla>>http://bugs.grommit.com/buglist.cgi?query_format=advanced&product=ksh93-integration&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit&order=Reuse+same+sort+as+last+time]] or the [[ksh93-integration mailinglist>>http://mail.opensolaris.org/mailman/listinfo/ksh93-integration-discuss/]] (please subscribe before posting). 4: 5: ==== Install instructions: 6: 7: 1. Download the tarball: 8: 1* i386/AMD64: [[ksh93_integration_20071105_snapshot_i386.tar.bz2>>attach:Project ksh93-integration.downloads@ksh93integration20071105snapshoti386.tar.bz2]] ([[list files>>attach:Project ksh93-integration.downloads@ksh93integration20071105snapshoti386.lsfiles.txt]]) 9: 1* SPARC: [[ksh93_integration_20071105_snapshot_sparc.tar.bz2>>attach:Project ksh93-integration.downloads@ksh93integration20071105snapshotsparc.tar.bz2]] ([[list files>>attach:Project ksh93-integration.downloads@ksh93integration20071105snapshotsparc.lsfiles.txt]]) 10: 1. Verify the MD5 checksum: 11: 1* i386/AMD64: {{code}}MD5(ksh93_integration_20071105_snapshot_i386.tar.bz2)= 86820df14a8931706a7d6200dc41a889{{/code}} 12: 1* SPARC: {{code}}MD5(ksh93_integration_20071105_snapshot_sparc.tar.bz2)= 396b9e135789c6c5c206547242dca842{{/code}} 13: 1. Login as user "root": 14: 1. Change directory to {{code}}/{{/code}} and unpack the tarball with {{code}}/usr/bin/tar{{/code}} using the "xvof" option ("o" is very important to set the file ownership to "root") 15: 16: Example for i386/AMD64: 17: 18: {{{ 19: $ cd /tmp 20: $ wget http://www.opensolaris.org/os/project/ksh93-integration/downloads/ksh93_integration_20071105_snapshot_i386.tar.bz2 21: $ /usr/sfw/bin/openssl md5 ksh93_integration_20071105_snapshot_i386.tar.bz2 22: MD5(ksh93_integration_20071105_snapshot_i386.tar.bz2)= 86820df14a8931706a7d6200dc41a889 23: # cd / 24: # sync ; sync 25: # bzcat </tmp/ksh93_integration_20071105_snapshot_i386.tar.bz2 | tar -xvof - 26: # sync ; sync 27: 28: }}} 29: 30: Example for SPARC: 31: 32: {{{ 33: $ cd /tmp 34: $ wget http://www.opensolaris.org/os/project/ksh93-integration/downloads/ksh93_integration_20071105_snapshot_sparc.tar.bz2 35: $ /usr/sfw/bin/openssl md5 ksh93_integration_20071105_snapshot_sparc.tar.bz2 36: MD5(ksh93_integration_20071105_snapshot_sparc.tar.bz2)= 396b9e135789c6c5c206547242dca842 37: # cd / 38: # sync ; sync 39: # bzcat </tmp/ksh93_integration_20071105_snapshot_sparc.tar.bz2 | tar -xvof - 40: # sync ; sync 41: 42: }}} 43: 44: ==== Notes: 45: 46: * This tarball matches {{code}}ksh93s+{{/code}} (={{code}}ast-ksh.2007-11-01{{/code}}) with many many changes since the last version. Please test the binaries extensively. 47: * The binaries now are build from a [[B72>>http://dlc.sun.com/osol/on/downloads/b72/]]-based tree and require [[SXCR B72>>Main.downloads]] or higher 48: * Sources/diffs/webrevs: 49: ** The diffs between Solaris Nevada [[B72>>http://dlc.sun.com/osol/on/downloads/b72/]] and the current ksh93-integration tree can be obtained via 50: {{code}}svn diff -r 866:894 svn://svn.genunix.org/on/branches/ksh93/gisburn/prototype010/usr{{/code}} 51: or as [[unified diff>>attach:Project ksh93-integration.downloads@svngenunixorgonbranchesksh93gisburnprototype010rev866894.diff.txt]] (3MB, MD5 checksum is {{code}}c6590f068ff81cb08a7d7d3fbbac4756{{/code}}). 52: * "{{code}}multiline{{/code}}" input mode is now enabled by default in {{code}}/etc/ksh.kshrc{{/code}} to match input/editor behaviour of {{code}}bash{{/code}}. 53: * {{code}}/etc/ksh.kshrc{{/code}} now sets a default prompt ({{code}}PS1{{/code}}) which contains <username>@<hostname>:<current_directory>$<blank> for normal users and <username>@<hostname>:<current_directory>#<blank> for user "root"; the prompt length itself is limited to ~~20 characters to ensure it only occupies 1/4 of a standard 80x24 terminal window. 54: * **<esc><ctrl-l>** was added to {{code}}emacs{{/code}}/{{code}}gmacs{{/code}} mode to clear the screen (per community requests and to be in sync with {{code}}bash{{/code}}) 55: * 64bit binaries and libraries are now included (and used by default if the hardware is 64bit capable) 56: * "{{code}}[[shcomp>>Project ksh93-integration.shcomp]]{{/code}}", the shell script compiler is now included as {{code}}/usr/bin/shcomp{{/code}}. 57: * AST l10n utilities are stored in {{code}}/usr/ast/bin/{{/code}}. 58: * Starting with ksh93s+ multibyte characters can be used for variable/function/etc.-names. Please test this functionality extensively. 59: * Users of B72, B73, B74 and B75 (anything ≥B75 has already been fixed) which like to use ksh93 as login shell must create the {{code}}/etc/shells{{/code}} (see [[shells(4)>>http://docs.sun.com/app/docs/doc/816-5174/shells-4?a=view]] manual page) to include it in the list of "allowed" system login shells (otherwise {{code}}dtlogin{{/code}} will refuse graphical login): 60: Example {{code}}/etc/shells{{/code}} file (created using {{code}}$ cat usr/src/lib/libc/port/gen/getusershell.c | egrep ’.*".*/(bin|sbin)/.*".*’ | sed ’s/[",]//g’ | sort -u #{{/code}}): 61: 62: {{{ 63: {{code}}/bin/bash 64: /bin/csh 65: /bin/jsh 66: /bin/ksh 67: /bin/ksh93 68: /bin/pfcsh 69: /bin/pfksh 70: /bin/pfsh 71: /bin/sh 72: /bin/tcsh 73: /bin/zsh 74: /sbin/jsh 75: /sbin/pfsh 76: /sbin/sh 77: /usr/bin/bash 78: /usr/bin/csh 79: /usr/bin/jsh 80: /usr/bin/ksh 81: /usr/bin/ksh93 82: /usr/bin/pfcsh 83: /usr/bin/pfksh 84: /usr/bin/pfsh 85: /usr/bin/sh 86: /usr/bin/tcsh 87: /usr/bin/zsh 88: /usr/sfw/bin/zsh 89: /usr/xpg4/bin/sh 90: {{/code}} 91: }}} 92: 93: * The tarball was created using the {{code}}build_ksh93_standalone_tarball.sh{{/code}} script which is available in the {{code}}usr/{{/code}}-directory of the prototype010 tree. 94: Note: The script can only be used after a successfull {{code}}$ make setup ; dmake install #{{/code}}-sequence, otherwise the resulting tarball will be incomplete. 95: * The tarballs do not provide a manual page for ksh93. Please use the [[manual page for {{code}}ksh93s+{{/code}}>>Project ksh93-integration.sh]] in the meantime. 96: * The ksh93 binaries can be build from source like this: 97: //(Instructions are for Solaris i386/AMD64; SPARC requires minor adjustments)// 98: *1. Pull sources and extract closed bin stuff (files can be obtained from [[opensolaris.org>>http://dlc.sun.com/osol/on/downloads/b72/]]): 99: {{code}} $ mkdir test_x86 ; cd test_x86 100: $ svn checkout -r 894 svn://svn.genunix.org/on/branches/ksh93/gisburn/prototype010/usr 101: $ bzcat <../download/on-closed-bins-nd-b72.i386.tar.bz2 | tar -xf - 102: $ cd .. {{/code}} 103: *1. Create {{code}}opensolaris.sh{{/code}}. 104: This is the usual {{code}}opensolaris.sh{{/code}} with the paths adjusted to match your location of the sources. 105: Example for the changes applies to {{code}}opensolaris.sh{{/code}} (for my workspace): 106: 107: {{{ 108: ~--- ./test1_x86/usr/src/tools/env/opensolaris.sh Thu Sep 14 13:17:59 2006 109: +++ ./opensolaris.sh Sun Jul 30 00:50:08 2006 110: @@ -43,10 +43,10 @@ 111: # This is a variable for the rest of the script - GATE doesn’t matter to 112: # nightly itself 113: -GATE=testws; export GATE 114: +GATE=test1_x86; export GATE 115: # CODEMGR_WS - where is your workspace at (or what should nightly name it) 116: -CODEMGR_WS="/export/$GATE"; export CODEMGR_WS 117: +CODEMGR_WS="/home/test001/ksh93/on_build1/$GATE"; export CODEMGR_WS 118: # Location of encumbered binaries. 119: ON_CLOSED_BINS="$CODEMGR_WS/closed"; export ON_CLOSED_BINS 120: }}} 121: 122: *1. Run "bldenv": 123: {{code}} $ env - SHELL=$SHELL TERM=$TERM HOME=$HOME LOGNAME=$LOGNAME DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY LANG=C LC_ALL=C PAGER=less MANPATH=$MANPATH /opt/onbld/bin/bldenv opensolaris.sh # 124: {{/code}} 125: *1. Build it (the quick way): 126: {{code}} $ cd test_x86/usr/src 127: $ export CW_NO_SHADOW=1 128: $ time nice make setup 2>&1 | tee -a buildlog_setup.log 129: $ time nice dmake install >buildlog.log 2>&1 130: {{/code}}
Search
Collectives
Community Group
Academic and Research
Accessibility
Advocacy
Appliances
Approachability
Architecture Process and Tools
BrandZ
Chinese Users
Community Advisory Board
Databases
Desktop
Device Drivers
Distribution
Documentation
DTrace
Emerging Platforms
Fault Management
Games on OpenSolaris
HA Clusters
HPC Developer
Installation and Packaging
Internationalization and Localization
Laptop
Logical Domains
Modular Debugger (MDB)
Networking
NFS
Observability
OpenSolaris Governing Board (OGB)
OpenSolaris Printing
OS/Net (ON)
Performance
Power Management
PowerPC
Security
Service Management Facility (smf(5))
Software Porters
Solaris Volume Manager
Storage
Systems Administration Community Group
Testing
Tools Home
Unix File Systems (UFS)
Website Community
X Window System
Xen
ZFS
Zones
Project
ADSL Modem Enhancement
ARC Process Definition
ARM Platform Port
Automatic Data Migration
BIND Update
Bluetooth Stack & Drivers
Brocade FC HBA - Initiator
Brocade FC HBA - Target
Brussels - unified network link configuration
Caiman, Solaris Install Revisited
Celeste
Český portál
Chime Visualization Tool for DTrace
CIFS client for Solaris
CIFS Server
Clearview: Network Interface Coherence
Cluster Agent: Informix Dynamic Server
Cluster Agent: OpenSolaris Container
Cluster Agent: OpenSolaris xVM
Cluster Agent: Oracle E-Business Suite
Cluster agent: PostgreSQL
Cluster Agent: Samba
Cluster Agent: Tomcat
CMT
Coarse Data Flow Parallelism
Colorado: Open HA Cluster on OpenSolaris
Command Assistant
Common Array Manager
Companion - /opt/sfw: Free and Open Source software
COMSTAR: Common Multiprotocol SCSI Target
Content
Contest
CPU Observability
Credentials Process Groups
Crossbow: Network Virtualization and Resource Control
Crypto KMS Agent Toolkit
Cryptographic Framework
Data Migration Manager
Data Tethers
Deutsches Portal
Device Detection Tool
Device Driver Utility
Device Manager
Device Mapper
Direct Rendering Infrastructure & 3D drivers
DTrace Guide
Duckwater: Simplified name services management
Easy Tools
Emancipation
Emulex Fibre Channel Device Driver
Emulex Advanced Ethernet Device Driver
Enable/Enhance Solaris support for Intel Platform
Enhance the support of USB webcams
Enhanced SMF Profiles
Enhancements for AMD-based Platforms
Erlang DTrace Integration
Ethernet bridge module for Solaris
Evaluate Conary
Events Registry
Ext3 file system support
F/OSS Package Base
Facilitation
Fibre Channel over Ethernet
Fine Grained Access Policy (FGAP)
Fingerprint Authentication
Flexible Mandatory Access Control
Forensic Tools
Fully Open X Project
Fuse on Solaris
gcore
Generic Machine Check Architecture Improvements
Google SOC
HA-JBoss
HA-MySQL
Hadoop Live CD
Hitachi
HoneyComb Fixed Content Storage
HPC Stack
Image Packaging System
Improved Performance MIB
Indiana
Innovation Awards
Input Method
Intel Graphics
Internet Key Exchange, version 2
Interrupt Resource Management
IP Datapath Refactoring
IP over Infiniband
IPsec Tunnel Reform
iSCSI Extensions for Remote DMA (iSER)
iSNS Server
JeOS - Just enough Operating System
JKstat - a java binding for libkstat
Journaled File System (JFS)
K Desktop Environment
Kerberos
Kernel Sockets
Kernel SSL Enhancements
Key Management Framework
Korn Shell 93 integration/migration project
Labeled IPsec
LatencyTOP
Layer 2 Filtering
LDoms Manager
Lending
libMicro - portable microbenchmarks
Link Layer Discovery
Live Media: Technologies for distributions running from CD and other media
Locale Data
lofi compression and cryptography support
lx64 brand
Media Management System
Mega_sas
Mexico
MilaX minimal Live Distribution
MIPS Platform Port
Mozilla DTrace
MRSL.NONsharedDevice
Multi-lingual Glossary
Multi-pathing software (MPxIO)
Multiple disk sector size support
Multiple DOI
Muskoka: An open repository for OpenSolaris technical content
Navigator
Nemo: A Framework for High-Performance Networking
Network Auto-Magic
Network Data Management Protocol
Network MIBs
Network Storage
Network Time Protocol (NTP)
Nevada Globalization
New Design of 4over6 Mechanism Based on OpenSolaris
NFS RDMA transport update and performance analysis
NFS Server in non-Global Zones
NFS version 4.1 pNFS
NFSv4 namespace extensions
Nightingale: Port Songbird to OpenSolaris
NPort ID Virtualization (NPIV)
NUMA
Object Storage Device (OSD) support for Solaris
OHACGE Script Based Plug-in
ON/Nevada (ONNV) Project
Open Development Infrastructure
Open HA Cluster Utilities
Open Sound System
OpenGrok
OpenPegasus CIM Server
OpenRTI
OpenSolaris Busybox
OpenSolaris Desktop
OpenSolaris Hispano
OpenSolaris Security Audit
OpenSolaris support for the QEMU processor emulator: host and guest
PEF: Packet Event Framework
Performance Wrappers
Pkgfactory
Polski Portal
Portail Francophone
Portal Brasil
Portals
Power Management Usability Interfaces
Presto: Automatic Printing Configuration
Printable Many Page Solaris Manuals
Promise SuperTrak RAID HBA Driver
QLogic Converged Network Adapter GLDv3 NIC Driver
Quagga Routing Protocol Suite Integration
RAID Configuration Utility
RBridge (IETF TRILL) support
RDMA Offload Framework
Reno: Login Process Enhancements for Interop
Resource Management
s10brand
SAM/QFS
SCM Migration Project
SCSI RDMA Protocol
SDcard Drivers
Sensor Abstraction Layer
Session Initiation Protocol
SFW
Shell: bourne shell, korn shell, C shell, etc.
Sierra: Intel WiFi Chipsets Support
Simple Panels
SM-HBA Based SAS HBA Management
SMF Documentation
Solaris iSCSI Target
Solaris PowerPC Port
SourceJuicer
Sparks: name service switch/nscd enhancements
Squashfs
Star integration/migration project
Starfish
Starter Kit
Storage Power Management
Sun Security Toolkit
Sun StorageTek Availability Suite
Support for OpenFabrics User Verbs / API on OpenSolaris OS
Support gcc4/GCCfss in Solaris
Suspend/Resume
SVR4 Packaging
Systemz
Tamarack: Removable Media Enhancements in Solaris
Tesla: OpenSolaris Enhanced Power Management
Test Development
Tickless Kernel Architecture
TIPC
Trademarks
Trusted networking interface policy database for Trusted Extensions
Trusted Platform Module support
Use Case
Validated Execution Project
Virtual Console
Virtual Network Machines
Visual Panels
Visualization for HPC
Volo
VRRP: Virtual Router Redundancy Protocol Implementation
VSCAN service
Web Stack
Website
Winchester: Schema mapping and ID mapping for AD Interoperability
Wireless USB Support
Wireless Wide Area Network
X Consolidation
x86 Generic FMA Topology Enumerator
Xen Gate
Xfce: A lightweight desktop environment
ZFS Boot and Install
ZFS on disk encryption support
Zone Manager
Zone Statistics
Русский портал
البوابة العربية
भारतीय पोर्टल
中国门户
日本ポータル
한국 포탈
User Group
Adelaide
Argentina
Arizona
Atlanta
Baltimore-Washington
Bangalore
Bangkok
Bangladesh
Beijing
Bélem
Berlin
Bhimavaram
Bloomington
Campus Ambassadors
Capital Region
Cardiff
Charlotte
Chengdu
Chennai
Chihuahua
Chile
Cleveland
Colombia
Columbus
Connecticut
Cracow
Czech
Dallas/Ft. Worth
Danish
Delaware
Edinburgh
Egypt
Finland
Florida
Front Range
FuZhou
Great Lakes
Greece
Hangzhou
Hawaii
HeFei
Houston
Hyderabad
Indonesia
Irish
Israel
Italian
Jinan
Kabul
Kansas City
Latvia
London
Madurai
Manchester
Mato Grosso
Melbourne
Minas Gerais
Minnesota
Montreal
Moscow
Mumbai
Munich
NEA
Netherlands
New England
New York City
New Zealand
NIT Hamirpur
Noroeste
Oklahoma City
Osnabrück
Peru
Philadelphia
Piaski
Pittsburgh
Porto Alegre
Puget Sound
Pune
Queensland
Research Triangle Park
Romania
Russia
San Antonio
San Diego
San Francisco
São Paulo
Scottish
Serbia
Shanghai
Shenzhen
Silicon Valley
Singapore
Slovak
South African
Southern Connecticut
St. Louis
Sweden
Switzerland
Sydney
Szczecin
Taiwan
Tecum
Thames Valley
Tokyo
Toronto
Trondheim
Tulsa
Turkey
Ukraine
University of Melbourne
Vale do Paraíba
Vancouver
Venezuela
Welsh - Cymru
Wisconsin
Xi'an
Subsites
Code Reviews
Code Repositories
Package Search
Bugster
Bugzilla
Test Machines
Planet
Mailing Lists
Elections & Polls
ARC Case Logs
Source Juicer
Package Factory
User Authentication
Project ksh93-integration Pages
Documentation
ksh93r docs
ksh93s+ docs
Downloads
2006-07-12: ksh93 addon tarball for B37/i386
2006-08-05: ksh93 add-on tarballs for OpenSolaris
2006-08-27: ksh93 add-on tarballs for OpenSolaris
2006-09-14: ksh93 add-on tarballs for OpenSolaris
2006-12-14: ksh93 add-on tarballs for OpenSolaris
2007-03-18: ksh93 add-on tarballs for OpenSolaris
2007-04-19: ksh93 add-on tarballs for OpenSolaris
2007-07-14: ksh93 add-on tarballs for OpenSolaris
2007-10-31: ksh93 add-on tarballs for OpenSolaris
2007-11-05: ksh93 update tarballs for OpenSolaris
2008-02-29: ksh93 update tarballs for OpenSolaris
2008-06-17: ksh93 update tarballs for OpenSolaris
2008-06-24: ksh93 update tarballs for OpenSolaris
2008-07-02: ksh93 update tarballs for OpenSolaris
2008-08-10: ksh93 update tarballs for OpenSolaris
2008-11-14: ksh93 update tarballs for OpenSolaris
2009-03-31: ksh93 update tarballs for OpenSolaris
2009-04-20: ksh93 update 2 tarballs for OpenSolaris
2009-05-11: ksh93-integration update 2 tarballs for OpenSolaris
2009-05-27: ksh93-integration update 2 tarballs for OpenSolaris
2009-06-16: ksh93-integration update 2 tarballs for OpenSolaris
2009-07-02: ksh93-integration update 2 tarballs for OpenSolaris
2009-08-22: ksh93-integration update 2 tarballs for OpenSolaris
2009-09-16: ksh93-integration update 2 tarballs for OpenSolaris
2009-09-22: ksh93-integration update 2 tarballs for OpenSolaris
2009-10-18: ksh93-integration update 2 tarballs for OpenSolaris
OpenSolaris Developer Conference 2007
Screenshots
Source