All,
I've managed to successfully build CDE on Arch Linux ARM (armv5el). A
few things to take note of:
(1) Ncompress needs to be (manually) installed as /usr/bin/compress,
since this package isn't available for Arch ARM.
(2) Nawk needs to be installed for configRun to work.
(3) I have these set
A new tarball would be a great idea. The one on the site is getting very out of
date.
Chris
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has chan
On Wed, Aug 22, 2012 at 09:03:02PM -0600, Jon Trulson wrote:
> The current src tarball up on SF is... well, way out of date compared
> to where git master is now.
>
> I'd like to get some fixes into master and make a new one in around 2
> weeks. Does that seem reasonable?
Yes, absolutely.
Relea
On Thu, Aug 23, 2012 at 05:49:13AM +, Marcin Cieslak wrote:
> On Wed, 22 Aug 2012, Jon Trulson wrote:
>
> > The current src tarball up on SF is... well, way out of date compared
> > to where git master is now.
> >
> > I'd like to get some fixes into master and make a new one in around 2
> > w
No ANSI prototype for malloc() caused
the returned pointer to be truncated
to 32 bits.
---
cde/lib/DtSvc/DtUtil2/DtGetMessage.c |1 +
cde/lib/DtSvc/DtUtil2/MsgLog.c |2 +-
cde/programs/dtexec/Main.c | 19 +++
3 files changed, 13 insertions(+), 9 deletions(
---
cde/programs/dtlogin/config/_common.ksh.src |4 +++-
cde/programs/dtprintinfo/util/Process.C |2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/cde/programs/dtlogin/config/_common.ksh.src
b/cde/programs/dtlogin/config/_common.ksh.src
index 90154a6..b3b73ea 100644
---
cde/programs/dtlogin/config/_common.ksh.src | 25 -
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/cde/programs/dtlogin/config/_common.ksh.src
b/cde/programs/dtlogin/config/_common.ksh.src
index b3b73ea..6386d13 100644
--- a/cde/programs/dtlogin/config
On Thu, 23 Aug 2012, David Cantrell wrote:
> > - fix shared library scheme - now apps link to
> >
> > libtt.so => /usr/dt/lib/libtt.so (0x800fbe000)
> > libDtSvc.so => /usr/dt/lib/libDtSvc.so (0x800d57000)
> >
> > instead of the libtt.so.2, libDtSvc.so.2 (as I think it should be)
>
> Ar
On Thu, Aug 23, 2012 at 02:51:22PM +, Marcin Cieslak wrote:
> On Thu, 23 Aug 2012, David Cantrell wrote:
>
> > > - fix shared library scheme - now apps link to
> > >
> > > libtt.so => /usr/dt/lib/libtt.so (0x800fbe000)
> > > libDtSvc.so => /usr/dt/lib/libDtSvc.so (0x800d57000)
> > >
> >
This patch removes instances of hardcoded
invocation of /bin/ksh and allows to
replace it with, for, example,
/usr/local/bin/ksh93
Also "ksh93" is accepted whenever "ksh" is.
Tested using the following /bin/ksh:
8<
WHAT=`ps -o command= -p $PPID`
msg="Something tried to call /bin/ksh: $PP
Hello,
for anyone of you who have the help system working:
- I am looking for good .sdl files (for
example /usr/dt/appconfig/help/C/Intromgr.sdl)
to compare with what I have.
Donations welcome - you can them to my ftp server:
saper.info
login: ftp
password: ftp
directory: /incoming/cde
or
ftp
On Thu, 23 Aug 2012 17:49:26 +0200, Marcin Cieslak wrote:
> This patch removes instances of hardcoded
> invocation of /bin/ksh and allows to
> replace it with, for, example,
> /usr/local/bin/ksh93
>
> Also "ksh93" is accepted whenever "ksh" is.
Have you looked at whether ksh is actually required
On Thu, 23 Aug 2012, Pascal Stumpf wrote:
> On Thu, 23 Aug 2012 17:49:26 +0200, Marcin Cieslak wrote:
> > This patch removes instances of hardcoded
> > invocation of /bin/ksh and allows to
> > replace it with, for, example,
> > /usr/local/bin/ksh93
> >
> > Also "ksh93" is accepted whenever "ksh"
---
cde/config/cf/FreeBSD.cf |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cde/config/cf/FreeBSD.cf b/cde/config/cf/FreeBSD.cf
index 3817be6..3671171 100644
--- a/cde/config/cf/FreeBSD.cf
+++ b/cde/config/cf/FreeBSD.cf
@@ -125,14 +125,14 @@ XCOMM operating system: OSN
On Thu, 23 Aug 2012, Scott F. Comstock wrote:
> All,
>
> I've managed to successfully build CDE on Arch Linux ARM (armv5el). A
> few things to take note of:
Christopher Turkel hangs out here, he can add some of this info to the
wiki.
>
> (1) Ncompress needs to be (manually) installed as /usr/bi
On Thu, 23 Aug 2012, Marcin Cieslak wrote:
Applied.
--
Jon Trulson
Atoms are what make us matter.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscap
On Thu, 23 Aug 2012, Marcin Cieslak wrote:
Applied.
--
Jon Trulson
Atoms are what make us matter.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape
On Thu, 23 Aug 2012, Marcin Cieslak wrote:
Applied.
--
Jon Trulson
Atoms are what make us matter.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape
On Thu, 23 Aug 2012, Marcin Cieslak wrote:
Applied, but why?
--
Jon Trulson
Atoms are what make us matter.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat
On Thu, 23 Aug 2012, Marcin Cieslak wrote:
> This patch removes instances of hardcoded
> invocation of /bin/ksh and allows to
> replace it with, for, example,
> /usr/local/bin/ksh93
>
> Also "ksh93" is accepted whenever "ksh" is.
>
> Tested using the following /bin/ksh:
>
Applied.
--
Jon Trulso
On Thu, 23 Aug 2012, David Cantrell wrote:
> On Wed, Aug 22, 2012 at 09:03:02PM -0600, Jon Trulson wrote:
>> The current src tarball up on SF is... well, way out of date compared
>> to where git master is now.
>>
>> I'd like to get some fixes into master and make a new one in around 2
>> weeks. D
21 matches
Mail list logo