search for: interix

Displaying 20 results from an estimated 111 matches for "interix".

Did you mean: intermix
2008 Nov 05
1
openssh on interix
Hi openssh developers, I'm trying to port openssh to Interix. See [1] for more on this. For Interix sshd needs to be patched to not use setuid()/setgid(), but an Interix specific function setuser(). See [2] why it is needed. Unfortunately, setuser() needs the clear-text password of the user to be fully functional (If you use password-less setuser(), then...
2015 Sep 10
0
interix / xapian / bindings / Eric Lindblad
Report by Eric Lindblad 10-09-2015 http://www.ericlindblad.blogspot.com cf: http://comments.gmane.org/gmane.comp.search.xapian.general/9862 interix Yesterday I compiled cppunit-1.12.1 on the Interix g++ (3.3) compiler. xapian Subsequent to disabling the remote backend which caused gmake to skip over the /net/tcpclient.cc:77 error, resulting in xapian libs' compile, today I disabled the brass and chert backends, which caused gmake to ski...
2004 Sep 16
1
[LLVMdev] Patch to lib/System/Interix
>From: Reid Spencer <reid at x10sys.com> >Date: Thu, 16 Sep 2004 13:26:09 -0700 > >Okay, so the question is, how do you do the equivalent of a MAP_ANON >allocation on Interix. We don't want to map a file here. We're just asking >for virtual memory (unbacked by swap or file) to be allocated to the >process. Is there a way to do that on Interix? The corresponding way to do >that in Win32 is with the VirtualAlloc function. Perhaps we need to use >th...
2005 Nov 05
5
[Bug 1113] Add Interix authentication support
http://bugzilla.mindrot.org/show_bug.cgi?id=1113 Summary: Add Interix authentication support Product: Portable OpenSSH Version: 4.2p1 Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org Repo...
2015 Sep 07
0
gnu_getopt.h / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...c Lindblad 07-09-2015 http://www.ericlindblad.blogspot.com Subsequent to the compile of libxapian.so.22.6.8 and libxapian.a there are executable source files using gnu_getopt.h which has an #ifdef __CYGWIN__, perhaps that file would need attention in order for compile to proceed on my modified SFU Interix 3.5 setup The 1 'ambiguous overload' report on SFU Interix I have located: http://lists.cs.uiuc.edu/pipermail/llvmdev/2004-July/001416.html Note (as from 28-08-2015) my SFU Interix 3.5 setup was modified as copying over from SUA Interix (for Vista & newer) getopt.h, inttypes.h, and s...
2015 Sep 07
0
test 1 / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...;sys/types> in all relevant xapian-core-1.2.21 files. http://sourceforge.net/projects/libuuid/ libuuid-1.0.3.tar.gz the following lines can be added to uuidP.h from the above extracted libuuid-1.0.3.tar.gz, after #include <sys/types.h>, which allows it to compile on above described SFU Interix 3.5 setup +#ifdef __INTERIX +# include <stdint.h> +#endif + provided lines from: https://searchcode.com/codesearch/view/37251130/ -------------------------------------------- From: "Eric Lindblad" <GeirfuglApS at yahoo.com> Subject: question / errors Interix 3.5 / xapian-co...
2006 Mar 25
2
Wine/Interix -- The pros and cons.
I was thinking about running Wine on Interix (the POSIX layer of Microsoft's Services for Unix). There are a few apparent unknows: Would Wine load the .dll.so's? Since Interix uses PE for it's native format (running on Windows, duh), Would Wine load the .dll.so's? Would it reject them being in PE format and having the '...
2015 Sep 15
0
xapian porting to Interix / conclusion
...noting that compile of 1.2.x with just flint support being of somewhat limited use) was due to an earlier encountered 'ambiguous overload' error on brass_check.cc & chert_check.cc. The above test was performed on a machine without network access. With the define for 'htons' on Interix located in /dev/fs/C/SFU/usr/include/arpa/inet.h the addition of '#include <arpa/inet.h>' in xapian-core-1.2.21/net/tcplclient.cc allowed for remote's compile on Interix. Typically, at least on my Slackware box, the define is located in /usr/include/netinet/in.h. Replication intr...
2015 Aug 07
1
xapian 1.2.21 / MSYS-1.0.11.exe
Xapian Developers, [I initially thought to install xapian on SFU (Interix 3.5) on MS XP but could not compile libuuid] [getopt.h, inttypes.h, and stdint.h taken from SUA (for Vista) and installed in SFU (Interix 3.5)] If someone is inclined to write a modified libuuid and label it for use with Interix <version(s)> to satisfy the dependency for an xapian <versio...
2015 Sep 30
1
brass and chert / xapian port to Interix
...gcc-3.3.4, which was fixed for 3.4.2 [Sept. 6, 2004] and 3.5. Bug 16854 - streams missing "long long" specializations on Tru64 https://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id=16854 Running 'g++ foo.cc' (from the above link) utilising the gcc-3.3 shipped with SFU Interix 3.5 was informative. $ cat > foo.cc #include <iostream> using namespace std; int main() { long long i; cout << i << endl; } the error output being identical to that appearing in Bug 16854. SFU shipped with gcc-3.3 but the bug was reported for gcc-3.3.4. Note gcc-4.2.1 w...
2004 Jan 17
1
diff for Interix port for -portable
I diffed a clean 3.7.1p2 and one modified by the folks at Interop Systems to compile under Interix (the Windows Posix layer updated in the new Services For Unix release). The bulk of it is removing the hardcoded root UID and GID. If someone is interested in this, I'd be happy to send a diff (though anyone can inspect the changes by grabbing the package from ftp://ftp.interopsystems.com/src/o...
2004 Oct 08
0
[Bug 1893] New: Interix fails build due to makedev() as wrong macro name
https://bugzilla.samba.org/show_bug.cgi?id=1893 Summary: Interix fails build due to makedev() as wrong macro name Product: rsync Version: 2.6.3 Platform: All OS/Version: other Status: NEW Severity: trivial Priority: P3 Component: core AssignedTo: wayned@samba.org Rep...
2004 Sep 16
1
[LLVMdev] Patch to lib/System/Interix
Hi Interix does not know MAP_ANON or -NOCORE only MAP_SHARED, -PRIVATE and -FIXED. Henrik _________________________________________________________________ F� alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk/ -------------- next part -------------- A non-text attachment was scrubbed......
2005 Nov 05
8
[Bug 1114] Make concept of "root UID" more abstract for Interix support
http://bugzilla.mindrot.org/show_bug.cgi?id=1114 Summary: Make concept of "root UID" more abstract for Interix support Product: Portable OpenSSH Version: 4.2p1 Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P3 Component: Miscellaneous AssignedTo: bitbucket at mindrot.or...
2010 Oct 22
2
Interix Port
Hi! I recently updated my now long-standing patches for openssh 5.5p1 on interix, and wondered if i ever reported those here, and whether there would be any interest in it anyway. So just to make sure, i'm sending it here, so you may do with it however you like. It would be cool to see the changes go upstream though ;) Regards, markus -------------- next part -----------...
2015 Sep 05
1
question / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...quire if anyone has an opinion on whether it might be a possibility that adding the following #ifdef in certain xapian-core-1.2.21 /common and/or /backends files following the string #include <sys/types.h> might move closer towards resolution the 'ambiguous overload' issue. +#ifdef __INTERIX +# include <stdint.h> +#endif + Note (as below) this #ifdef was used to enable libuuid-1.0.3 to compile, on this modified SFU Interix 3.5 setup. Note (as below) my SFU Interix 3.5 setup was modified as copying over from SUA Interix (for Vista & newer) getopt.h, inttypes.h, and stdint.h...
2015 Sep 11
1
xapian 1.0.x compiled on Interix / Eric Lindblad
Report by Eric Lindblad 11-09-2015 http://www.ericlindblad.blogspot.com I compiled xapian-core-1.0.23 today on Interix. 'gmake check' summary PASS: btreetest, quartztest, stemtest, termgentest FAIL: apitest, internaltest, queryparsertest MS XP SP3 HOME modified SFU Interix 3.5 w/ getopt.h, inttypes.h, & stdint.h copied over from SUA Interix for Vista (and newer) into C:\SFU\usr\include - SFU Interix...
2015 Sep 14
1
xapian-core-1.2.21 ported to Interix / 'gmake check' compile error
Report by Eric Lindblad 13-09-2015 http://www.ericlindblad.blogspot.com cf: http://comments.gmane.org/gmane.comp.search.xapian.general/9862 I ported xapian-core-1.2.21 to Interix today having disabled the default chert and development brass backends, using flint, which was the 1.0.x series' default, which ships with the 1.2.x series; the disabling do to an unresolved 'ambiguous overload' error encountered when compiling those backends. Running 'gmake check...
2004 Aug 30
2
[LLVMdev] ./configure[384]: test: Files/Microsoft: unexpected operator/operand
Hi When I run configure on Interix, I get these four error messages: ----------- ./configure[384]: test: Files/Microsoft: unexpected operator/operand ./configure[384]: test: Files/Microsoft: unexpected operator/operand ./configure[384]: test: Files/Microsoft: unexpected operator/operand ./configure[384]: test: Files/Microsoft: unexp...
2004 Aug 31
9
[LLVMdev] POSIX compliance
Reid, >As for Interix support in general, I'm having a hard time determining >which variant of Unix Interix implements. It seems to be partially Posix >1 and partially Posix 2 based. Do you have any further information >related to the specific standards supported by Interix? I don't want to >incorrec...