similar to: [PATCH] Replace mkproto.pl with mkproto.awk

Displaying 20 results from an estimated 300 matches similar to: "[PATCH] Replace mkproto.pl with mkproto.awk"

2020 May 19
5
[PATCHv2] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
I've read up some more on the subject, and it seems the proper way to do this with GCC is g++ and target attributes. I've refactored the patch that way, and it indeed uses SSSE3 automatically on supporting CPUs, regardless of the build host, so this should be ideal both for home builders and distros. Getting the code to build right in c++ mode (checksum_sse2.cpp only) was a bit of an
2020 May 20
0
[PATCHv2] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
would it perhaps make sense to have a "--disable-sse2/3" commandline switch in rsync, too - at least for some timeframe until this is considered "rock solid" ? i dislike having automatic cpu feature switching code in a tool which needs to be reliable for me, this new optimization may have issues - and without such switch it can't be easily workarounded without replacing
2020 May 18
3
[PATCH] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
What do you base this on? Per https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html : "For the x86-32 compiler, you must use -march=cpu-type, -msse or -msse2 switches to enable SSE extensions and make this option effective. For the x86-64 compiler, these extensions are enabled by default." That reads to me like we're fine for SSE2. As stated in my comments, SSSE3 support must be
2019 Oct 31
0
[PATCH] Replace mkproto.pl with mkproto.awk
Ethan Sommer via rsync <rsync at lists.samba.org> (Do 31 Okt 2019 17:38:17 CET): > This replaces the build dependency on perl with one on awk which is > already used in the build system and is much more ubiquitous than perl I can't speak for rsync, but nowadays Perl isn't that rare, that a dependeny on it for build purpose would matter. IMHO. There are many flavours of AWK.
2019 Nov 17
1
[PATCH] Replace mkproto.pl with mkproto.awk
> Me? I think, the rsync maintainers, or? > I just added my 2 cents and would stick with .pl, it has proven to be > stable :) (Yes, I'm a Perl user.) Meant to direct that towards the rsync maintainers sorry. Are you suggesting that something that works with all popular awk implementations and entirely conforms to the POSIX standard now would somehow not be stable, or would eventually
2019 Oct 31
1
[PATCH] Replace mkproto.pl with mkproto.awk
> I can't speak for rsync, but nowadays Perl isn't that rare, that a > dependeny on it for build purpose would matter. IMHO. It might not be rare, but it's certainly less universally available than awk, which is preinstalled on pretty much every unix-like OS out there. > There are many flavours of AWK. Are you sure, that your AWK replacement > runs everwhere? I tested
2004 Oct 18
2
Cannot apply delete-sent-files.diff on solaris platform
I have been trying various ways and looking though the lists, but I can't seem to find a solution. I am running a Ultra2 with Solaris 9 and rsync 2.5.2, with the old -move-files patch. I want to upgrade to 2.6.3 with the delete-sent-files patch. Which I understand is the new and improved version serving the same purpose. Unfortunately my patch under Solaris did'nt work, so I d/l
2004 Jul 16
2
Can't build 3.0.4 under QNX 6.1.0
I've been trying to build Samba 3.0.4 on QNX 6.1.0. 1. I downloaded the source tarball "samba-latest.tar.gz" from a mirror site. The downloading was done on an MS-Windows system. The tarball was transferred to the QNX box by loading into Emacs on MS-Windows with "M-x find-file-literally" then saving it with Emacs's ftp facility: "C-x C-w
2003 Jan 10
1
make clean
I just did a make clean to tidy up a bit and found four objects were missed. The seem to belong to the CHECK_PROGS set. Not sure where best to put them so created a CHECK_OBJS variable and added it to the clean rule. -- ________________________________________________________________ J.W. Schultz Pegasystems Technologies email address: jw@pegasys.ws Remember Cernan and
2004 Feb 26
2
make fails on Solaris building include/proto.h
I'm trying to build Samba 3.0.2 or 3.0.2a on a Solaris system (I've tried both Solaris 8 and Solaris 9), and after successfully running configure, the "make" step hangs building proto.h. Checking the process table, the command that is hanging is: nawk -v headername=_PROTO_H_ -f script/mkproto.awk I've tried running this command by hand and it also hangs. I've tried
2016 Feb 24
1
compile error, param/loadparm.c
Hi, When I builded realtek image, the compiler stop in Samba compiling process, Did I miss something? Thanks. Best regards, Wilson ps. error message was list below, make[3]: Entering directory `/media/FD2/Project/WAP-3522/rtl819x-SDK-v3.4.6.7-full-package/rtl819x/users/samba' make -C samba-3.2.15/source make[4]: Entering directory
2004 Jan 08
1
Upgrading Samba: minimum requirements for Samba wrt Solaris and gcc
Greetings list! I have a older Samba (v 2.0.7) server compiled with an older gcc (v 2.8.1) running on an older Solaris (v 2.5.1). I would like to upgrade to a newer version of Samba. I have had trouble compiling Samba version 3.0.1 with gcc version 2.8.1 on Solaris 2.5.1: $ ./configure checking for gcc... gcc checking for C compiler default output... cat: cannot open conftest.c configure:
2004 Jan 09
0
Upgrading Samba: minimum requirements for Samba wrtSolaris and gcc
John, Thank you very much! >>>> John P. Nelson <nelsonjp@genrad.com> 01/08/04 03:43PM >>> >>an on Solaris 8, the 'configure' step completes >>successfully, but 'make' seems to hang early: >> ... >>creating /home/troy/src/samba/samba-3.0.1/source/include/proto.h >>[it hangs here for hours if I let it] >This problem
2005 Oct 03
3
Problems compiling 3.0.20a with heimdal 0.7
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everybodey, i can't compile 3.0.20 the following message occurs : Compiling dynconfig.c In file included from include/includes.h:452, ~ from dynconfig.c:21: /usr/local/heimdal-0.7/include/krb5.h:660: error: syntax error at '#' token /usr/local/heimdal-0.7/include/krb5.h:660: warning: no semicolon at end of struct or
2006 Nov 02
7
Error reloading manifests
Hi there, I''m running puppetmasterd manually while testing, and I was trying to split my manifest in several parts using import. If I do so whenever I run the puppetmasterd the manifest gets loaded and served correctly: cognos ~ # puppetmasterd -v info: Starting server for Puppet version 0.20.0 info: Parsed manifest in 0.02 seconds info: /var/lib/puppet/files: allowing *.example.org
2003 Sep 05
0
CVS compile errors
What am I doing wrong here ?? -- clip [root@bast source]# make Using FLAGS = -g -O2 -I/usr/kerberos/include -Iinclude -I/var/local/compile/samba/source/include -I/var/local/compile/samba/source/ubiqx -I/var/local/compile/samba/source/smbwrapper -I. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/kerberos/include -I/var/local/compile/samba/source LIBS = -lcrypt -lresolv
2016 Jul 20
3
[Bug 12029] New: Makefile missing dep gives parallel race for rounding.h
https://bugzilla.samba.org/show_bug.cgi?id=12029 Bug ID: 12029 Summary: Makefile missing dep gives parallel race for rounding.h Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 Component: core Assignee: wayned at
2007 Dec 02
3
creation date and OSX
Hi, I've been using rsync (OSX Tiger now Leopard) to backup my home folder daily using -a -H -A -X link-dest=dir to make incremental backups. There was a problem though since many files especially images, movies etc would be recopied each time instead of creating hard links. I have been testing the pre5 release and found that it seems to make hard links correctly for all files. I
2002 Jul 12
0
Installation
Hello, I can not install rsync 2.5.5. on a Caldera Open Unix 8.0.0 Operating System. After ./configure I enter the command "make" and I get the following Message: UX:make: FEHLER: Zeile 66: Syntaxfehler Where can I get help? I add the files: config.log and Makefile. P. Schnickmann -------------- next part -------------- This file contains any messages produced by compilers while running
2009 Jul 19
1
transform(_data,...) using strptime gives an error
I have timstamped data like this: > sd[1:10,] Tstamp Density Mesh50 Mesh70 Mesh100 Mesh150 Mesh200 2 2009/02/27 07:00 30.5 0.7 10.7 21.4 32.8 41.6 3 2009/02/27 08:00 32.2 1.6 12.4 23.3 34.5 43.0 4 2009/02/27 09:00 32.7 4.8 13.0 24.0 35.1 43.5 5 2009/02/27 10:00 26.7 0.3 6.5 17.6 28.1 36.9 6 2009/02/27 11:00