Re: [cdesktopenv-devel] [PATCH] Remove OSF1 support
Merged to master. Thanks! -jon On 05/24/2018 02:08 PM, Chase via cdesktopenv-devel wrote: This patch should remove OSF support Thank you for your time, -Chase -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Jon Trulson "But when I'm in command, every mission's a suicide mission." - Zapp Brannigan -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
[cdesktopenv-devel] Update on packaging situation
Hi all, If any of you were curious about the status of the debian package, I must unfortunately report that development has temporarily halted. It isn't that I have lost interest or anything, the problem is that, in short, debian needs to be able to install the package to customizable directories, and the install script only supports installation on root. So if anyone wants to see a debian package come to fruition, see if you can make this change, and I will get right back to work on it, in the meantime, I will be doing code cleanup and starting a Minix port. Thank you for your time, -Chase-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
Re: [cdesktopenv-devel] Update on packaging situation
I will have some time to look at this next week. I think I should be able to persuade installCDE to install it's files in a different directory/$DESTDIR. CDE will not be runnable in this directory however, but this should be suitable for packaging. -jon On 05/24/2018 06:19 PM, Chase via cdesktopenv-devel wrote: Hi all, If any of you were curious about the status of the debian package, I must unfortunately report that development has temporarily halted. It isn't that I have lost interest or anything, the problem is that, in short, debian needs to be able to install the package to customizable directories, and the install script only supports installation on root. So if anyone wants to see a debian package come to fruition, see if you can make this change, and I will get right back to work on it, in the meantime, I will be doing code cleanup and starting a Minix port. Thank you for your time, -Chase -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Jon Trulson "But when I'm in command, every mission's a suicide mission." - Zapp Brannigan -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
Re: [cdesktopenv-devel] [PATCH] Use posix macros for linux
Can't apply this one - it breaks compilation of dtterm and dtcodegen: gcc -g -pipe -o dtterm -O2 -fno-strict-aliasing -Wno-write-strings -Wno-unused-result -ansi -L../../exports/lib -L../../imports/motif/lib -L/usr/lib DtTermLogit.o DtTermMain.o DtTermFallBackResources.o sunDtTermServer.o DtTermSyntax.o -lDtTerm -lDtHelp -lDtSvc -ltt -lXm -lXt -lSM -lICE -lXext -lX11 -L/usr/dt/lib -L/usr/lib -lm -Wl,-rpath,/usr/dt/lib:/usr/lib ../../exports/lib/libDtTerm.so: undefined reference to `_pututline' collect2: error: ld returned 1 exit status Makefile:802: recipe for target 'dtterm' failed make[3]: *** [dtterm] Error 1 and gcc -g -pipe -o dtcodegen -O2 -fno-strict-aliasing -Wno-write-strings -Wno-unused-result -ansi -L../../../../exports/lib -L../../../../imports/motif/lib -L/usr/lib abmf.o args.o cdefs.o connect.o create_decls.o dtb_utils.o generate_code.o instances.o lib_func_strings.o make_file.o merge_c.o motifdefs.o msg_cvt.o msg_file.o obj_names.o parse_c.o proj_c_file.o proj_header_file.o resource_file.o stubs_c_file.o ui_c_file.o ui_header_file.o utils.o utils_c_file.o utils_header_file.o write_c.o write_code.o ../libABil/libABil.a ../libABobjXm/libABobjXm.a ../libABobj/libABobj.a ../libAButil/libAButil.a -lDtTerm -lDtHelp -lDtWidget -lDtSvc -ltt -lXm -lXt -lSM -lICE -lXext -lX11 -L/usr/dt/lib -L/usr/lib -lm -Wl,-rpath,/usr/dt/lib:/usr/lib ../../../../exports/lib/libDtTerm.so: undefined reference to `_pututline' collect2: error: ld returned 1 exit status Makefile:784: recipe for target 'dtcodegen' failed make[5]: *** [dtcodegen] Error 1 You might have missed something in libDtTerm... -jon On 05/24/2018 03:26 PM, Chase via cdesktopenv-devel wrote: The current define macros for linux are deprecated, so we should use the official POSIX macros instead. Thank you for your time, -Chase -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Jon Trulson "But when I'm in command, every mission's a suicide mission." - Zapp Brannigan -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
Re: [cdesktopenv-devel] Update on packaging situation
3.4.0rc6, I was originally going to use 3.3.0, however it has a bug that threw a guru meditation in virtualbox if tried to run in anything but single user mode, this was fixed in 3.4, so I will be using that. Hopefully "this next week" comes soon! :) Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On May 24, 2018 7:25 PM, Matthew R. Trower wrote: > 2018 in software, "CDE ported to Minix". > > What a fabulous headline that would be. =) > > You've piqued my curiosity; what version of Minix are we talking here? > From: Chase via cdesktopenv-devel > Sent: Thursday, May 24, 2018 19:20 > To: cdesktopenv-devel@lists.sourceforge.net > Reply To: Chase > Subject: [cdesktopenv-devel] Update on packaging situation > > Hi all, > > If any of you were curious about the status of the debian package, I must > unfortunately report that development has temporarily halted. It isn't that I > have lost interest or anything, the problem is that, in short, debian needs > to be able to install the package to customizable directories, and the > install script only supports installation on root. So if anyone wants to see > a debian package come to fruition, see if you can make this change, and I > will get right back to work on it, in the meantime, I will be doing code > cleanup and starting a Minix port. > > Thank you for your time, > -Chase-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
Re: [cdesktopenv-devel] [PATCH] Use posix macros for linux
Strange, I didn't see this error, I will take another look at it tomorrow... Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On May 24, 2018 7:33 PM, Jon Trulson wrote: > > > Can't apply this one - it breaks compilation of dtterm and dtcodegen: > > gcc -g -pipe -o dtterm -O2 -fno-strict-aliasing -Wno-write-strings > > -Wno-unused-result -ansi -L../../exports/lib > > -L../../imports/motif/lib -L/usr/lib DtTermLogit.o DtTermMain.o > > DtTermFallBackResources.o sunDtTermServer.o DtTermSyntax.o -lDtTerm > > -lDtHelp -lDtSvc -ltt -lXm -lXt -lSM -lICE -lXext -lX11 -L/usr/dt/lib > > -L/usr/lib -lm -Wl,-rpath,/usr/dt/lib:/usr/lib > > ../../exports/lib/libDtTerm.so: undefined reference to `_pututline' collect2: > error: ld returned 1 exit status Makefile:802: recipe for target 'dtterm' > failed make[3]: *** [dtterm] Error 1 and gcc -g -pipe -o dtcodegen -O2 > -fno-strict-aliasing -Wno-write-strings -Wno-unused-result -ansi > -L../../../../exports/lib -L../../../../imports/motif/lib -L/usr/lib abmf.o > args.o cdefs.o connect.o create_decls.o dtb_utils.o generate_code.o > instances.o lib_func_strings.o make_file.o merge_c.o motifdefs.o msg_cvt.o > msg_file.o obj_names.o parse_c.o proj_c_file.o proj_header_file.o > resource_file.o stubs_c_file.o ui_c_file.o ui_header_file.o utils.o > utils_c_file.o utils_header_file.o write_c.o write_code.o > ../libABil/libABil.a ../libABobjXm/libABobjXm.a ../libABobj/libABobj.a > ../libAButil/libAButil.a -lDtTerm -lDtHelp -lDtWidget -lDtSvc -ltt -lXm -lXt > -lSM -lICE -lXext -lX11 -L/usr/dt/lib -L/usr/lib -lm > -Wl,-rpath,/usr/dt/lib:/usr/lib ../../../../exports/lib/libDtTerm.so: > undefined reference to`_pututline' > > collect2: error: ld returned 1 exit status > > Makefile:784: recipe for target 'dtcodegen' failed > > make[5]: *** [dtcodegen] Error 1 > > You might have missed something in libDtTerm... > > -jon > > On 05/24/2018 03:26 PM, Chase via cdesktopenv-devel wrote: > > > The current define macros for linux are deprecated, so we should use the > > > > official POSIX macros instead. > > > > Thank you for your time, > > > > -Chase > > > > Check out the vibrant tech community on one of the world's most > > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > cdesktopenv-devel mailing list > > > > cdesktopenv-devel@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel > > -- > > Jon Trulson > > "But when I'm in command, every mission's a suicide mission." > > - Zapp Brannigan > > > > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > cdesktopenv-devel mailing list > > cdesktopenv-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
Re: [cdesktopenv-devel] Update on packaging situation
Oh wait, I thought you meant like this week and next week simultaneously, my brain isnt working today lol. Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On May 24, 2018 7:34 PM, Chase via cdesktopenv-devel wrote: > 3.4.0rc6, I was originally going to use 3.3.0, however it has a bug that > threw a guru meditation in virtualbox if tried to run in anything but single > user mode, this was fixed in 3.4, so I will be using that. > > Hopefully "this next week" comes soon! :) > > Thank you for your time, > -Chase > > ‐‐‐ Original Message ‐‐‐ > On May 24, 2018 7:25 PM, Matthew R. Trower wrote: > >> 2018 in software, "CDE ported to Minix". >> >> What a fabulous headline that would be. =) >> >> You've piqued my curiosity; what version of Minix are we talking here? >> From: Chase via cdesktopenv-devel >> Sent: Thursday, May 24, 2018 19:20 >> To: cdesktopenv-devel@lists.sourceforge.net >> Reply To: Chase >> Subject: [cdesktopenv-devel] Update on packaging situation >> >> Hi all, >> >> If any of you were curious about the status of the debian package, I must >> unfortunately report that development has temporarily halted. It isn't that >> I have lost interest or anything, the problem is that, in short, debian >> needs to be able to install the package to customizable directories, and the >> install script only supports installation on root. So if anyone wants to see >> a debian package come to fruition, see if you can make this change, and I >> will get right back to work on it, in the meantime, I will be doing code >> cleanup and starting a Minix port. >> >> Thank you for your time, >> -Chase-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
[cdesktopenv-devel] [PATCH] Remove ultrix support
Self explanatory Thank you for your time, -Chase-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
Re: [cdesktopenv-devel] [PATCH] Remove ultrix support
With the patch this time, jeez I think that's my queue to go to bed lol... Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On May 24, 2018 7:45 PM, Chase via cdesktopenv-devel wrote: > Self explanatory > > Thank you for your time, > -ChaseFrom 450ee26337560c13d8afef285e6c834c19b63cfe Mon Sep 17 00:00:00 2001 From: chase Date: Thu, 24 May 2018 19:42:23 -0500 Subject: [PATCH] remove ultrix support --- cde/config/cf/Imake.cf| 17 +-- cde/config/cf/Imakefile | 1 - cde/config/cf/ultrix.cf | 77 -- cde/config/imake/imakemdep.h | 5 +- cde/doc/util/dbtoman/instant/general.h| 5 - cde/lib/DtHelp/Helpos.c | 35 + cde/lib/DtSvc/DtUtil2/DtosP.h | 7 - cde/lib/DtTerm/TermPrim/TermPrimMessageCatI.h | 4 - cde/lib/tt/bin/dbck/prop.C| 3 - cde/lib/tt/bin/dbck/spec.C| 3 - cde/lib/tt/bin/dbck/spec_repair.C | 3 - cde/lib/tt/bin/shell/mover.C | 4 - cde/lib/tt/bin/shell/remover.C| 4 - cde/lib/tt/bin/tt_type_comp/mp_type_comp.C| 4 - cde/lib/tt/bin/ttdbserverd/dm_server.C| 20 +-- cde/lib/tt/bin/tttar/tttar_file_utils.C | 4 - cde/lib/tt/lib/api/c/api_xdr.h| 5 - cde/lib/tt/lib/mp/mp_desktop.h| 10 -- cde/lib/tt/lib/mp/mp_rpc.h| 2 +- cde/lib/tt/lib/mp/mp_rpc_client.C | 11 -- cde/lib/tt/lib/mp/mp_session.C| 2 +- cde/lib/tt/lib/mp/mp_stream_socket.C | 4 - cde/lib/tt/lib/realpath.ultrix.c | 144 -- cde/lib/tt/lib/tt_options.h | 11 -- cde/lib/tt/lib/util/tt_int_rec.C | 3 - cde/lib/tt/lib/util/tt_int_rec.h | 3 - cde/lib/tt/lib/util/tt_new.h | 4 - cde/lib/tt/lib/util/tt_new_ptr.h | 4 - cde/lib/tt/lib/util/tt_object.h | 3 - cde/lib/tt/lib/util/tt_object_list.h | 4 - cde/lib/tt/lib/util/tt_string.C | 3 - cde/lib/tt/lib/util/tt_string.h | 3 - cde/lib/tt/lib/util/tt_xdr_utils.C| 12 +- cde/lib/tt/mini_isam/isalloc.c| 7 - cde/lib/tt/mini_isam/iserror.c| 3 - cde/lib/tt/mini_isam/strdup.ultrix.c | 41 - cde/lib/tt/slib/mp_s_procid.C | 2 +- cde/lib/tt/slib/mp_s_session.C| 19 +-- cde/lib/tt/slib/mp_typedb.C | 4 - cde/lib/tt/slib/mp_typedb.h | 3 - cde/programs/dtaction/Main.c | 6 +- cde/programs/dtcalc/calctool.h| 6 +- cde/programs/dtdocbook/instant/general.h | 5 - cde/programs/dtdocbook/tcl/tclUnixPipe.c | 4 +- cde/programs/dtfile/FileManip.c | 19 +-- cde/programs/dtfile/FileMgr.c | 4 +- cde/programs/dtfile/Find.c| 2 +- cde/programs/dtfile/Main.h| 6 +- cde/programs/dtfile/dtcopy/dtcopy.h | 6 +- cde/programs/dthelp/dthelpgen/helpgen.c | 4 - cde/programs/dthelp/dthelpprint/PrintUtil.c | 4 - cde/programs/dticon/main.h| 6 +- .../clients/dtinfo_start/dtinfo_start.h | 6 +- cde/programs/dtinfo/dtinfo/src/cgm/cgmcmds.c | 2 +- .../dtksh/ksh93/src/cmd/ksh93/sh/init.c | 4 - cde/programs/dtksh/msgs.h | 4 - cde/programs/dtlogin/genauth.c| 3 - cde/programs/dtpad/main.c | 4 - cde/programs/dtsession/Sm.h | 6 +- cde/programs/dtsession/Srv.h | 6 +- cde/programs/dtudcexch/excutil.h | 6 +- .../dtudcfonted/libfal/_falSetLocale.c| 7 +- cde/programs/dtudcfonted/libfal/_fallcint.h | 9 +- cde/programs/dtudcfonted/ufont.c | 4 - cde/programs/dtwm/DataBaseLoad.h | 6 +- cde/programs/dtwm/README | 2 +- cde/programs/dtwm/WmGlobal.h | 6 +- 67 files changed, 31 insertions(+), 619 deletions(-) delete mode 100644 cde/config/cf/ultrix.cf delete mode 100644 cde/lib/tt/lib/realpath.ultrix.c delete mode 100644 cde/lib/tt/mini_isam/strdup.ultrix.c diff --git a/cde/config/cf/Imake.cf b/cde/config/cf/Imake.cf index 4b984aec..b0c1cd33 100644 --- a/cde/config/cf/Imake.cf +++ b/cde/config/cf/Imake.cf @@ -18,22 +18,7 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $ * 4. Create a .cf file with the name given by MacroFile. */ -#ifdef ultrix -# define MacroIncludeFile -# define MacroFile ultrix.cf -# ifdef vax -# undef vax -# define VaxArchitecture -# endif -# ifdef mips -# undef mips -# define MipsArchitecture -# endif -# undef ultrix -# define UltrixArchitecture -#endif /* ultrix */ - -#if defined(vax) && !defined(UltrixArc
Re: [cdesktopenv-devel] [PATCH] Use posix macros for linux
FYI, I've merged your patch and this fix to master, and everything builds now. index 0f60111..b37d7e8 100644 --- a/cde/lib/DtTerm/TermPrim/TermPrimSetUtmp.c +++ b/cde/lib/DtTerm/TermPrim/TermPrimSetUtmp.c @@ -56,7 +56,7 @@ static char rcs_id[] = "$TOG: TermPrimSetUtmp.c /main/10 1998/04/03 17:11:42 mgr #define XOS_USE_XT_LOCKING #include -#ifdef linux +#ifdef __linux__ #defineUT_NO_pututline #endif /* sun */ -jon On 05/24/2018 06:37 PM, Chase via cdesktopenv-devel wrote: Strange, I didn't see this error, I will take another look at it tomorrow... Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On May 24, 2018 7:33 PM, Jon Trulson wrote: Can't apply this one - it breaks compilation of dtterm and dtcodegen: gcc -g -pipe -o dtterm -O2 -fno-strict-aliasing -Wno-write-strings -Wno-unused-result -ansi -L../../exports/lib -L../../imports/motif/lib -L/usr/lib DtTermLogit.o DtTermMain.o DtTermFallBackResources.o sunDtTermServer.o DtTermSyntax.o -lDtTerm -lDtHelp -lDtSvc -ltt -lXm -lXt -lSM -lICE -lXext -lX11 -L/usr/dt/lib -L/usr/lib -lm -Wl,-rpath,/usr/dt/lib:/usr/lib ../../exports/lib/libDtTerm.so: undefined reference to `_pututline' collect2: error: ld returned 1 exit status Makefile:802: recipe for target 'dtterm' failed make[3]: *** [dtterm] Error 1 and gcc -g -pipe -o dtcodegen -O2 -fno-strict-aliasing -Wno-write-strings -Wno-unused-result -ansi -L../../../../exports/lib -L../../../../imports/motif/lib -L/usr/lib abmf.o args.o cdefs.o connect.o create_decls.o dtb_utils.o generate_code.o instances.o lib_func_strings.o make_file.o merge_c.o motifdefs.o msg_cvt.o msg_file.o obj_names.o parse_c.o proj_c_file.o proj_header_file.o resource_file.o stubs_c_file.o ui_c_file.o ui_header_file.o utils.o utils_c_file.o utils_header_file.o write_c.o write_code.o ../libABil/libABil.a ../libABobjXm/libABobjXm.a ../libABobj/libABobj.a ../libAButil/libAButil.a -lDtTerm -lDtHelp -lDtWidget -lDtSvc -ltt -lXm -lXt -lSM -lICE -lXext -lX11 -L/usr/dt/lib -L/usr/lib -lm -Wl,-rpath,/usr/dt/lib:/usr/lib ../../../../exports/lib/libDtTerm.so: undefined reference to`_pututline' collect2: error: ld returned 1 exit status Makefile:784: recipe for target 'dtcodegen' failed make[5]: *** [dtcodegen] Error 1 You might have missed something in libDtTerm... -jon On 05/24/2018 03:26 PM, Chase via cdesktopenv-devel wrote: The current define macros for linux are deprecated, so we should use the official POSIX macros instead. Thank you for your time, -Chase Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Jon Trulson "But when I'm in command, every mission's a suicide mission." - Zapp Brannigan Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Jon Trulson "But when I'm in command, every mission's a suicide mission." - Zapp Brannigan -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
Re: [cdesktopenv-devel] [PATCH] Remove ultrix support
And this one doesn't apply. Good night :) Applying: remove ultrix support .git/rebase-apply/patch:295: trailing whitespace. .git/rebase-apply/patch:342: trailing whitespace. #include .git/rebase-apply/patch:356: trailing whitespace. #include .git/rebase-apply/patch:570: trailing whitespace. /* .git/rebase-apply/patch:726: trailing whitespace. # undef OPT_CLASSING_ENGINE error: patch failed: cde/config/imake/imakemdep.h:567 error: cde/config/imake/imakemdep.h: patch does not apply error: patch failed: cde/lib/tt/lib/util/tt_string.C:49 error: cde/lib/tt/lib/util/tt_string.C: patch does not apply error: patch failed: cde/programs/dtfile/FileManip.c:975 error: cde/programs/dtfile/FileManip.c: patch does not apply error: patch failed: cde/programs/dtfile/Find.c:1821 error: cde/programs/dtfile/Find.c: patch does not apply Patch failed at 0001 remove ultrix support -jon On 05/24/2018 06:47 PM, Chase via cdesktopenv-devel wrote: With the patch this time, jeez I think that's my queue to go to bed lol... Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On May 24, 2018 7:45 PM, Chase via cdesktopenv-devel wrote: Self explanatory Thank you for your time, -Chase -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Jon Trulson "But when I'm in command, every mission's a suicide mission." - Zapp Brannigan -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
Re: [cdesktopenv-devel] Update on packaging situation
On 05/24/2018 06:25 PM, Jon Trulson wrote: I will have some time to look at this next week. I think I should be able to persuade installCDE to install it's files in a different directory/$DESTDIR. CDE will not be runnable in this directory however, but this should be suitable for packaging. Well, after weeks of investigation, I think I've got a fairly minor modification to installCDE that will work. I've merged it to the cde-next-2 branch, so if it works for you, I'll then merge it into master. So, after building CDE, run the installCDE command like so, to install everything under /tmp/CDE-BUILD/ : make World ... sudo admin/IntegTools/dbTools/installCDE -s `pwd` -DontRunScripts \ -destdir /tmp/CDE-BUILD You should then see /tmp/CDE-BUILD/usr/ Everything appears to be there, with the correct owner/group/perms. Let me know if that works for you. PS: Don't run the scripts (use the -DontRunScripts option) - since they will always work from /. In time, that could probably be fixed too, but I don't think it's necessary. -jon On 05/24/2018 06:19 PM, Chase via cdesktopenv-devel wrote: Hi all, If any of you were curious about the status of the debian package, I must unfortunately report that development has temporarily halted. It isn't that I have lost interest or anything, the problem is that, in short, debian needs to be able to install the package to customizable directories, and the install script only supports installation on root. So if anyone wants to see a debian package come to fruition, see if you can make this change, and I will get right back to work on it, in the meantime, I will be doing code cleanup and starting a Minix port. Thank you for your time, -Chase -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel -- Jon Trulson "But when I'm in command, every mission's a suicide mission." - Zapp Brannigan -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel