Corinna Vinschen writes:
>> Here's another one to reduce the logorrhea of setup unless otherwise
>> requested.
>
> Yep, push it.
Done.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads
Jon TURNEY writes:
> It seems that base-files has an 'x' extended header for each file, apparently
> to
> store the mtime.
That's a result of me having built that file on openSUSE and openSUSE's
decision to default to POSIX format instead of GNU.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305
Corinna Vinschen writes:
>> I'm proposing to resurrect maxima as a Cygwin
>> package. The packaging is modeled after openSUSE.
>
> Resurrect? We had that already at one point?
Yes, but only on 32bit due to the missing clisp due to the missing
ffcall… it got removed during the recent cleanup of
On 03/05/2015 06:44 AM, Jon TURNEY wrote:
> Silently ignore 'g' and 'x' type tar extended headers, rather than warning
> about
> "unknown (or unsupported) file type 'x'".
>
> It seems that base-files has an 'x' extended header for each file, apparently
> to
> store the mtime.
Would we ever need
On Mar 5 22:56, Achim Gratz wrote:
>
> Here's another one to reduce the logorrhea of setup unless otherwise
> requested.
Yep, push it.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Ha
On Mar 5 20:54, Achim Gratz wrote:
>
> In order to reap the fruits of Ken Brown's work on clisp and its
> dependencies (which seem to have escaped the attention of the plush
> hippo hordes so far)
What? That's inexcusable. Andrew, one plush hippo for Ken, please.
> I'm proposing to resurrect
Here's another one to reduce the logorrhea of setup unless otherwise
requested.
X-Git-Url:
http://repo.or.cz/w/cygwin-setup/local.git/commitdiff_plain/63ec5d1957a169a9a7466e4065247e022f3eecc8
Demote some messages to LOG_BABBLE
* package_meta.cc (isManuallyWanted, isManuallyDeleted): De
In order to reap the fruits of Ken Brown's work on clisp and its
dependencies (which seem to have escaped the attention of the plush
hippo hordes so far) I'm proposing to resurrect maxima as a Cygwin
package. The packaging is modeled after openSUSE.
--8<---cut here---star
Corinna Vinschen writes:
> FYI: https://sourceware.org/bugzilla/show_bug.cgi?id=18025
Thanks for driving that to a solution.
> So the binutils problem is fixed upstream, we're just waiting for GDB
> to catch up. Another collegue of mine will have a look as soon as time
> permits.
OK, but since
On Mar 5 15:09, Jon TURNEY wrote:
> On 05/03/2015 14:17, Corinna Vinschen wrote:
> >On Mar 5 13:44, Jon TURNEY wrote:
> >>@@ -170,8 +163,8 @@ archive_tar::next_file_name ()
> >>sscanf (state.tar_header.size, "%Io", &state.file_length);
> >>state.file_offset = 0;
> >>
> >>-// vp2 (_tar_vf
On 05/03/2015 14:17, Corinna Vinschen wrote:
On Mar 5 13:44, Jon TURNEY wrote:
@@ -170,8 +163,8 @@ archive_tar::next_file_name ()
sscanf (state.tar_header.size, "%Io", &state.file_length);
state.file_offset = 0;
-// vp2 (_tar_vfile, "%c %9d %s\n", state.tar_header.typeflag,
-// s
On 05/03/2015 12:38, Michael DePaulo wrote:
On Fri, Feb 27, 2015 at 6:00 PM, Michael DePaulo
wrote:
On Fri, Feb 27, 2015 at 12:37 PM, Yaakov Selkowitz
wrote:
On Fri, 2015-02-27 at 08:49 -0500, Michael DePaulo wrote:
The benefit to Cygwin is that we will have a commonly used[1]
benchmark for
On Mar 5 13:44, Jon TURNEY wrote:
> On 02/03/2015 16:32, Corinna Vinschen wrote:
> > On Mar 2 13:55, Jon TURNEY wrote:
> >>
> >> Future work: there are some other uses of msg() to report real errors. At
> >> the
> >> moment, these are completely invisible unless you are running setup under a
>
On Mar 5 13:44, Jon TURNEY wrote:
> @@ -170,8 +163,8 @@ archive_tar::next_file_name ()
>sscanf (state.tar_header.size, "%Io", &state.file_length);
>state.file_offset = 0;
>
> -// vp2 (_tar_vfile, "%c %9d %s\n", state.tar_header.typeflag,
> -// state.file_length, state.filename);
>
Silently ignore 'g' and 'x' type tar extended headers, rather than warning about
"unknown (or unsupported) file type 'x'".
It seems that base-files has an 'x' extended header for each file, apparently to
store the mtime.
---
ChangeLog | 5 +
archive_tar.cc | 3 +++
2 files changed, 8 ins
archive_tar.cc contains some output directly using fprintf(stderr,), convert
that to using the printf-style log adaptors.
---
ChangeLog | 5 +
archive_tar.cc | 25 +
2 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 47203
Remove msg(), which writes output to the debugger via OutputDebugString() and
convert it's uses to log output using the printf-style log adaptors.
Examining the uses of msg(), some of these are genuine errors, which should be
logged somewhere we might have a chance to see them. Convert those to
L
---
ChangeLog | 5 +
LogSingleton.cc | 28
LogSingleton.h | 5 +
3 files changed, 38 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 551cc94..0822701 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-04 Jon TURNEY
+
+ * L
On 02/03/2015 16:32, Corinna Vinschen wrote:
> On Mar 2 13:55, Jon TURNEY wrote:
>>
>> Future work: there are some other uses of msg() to report real errors. At
>> the
>> moment, these are completely invisible unless you are running setup under a
>> debugger. These should be converted to use th
On Feb 16 16:42, Achim Gratz wrote:
> Corinna Vinschen writes:
> > Uh oh, the debug information is either broken (which is unlikely) or GDB
> > doesn't use it anymore due to the CRC mismatch. Maybe the same CRC
> > mismatch breaks objcopy in cygport, given that both are based on the
> > same BFD c
On Fri, Feb 27, 2015 at 6:00 PM, Michael DePaulo wrote:
> On Fri, Feb 27, 2015 at 12:37 PM, Yaakov Selkowitz
> wrote:
>> On Fri, 2015-02-27 at 08:49 -0500, Michael DePaulo wrote:
>>> The benefit to Cygwin is that we will have a commonly used[1]
>>> benchmark for testing Cygwin/X performance.
>>>
On 3/5/2015 5:36 AM, Yaakov Selkowitz wrote:
Marco,
Well, that didn't take long, see attached. (Not that I'm surprised,
given their history.) Before you update ImageMagick to upstream
6.9.0-9, you'll need to (re)build the current release (or a newer one
prior to 6.9.0-9) and split the DLLs int
On Mar 4 22:39, Achim Gratz wrote:
> Marco Atzeri writes:
> > I presume Corinna asked for this:
> >
> > $ addr2line.exe -a 0001801C2F96 -e /usr/bin/cygwin1.dll
>
> Then that's giving us this:
>
> /mnt/share/maint (1964) addr2line.exe -a 0001801C2F96 -e
> /usr/bin/cygwin1.dll
> 0x00
On Mar 4 18:35, Warren Young wrote:
> On Mar 4, 2015, at 6:11 PM, Eric Blake wrote:
> >
> > On 03/04/2015 02:41 PM, Andrew Schulman wrote:
> >
> >>> Huh? The plush hippos are always pink!
> >>
> >> Awarded! http://cygwin.com/goldstars/#CV
> >
> > Should I get anything for taking the orphane
On Mar 4 16:41, Andrew Schulman wrote:
> > On Mar 4 19:23, Achim Gratz wrote:
> > > Corinna Vinschen writes:
> > > > On Mar 3 15:59, Warren Young wrote:
> > > >> On Mar 3, 2015, at 1:25 PM, Corinna Vinschen
> > > >>
> > > >> wrote:
> > > >> >
> > > >> > On Mar 3 13:23, Warren Young wrote:
>
25 matches
Mail list logo