Displaying 20 results from an estimated 20 matches for "gnuism".
2012 Sep 26
1
[PATCH] remove GNUism from install doc command
---
doc/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ba6f64c..cf5908a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -22,7 +22,8 @@ doxygen-build.stamp: Doxyfile $(DOCINPUTS)
install-data-local:
for f in `find html -type f \! -name "installdox"`; do \
- $(INSTALL_DATA) -D $$f
2017 Sep 29
2
Call for testing: OpenSSH 7.6
...Thanks for figuring this out.
> - 'test -z "$SSH_USER_AUTH"' || fail "SSH_USER_AUTH present"
> + 'test -z `printenv SSH_USER_AUTH`' || fail "SSH_USER_AUTH present"
Unfortunately printenv is not specified by posix (AFAICT it's a
gnuism) so that would likely break many other currently working
platforms.
Would it be possible to do something like:
'test -z `sh -c "echo $SSH_USER_AUTH"`' || fail "SSH_USER_AUTH present"
(plus or minus some quoting, probably) ?
--
Darren Tucker (dtucker at zip.com.au)
G...
2004 Jun 22
1
lme4 fails to install on R-1.9/FreeBSD-5.2 (PR#7007)
Full_Name: W.B.Kloke
Version: 1.9.1
OS: FreeBSD-5.2.1
Submission from: (NULL) (195.253.16.182)
Subject line says it. I had problems installing lme4.
1. The dependency on package Matrix was not resolved (I am not sure that this is
really a bug; but it is annoying, anyway).
2. Installing Matrix failed with a message saying something like "no rule for
%_D.o"
after compiling a lot of
2006 Jan 27
2
inclusion of alias handling in klibc insmod
Just curious if anyone has done anything similar, as I'd rather not
reporduce work. I'm going to put alias handling (and only alias
handling) into a modified version of insmod. The reason I'm doing
this is to aid in boot time module loading via aliases exposed in
sysfs. Sure, I could include modprobe directly in the initramfs, but
it's a bit large, and I really only need alias
2007 Mar 31
2
Matrix package: compilation error
Trying to compile the package Matrix_0.9975-11.tar.gz with newest
R-2.5.0 alpha (2007-03-31 r40986) on FreeBSD 7.0-CURRENT (i386) I get
the following error:
-----
R CMD INSTALL Matrix_0.9975-11.tar.gz
* Installing to library '/usr/local/lib/R/library'
* Installing *source* package 'Matrix' ...
** libs
** arch -
"Makefile", line 10: Missing dependency operator
2015 Jul 14
0
[Announce] Samba 4.2.3 Available for Download
...compound requests.
* BUG 11305: vfs_fruit: Add option "veto_appledouble".
* BUG 11323: smbd/trans2: Add a useful diagnostic for files with bad
encoding.
* BUG 11363: vfs_fruit: Check offset and length for AFP_AfpInfo read
requests.
* BUG 11371: ncacn_http: Fix GNUism.
o Günther Deschner <gd at samba.org>
* BUG 11245: s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of
interfaces.
o Alexander Drozdov <al.drozdov at gmail.com>
* BUG 11331: tdb: version 1.3.5: ABI change: tdb_chainlock_read_nonblock()
has been added....
2015 Jul 14
0
[Announce] Samba 4.2.3 Available for Download
...compound requests.
* BUG 11305: vfs_fruit: Add option "veto_appledouble".
* BUG 11323: smbd/trans2: Add a useful diagnostic for files with bad
encoding.
* BUG 11363: vfs_fruit: Check offset and length for AFP_AfpInfo read
requests.
* BUG 11371: ncacn_http: Fix GNUism.
o Günther Deschner <gd at samba.org>
* BUG 11245: s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of
interfaces.
o Alexander Drozdov <al.drozdov at gmail.com>
* BUG 11331: tdb: version 1.3.5: ABI change: tdb_chainlock_read_nonblock()
has been added....
2005 Sep 14
9
[Bug 910] known_hosts port numbers
http://bugzilla.mindrot.org/show_bug.cgi?id=910
fullung at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fullung at gmail.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
2019 Mar 14
3
RFC: ELF Autolinking
...les and libraries from
> linkerscripts
> https://sourceware.org/binutils/docs/ld/File-Commands.html#File-Commands
> , these distinguish between "-lfile" and "file". Would this be a
> better fit for a ld.bfd interface compatible linker?
>
>
I was hoping to avoid GNUism's and use a "general" mechanism. MSVC source
code compatibility is a usecase.
> > 6. A new command line option --no-llvm-autolink will tell LLD to ignore
> the .autolink sections.
>
> Personally I would have thought --no-llvm-autolink would error if it
> found a .a...
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...t for xz fails. I wish there was a way to disable xz altogether..
I'd like to get IBM compilers to work first since those are the official ones. I may try gcc later, but I'm really interested in the IBM ones because that gives us a good non-GNU test (e.g., TRE fails in JIT due some alleged GNUisms so you can't use the strict compiler mode).
Cheers,
Simon
On Jan 3, 2016, at 10:59 AM, Michael Felt <aixtools at gmail.com> wrote:
> On 2016-01-01 23:48, peter dalgaard wrote:
>> Nice catch you two!!!
>>
>> Happy New Year
>> -pd
> I am much happier with...
2009 Jan 11
3
Package Matrix does not compile in R-devel_2009-01-10
Dear developers,
today I tried to build and install R-devel_2009-01-10 on FreeBSD
8.0-CURRENT (i386) for testing purposes.
All went well until compiling the now recommended (integrated) Matrix
package. At this point the following break occured:
------------------------------------------------
begin installing recommended package Matrix
* Installing *source* package 'Matrix' ...
**
2009 Jan 29
19
ZFS extended ACL
What is wrong with this?
# chmod -R A+user:webservd:add_file/write_data/execute:allow /var/apache
chmod: invalid mode: `A+user:webservd:add_file/write_data/execute:allow''
Try `chmod --help'' for more information.
This works in a zone, works on S10u5, does not work on OpenSolaris2008.11.
CT
2016 Jan 04
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...fails. I wish there was a way to disable xz altogether..
>
> I'd like to get IBM compilers to work first since those are the official ones. I may try gcc later, but I'm really interested in the IBM ones because that gives us a good non-GNU test (e.g., TRE fails in JIT due some alleged GNUisms so you can't use the strict compiler mode).
>
> Cheers,
> Simon
>
>
> On Jan 3, 2016, at 10:59 AM, Michael Felt <aixtools at gmail.com> wrote:
>
>> On 2016-01-01 23:48, peter dalgaard wrote:
>>> Nice catch you two!!!
>>>
>>> Happy New...
2007 Jun 11
20
[Bug 1320] New: Add support for ldns
http://bugzilla.mindrot.org/show_bug.cgi?id=1320
Summary: Add support for ldns
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: svallet at
2019 Mar 14
2
RFC: ELF Autolinking
...;> https://sourceware.org/binutils/docs/ld/File-Commands.html#File-Commands
>>> , these distinguish between "-lfile" and "file". Would this be a
>>> better fit for a ld.bfd interface compatible linker?
>>>
>>>
>> I was hoping to avoid GNUism's and use a "general" mechanism. MSVC source
>> code compatibility is a usecase.
>>
>>
>>> > 6. A new command line option --no-llvm-autolink will tell LLD to
>>> ignore the .autolink sections.
>>>
>>> Personally I would have tho...
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...wish there was a way to disable xz altogether..
>>
>> I'd like to get IBM compilers to work first since those are the official ones. I may try gcc later, but I'm really interested in the IBM ones because that gives us a good non-GNU test (e.g., TRE fails in JIT due some alleged GNUisms so you can't use the strict compiler mode).
>>
>> Cheers,
>> Simon
>>
>>
>> On Jan 3, 2016, at 10:59 AM, Michael Felt <aixtools at gmail.com> wrote:
>>
>>> On 2016-01-01 23:48, peter dalgaard wrote:
>>>> Nice catch you tw...
2019 Mar 18
2
RFC: ELF Autolinking
...cs/ld/File-Commands.html#File-Commands
>>>>> , these distinguish between "-lfile" and "file". Would this be a
>>>>> better fit for a ld.bfd interface compatible linker?
>>>>>
>>>>>
>>>> I was hoping to avoid GNUism's and use a "general" mechanism. MSVC
>>>> source code compatibility is a usecase.
>>>>
>>>>
>>>>> > 6. A new command line option --no-llvm-autolink will tell LLD to
>>>>> ignore the .autolink sections.
>>>&...
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
On 2016-01-01 23:48, peter dalgaard wrote:
> Nice catch you two!!!
>
> Happy New Year
> -pd
I am much happier with this great start!
Simon - which compiler)s) did you use: xlc and xlfortran, or gcc/gfortran?
I have made some changes to configure(.ac) so maybe my problems are
self-inflicted. But would be good to know what environment you are using.
Thanks for looking - and
2017 Sep 21
19
Call for testing: OpenSSH 7.6
Hi,
OpenSSH 7.6p1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a bugfix release.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is also available via git using the
instructions at
2019 Mar 14
11
RFC: ELF Autolinking
At Sony we offer autolinking as a feature in our ELF toolchain. We would
like to see full support for this feature upstream as there is anecdotal
evidence that it would find use beyond Sony.
In general autolinking (https://en.wikipedia.org/wiki/Auto-linking) allows
developers to specify inputs to the linker in their source code. LLVM and
Clang already have support for autolinking on ELF via