similar to: FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh

Displaying 20 results from an estimated 500 matches similar to: "FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh"

2015 May 04
0
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
On 04/24/2015 10:00 PM, Michael Grimm wrote: > Hi ? > > 1) I'm trying to compile a recent hg dovecot version (008632bdfd2c) at a FBSD10-STABLE system without success: > > libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-test -I/usr/local/include -DUDHRDIR=\"../../src/lib-fts\" -DDATADIR=\"/usr/local/share/dovecot\"
2015 May 09
2
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
Hi ? Teemu Huovila <teemu.huovila at dovecot.fi> wrote: > On 04/24/2015 10:00 PM, Michael Grimm wrote: >> 1) I'm trying to compile a recent hg dovecot version (008632bdfd2c) at a FBSD10-STABLE system without success: [?] >> fts-tokenizer-generic.c:214:18: error: use of undeclared identifier 'MidNum' >> if (uint32_find(MidNum, N_ELEMENTS(MidNum), c,
2006 Mar 21
2
How do I get substring of utf-8 string?
I''m trying to get substring from a utf-8 encoded string. (say, first 50 characters of the string) String#[0..49] would give me the first 50 bytes not 50 characters.. I know there is jcode library, but it only let you count number of characters in utf-8 string. unicode gem doesn''t seem to help much. unicode_hacks gem seem to solve the problem, but it also seems to
2015 May 04
0
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
On 04/24/2015 07:00 PM, Michael Grimm wrote: > ... > 2) I don't have a python binary installed, only a python2 link to the python27 binary (FBSD, and python27 from ports). > Thus, update-version.sh will fail to evaluate hg's changeset. As a quick fix I needed to create a link: python -> python2 > This is a less or more 'common' system configuration error. ;-)
2005 Dec 21
10
Investigating Unicode. Take 2, with nastities and allegations.
Well, I see that my last email hasn''t generated any reaction from the Rails core team. It looks like all of them are the happy users of "plain text" (which, as we know by now, doesn''t exist, but still). I apologize in advance for the sore bitterness of this message but I see that the Rails-core STILL, despite all of the efforts, sees these issues as something
2017 Dec 11
6
upgrading python
On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell <larry.martell at gmail.com> wrote: > On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs <pete at biggs.org.uk> wrote: > > On Tue, 2017-12-05 at 14:16 +0100, Kai Grunau wrote: > >> On 05.12.2017 14:05, Larry Martell wrote: > >> > I am running CentOS 7 and I have python version: > >> > > >> >
2017 Dec 11
2
upgrading python
Pete Biggs wrote: > On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote: >> On Mon, 11 Dec 2017 16:32:06 -0500 >> Larry Martell wrote: >> >> > Can I make that the default python? >> >> ~/.bashrc >> > No. I'm not entirely sure that is a good idea! No, not all. > > 'scl enable python27 bash' creates a *new* shell with the correct
2014 Feb 26
1
How to build scl python-setuptools from src.rpm?
Hi all. sorry for my english, I'm from Ukraine. so, i build http://dev.centos.org/centos/6/SCL/SRPMS/python27-1-10.el6.centos.alt.src.rpm]python27, then http://dev.centos.org/centos/6/SCL/SRPMS/python27-python-2.7.5-7.el6.centos.alt.src.rpm<http://dev.centos.org/centos/6/SCL/SRPMS/python27-python-2.7.5-7.el6.centos.alt.src.rpm%5Dpython27-python>and when try to build
2017 Dec 12
2
upgrading python
On Mon, Dec 11, 2017 at 4:32 PM, Larry Martell <larry.martell at gmail.com> wrote: > On Mon, Dec 11, 2017 at 4:25 PM, Clint Dilks <clintd at scms.waikato.ac.nz> wrote: >> On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell <larry.martell at gmail.com> >> wrote: >> >>> On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs <pete at biggs.org.uk> wrote:
2016 Jul 04
4
how to use python 2.7 by default instead python 2.6 on centos 6.8
Hi, centos 6.8 comes with python 2.6. But I want to use python 2.7 to build gstreamer sdk. I have built python 2.7 and installed it into my custom directory. How to set centos to use python 2.7 by default instead of python 2.6? Thanks! Regards Andrew
2017 Dec 05
2
upgrading python
On Tue, 2017-12-05 at 14:16 +0100, Kai Grunau wrote: > On 05.12.2017 14:05, Larry Martell wrote: > > I am running CentOS 7 and I have python version: > > > > Python 2.7.5 (default, Sep 15 2016, 22:37:39) > > > > I need a newer version of 2.7 to pick up a bug fix. How can I do that > > (without breaking anything in CentOS)? > > you could use the
2012 May 13
1
Problem compiling package LogicReg - make Error 255
Hello all, I've been using the R package LogicReg, but ended up having to change a certain parameter in the Fortran 77 code (namely, I had to change LGCntrMax to 25 in the file slogic.f). I am using a 64-bit Windows 7 machine. When I tried to compile, I got the following error: -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ C:\Program
2012 Oct 24
1
Exec python script on puppet clinet running on windows
I am trying to execute a python script from manifest file on puppet windows based client: exec {''ez_setup.py -U setuptools'': #command => ''C:\Python27\ez_setup.py -U setuptools'', cwd => ''C:\Python27'', path => ''C:\Python27;%PATH%'', #creates => ''C:\Program,
2017 Dec 11
2
upgrading python
On Mon, Dec 11, 2017 at 5:43 PM, Clint Dilks <clintd at scms.waikato.ac.nz> wrote: > On Tue, Dec 12, 2017 at 11:31 AM, <m.roth at 5-cent.us> wrote: > >> Pete Biggs wrote: >> > On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote: >> >> On Mon, 11 Dec 2017 16:32:06 -0500 >> >> Larry Martell wrote: >> >> >> >> > Can I
2012 Dec 30
1
Does dlltools in 64-bit rtools for windows support 64-bit machine type?
Hi, I've been trying to get the python bridge (rpy2) to build for 64-bit R and python. The current stumbling block is that mingw can't use the python27.lib file that comes with CPython and so I need to generate libpython27.a. When I use dlltool from rtools to do that however, I end up with a 32-bit file: >"G:\Rtools\gcc-4.6.3\i686-w64-mingw32\bin\dlltool" -e libpython27.a
2007 Oct 08
1
API problem (noob)
I'm a bit of a newbie, especially when it comes to dovecot internals, but nevertheless, I need some help: I'm working on a dovecot plugin, and I would like to copy a mail message from the mail store out to a temporary file, less a few headers: static const char *const exclude_headers[] = { "X-DSPAM-Signature" } strcpy(fname, mktemp(fname)); fd = creat(fname, 0600);
2015 Nov 16
2
CentOS-SCL python version
Hi - I?d like to use the CentOS-SCL python27 packages, but those appear to be rather out of date, still on 2.7.5. Is there any chance that there will be an update in the 2.7 track, to 2.7.10? thanks, Noam ----------------------------------------------------------- Noam Bernstein Center for Materials Physics and Technology Naval Research Laboratory Code 6390 noam.bernstein at
2011 Aug 18
2
problem installing WINE
Hi, I had to rearrange the user accounts on my iMac (10.6.8) and need to re-instal WINE from the new admin account since the original one got mucked up (for one thing, the .wine directory got deleted which is in user space). It's objecting to the activation of python27: ---> Activating python27 @2.7.2_0+universal Error: Target org.macports.activate returned: Image error:
2015 Jan 26
5
[LLVMdev] Deadlock in llvm-lit on windows 7
Hi, I am observing a deadlock with llvm-lit on windows 7. When I attached a debugger, the communicate() call is blocked. In file utils/lit/lit/TestRunner.py > # FIXME: There is probably still deadlock potential here. Yawn. > procData = [None] * len(procs) > procData[-1] = procs[-1].communicate() I am invoking python directly on windows to run the unit tests.
2010 Oct 14
2
Import error on Windows
Ok, got my corrupted binary issues sorted out by having someone download the file for me and forward me the extracted contents. Bizarre, but fixed. Now, I'm running into another issue, this time with the Python bindings. I've installed the MSVC distrib package and checked that site-packages has `xapian.py` and a folder called `xapian` with three files in it: `__init__py`, `_xapian.pyd`