Re: [cdesktopenv-devel] new release?
>> 2) tirpc support for linux (I'll add this, probably disabled by default) > > Also good. tirpc is the portmapper that's been in Fedora and RHEL for a > long time. > >> 3) dtksh on linux, might work - haven't tried yet > > Worth a try. Last I tried (with some of the BSD dtksh patches as a starting point), it didn't. It probably won't be a simple "Add one more platform" type fix. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
Re: [cdesktopenv-devel] [PATCH] FreeBSD: Use -O instead of -O2
On Thu, 23 Aug 2012, Jon Trulson wrote: > On Thu, 23 Aug 2012, Marcin Cieslak wrote: > > Applied, but why? Yes, from my limited testing it turns out that libDtHelp had trouble reading help volumes (dthelpgen couldn't find any). When I recompiled with -g everything worked; after that I tried compiling with -O instead of -O2 -g and help indexing worked despite complete eradicaton of traces of CDE on install. So I suspect some problem here I am using pretty old 4.2 GCC bundled with FreeBSD; what worries me is that system default is "-O2" for my platform. Further testing is welcome - I see some people are trying to run CDE on FreeBSD. I'd leave this is a quick fix and concentrate on other problems; for example it seems like i386 cannot compile dtksh and dtappbuilder because of missing __va_copy. //Marcin -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
[cdesktopenv-devel] [PATCH] Add pax files generated by dtksh to .gitignore
It seems that after changing -O2 to -O for FreeBSD pax started to build successfully. Interesting. --- cde/.gitignore |6 ++ 1 file changed, 6 insertions(+) diff --git a/cde/.gitignore b/cde/.gitignore index 1ebea60..b7b872c 100644 --- a/cde/.gitignore +++ b/cde/.gitignore @@ -799,6 +799,7 @@ programs/dtksh/examples/crMovesText1 programs/dtksh/ksh93/bin programs/dtksh/ksh93/include programs/dtksh/ksh93/lib +programs/dtksh/ksh93/man programs/dtksh/ksh93/man/man1/sh.1 programs/dtksh/ksh93/man/man1/sh.1.old programs/dtksh/ksh93/man/man3/LIBAST.3 @@ -946,6 +947,11 @@ programs/dtksh/ksh93/src/cmd/ksh93/ksh programs/dtksh/ksh93/src/cmd/ksh93/ksh.msg programs/dtksh/ksh93/src/cmd/ksh93/shcomp programs/dtksh/ksh93/src/cmd/ksh93/suid_exec +programs/dtksh/ksh93/src/cmd/pax/bax +programs/dtksh/ksh93/src/cmd/pax/cpio +programs/dtksh/ksh93/src/cmd/pax/nocom +programs/dtksh/ksh93/src/cmd/pax/pax +programs/dtksh/ksh93/src/cmd/pax/tar programs/dtksh/ksh93/src/cmd/pax/FEATURE/ programs/dtksh/ksh93/src/cmd/pax/MAM.list programs/dtksh/ksh93/src/cmd/pax/MAM.time -- 1.7.9.2 -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel