Displaying 20 results from an estimated 200 matches similar to: "[PATCH] fish: fix build warning when readline-devel is missing"
2015 Nov 22
1
Re: installation error
Never mind I was missing libreadline-dev
I gues this check would be good to be added with an error to the configure script since it creates error in compilation
Regards,
Peter
> On 22 Nov 2015, at 20:06, Keresztes Péter-Zoltán <zozo@z0z0.tk> wrote:
>
> Hello,
>
> I have got into a different issue while trying to compile the latest version of libguestfs:
>
> CC
2015 Nov 22
0
Re: installation error
Hello,
I have got into a different issue while trying to compile the latest version of libguestfs:
CC guestfish-edit.o
CC guestfish-events.o
CC guestfish-file-edit.o
CC guestfish-fish.o
fish.c: In function 'main':
fish.c:173:3: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration]
srandom (time (NULL));
^
2001 Apr 07
1
samba on NetBSD - some patches
Hi,
We (NetBSD) just received a bug report that smbclient's mput command usees
find(1) with a non-standard option "-maxdepth". This was replaced with a
simple call to ls(1). As I don't know how many of the patches from out
Packages Collection were sent to you in the past, I'm simply sending you
all our patches - please include any you like in future samba releases!
BTW,
2015 Nov 22
2
Re: installation error
Thank you,
The apt was set to look in the wheezy instead of the jessie one.
> On 22 Nov 2015, at 13:30, Richard W.M. Jones <rjones@redhat.com> wrote:
>
> On Sat, Nov 21, 2015 at 05:12:19AM +0200, Keresztes Péter-Zoltán wrote:
>> Hello,
>>
>> I am trying to install libguestfs on a proxmox (debian jessie with some custom packages) and when I run make at a certain
2016 Feb 16
0
[PATCH] fish: reset the console on ^Z RHBZ#1213844
Patch registers SIGTSTP hook where it sends reset terminal color
control sequence.
---
fish/fish.c | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
diff --git a/fish/fish.c b/fish/fish.c
index d26f8b3..b579898 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -73,6 +73,11 @@ static void cleanup_readline (void);
static char *decode_ps1 (const char
2003 Mar 29
1
compling errors for sun unix (PR#2702)
--Scraw_of_Flies_285_000
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: eXeT31BJngKeovsqhTpOHg==
Dear R-project,
I am having difficulty compiling R for my unix machine. Attached is the
config.log file that has all the necessary info. Can you help?
Thank you.
Mutlu..
-------------------------------
Mr. Mutlu Ozdogan
Center for Remote Sensing
Boston University
725 Commonwealth Avenue
2005 Apr 19
0
R 2.0.1 install problem on Solaris 9
Sorry about the earlier confusion. I'll start fresh here.
I'm getting these error messages when I run "make".
begin installing recommended package foreign
make[2]: *** [foreign.ts] Error 1
make[2]: Leaving directory
`/opt/net/source/R-2.0.1/src/library/Recommended'
make[1]: *** [recommended-packages] Error 2
make[1]: Leaving directory
1999 Dec 27
2
help needed with smbclient with broken pipe
I am getting the following error from smbclient and am not sure as where the
problem is.
smb: \gcc\> dir
write_socket_data: write failure. Error = broken pipe
write_socket: Error writing 91 bytes to socket 3: ERRNO = broken pipe
failed session setup
Error writing 91 bytes to client. -1. Exiting
This appears to be happening about a minute after I establish a session. Up
until that time file
1999 Jul 01
1
SAMBA digest 2150
samba@samba.org wrote:
> SAMBA Digest 2150
>
> For information on unsubscribing see http://samba.org/listproc/
> Topics covered in this issue include:
>
> 1) Autoconnect on restarts doesn't work
> by =?iso-8859-1?Q?Str=F6mberg_Peter?= <Peter.Stromberg@scania.com>
> 2) Re: How to backup from Win to Linux using smb?
>
2003 May 01
0
a little issue with ADS
Hello Everyone,
I must extend my THANK YOU for such fantastic work!, as well as this great
resource.
I've tried fiddling with AD and samba 3.0 alpha23 as well as a CVS checkout
dated APR-16-03.
Below are the relevant(Hopefully:)) items of my config. Once I can get a
tgt and initial ticket I think I'll be O.K.
I was hoping someone on this list could point out a gotcha :).
TIA,
Jesse.
1999 Jun 14
1
readline/history size (PR#211)
Full_Name: Russell Senior
Version: 0.64.0
OS: linux-2.2.x
Submission from: (NULL) (198.107.133.11)
It appears that the GNU readline history size is limited to 50 entries. This
is apparently occurring because R is not bothering to override the readline
default value (from readline-4.0):
./history.c:59:#define DEFAULT_HISTORY_GROW_SIZE 50
It appears that it ought to be possible to override
1998 May 12
0
R-beta: R-0.61.3 with readline]
Jan Kutylowski <janku at ifi.uio.no> writes:
> Hi,
>
> Originally on Solaris I get
>
> checking for main in -lreadline... no
>
> and also
> checking for readline/history.h... no
>
Um, I think you said that the 1st one gave "yes" first time around???
> You kindly suggests:
>
> <I bet the problem is that gcc cannot find the include
2015 Jan 21
1
Re: [PATCH] fish: remove extra "prompt" checks
On Tue, Jan 20, 2015 at 04:28:40PM +0100, Pino Toscano wrote:
> The code is already within a "if (prompt) {...}" block, so checking for
> "prompt" again is redundant.
> ---
> fish/fish.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fish/fish.c b/fish/fish.c
> index 8b74c7b..71db83a 100644
> --- a/fish/fish.c
> +++
2014 Sep 26
1
configure: error: linking to Fortran libraries from C fails
Hi all,
Nice one for a Friday afternoon ...
I'm trying to follow this section of the manual :
http://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Using-Undefined-Behaviour-Sanitizer
to build R-devel (as of a few hours ago: rev 66684) with
-fsanitize=undefined,address.
My OS is Linux Mint Debian Edition. To get gcc-4.9 I added Debian
testing to my apt sources and ran :
sudo
2015 Jan 20
0
[PATCH] fish: remove extra "prompt" checks
The code is already within a "if (prompt) {...}" block, so checking for
"prompt" again is redundant.
---
fish/fish.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fish/fish.c b/fish/fish.c
index 8b74c7b..71db83a 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -661,8 +661,8 @@ rl_gets (int prompt)
line_read = NULL;
}
- p = prompt
2005 Nov 09
0
Samba 3.0.20b / AIX 5.3 / VFS Modules
Has anyone successfully gotten the VFS modules to work under AIX 5.3 and
Samba 3.0.x ?
I have no problem compiling Samba 3.0.x and having it working; but when
I set up a VFS module the following occurs:
1. In the log file I see:
[2005/11/09 15:45:02, 0] lib/fault.c:fault_report(36)
===============================================================
[2005/11/09 15:45:02, 0]
2007 Sep 24
2
Where is the tdbsam password database file?
I'm curious to know where the tdbsam password database file is kept on
my Fedora 7 system. Using the unmodified smb.conf file that shipped
with Fedora 7, I've enabled users using smbpasswd, and successfully
accessed shares. I just can't figure out where the password database
is located:
[root@box ~]# service smb start
[root@box ~]# setsebool samba_enable_home_dirs on
[root@box ~]#
2005 Oct 19
1
samba with ADS. winbindd ignore for user authentication
Hello,
I'm trying to set up samba using ADS for authentication.
I can successfully join the samba machine to the domain. Windows hosts
can "see" the samba machine.
After successfully joining, doing:
# wbinfo -u
shows me ADS-defined users. Same goes for groups.
However, when I try and assign one of those users ownership of a file, I
get:
# chown user1 /tmp/test
chown: test1:
2005 May 18
1
Samba Comple Problem on Solaris 2.8
So I am compling the newest release of samba 3.0.14a on Solaris 2.8.
I can get it to compile but I don't get all the built in modules that I
should and smbd when fired up bombs out with something like,
-------
derek@supernova:/opt/UMsmb/sbin# ./smbd -c /etc/samba/smb.conf -i
smbd version 3.0.14a started.
Copyright Andrew Tridgell and the Samba Team 1992-2004
No builtin nor plugin backend for
2012 Dec 13
0
ANNOUNCE: libguestfs 1.20 - tools for accessing and modifying virtual machine disk images
I'm very pleased to announce the release of libguestfs 1.20.
Libguestfs is a library and a comprehensive set of tools for accessing
and modifying virtual machine (VM) disk images. For more information
see http://libguestfs.org
Libguestfs 1.20 represents 7 months of upstream work, dozens of major new
features and bug fixes. For full details read the release notes below.
You can download