uffer from these issues.
I'm left wondering if the IO::Socket::IP default behaviour is desirable,
or whether we should try to change it (maybe to special case localhost
and/or 0.0.0.0 ?)
BTW, I noticed nodejs also fails (with test code listening on 127.0.0.1
but client connecting to ::1) so at least we're not quite alone in this...
--
Niko Tyni nt...@debian.org
On Tue, Jun 09, 2020 at 07:08:01PM +0200, Jérémy Lal wrote:
> Le mar. 9 juin 2020 à 18:37, gregor herrmann a écrit :
> > # unshare -n
> > # ip li set lo up
> > # ip li add dummy0 type dummy
> > # ip li set dummy0 up
> Thanks, it doesn't yield the exact same conditions, though ?
>
On Tue, Jun 09, 2020 at 06:40:12PM +0200, gregor herrmann wrote:
> On Mon, 08 Jun 2020 10:18:09 +0300, Niko Tyni wrote:
>
> > This seems to be a wider issue. Copying the debian-perl list for
> > discussion.
>
> Thanks for the analysis!
>
> > I'm left w
On Fri, Jun 12, 2020 at 06:58:15PM +0300, Niko Tyni wrote:
> I have not had the tuits yet for looking at IO::Socket::IP properly.
> It seems to me that it could look at the address and pass AI_NUMERICHOST
> to getaddrinfo(3) if it looks like an IPv4 address. I guess matching
> against
s.ietf.org/html/rfc7231#section-6.4.4
Some googling reveals this is not a new question.
https://stackoverflow.com/questions/16194988/for-which-3xx-http-codes-is-the-location-header-mandatory
For the sake of robustness I suppose libwww-perl should be fixed, so
reassigning.
--
Niko Tyni nt...@debian.org
Control: tag -1 patch
Control: forwarded -1 https://github.com/libwww-perl/libwww-perl/pull/342
On Mon, Jun 15, 2020 at 10:40:48PM +0300, Niko Tyni wrote:
> The change in libwww-perl had a side effect of making it
> look at max_redirect only when the Location header is set.
> For th
cies on
perl (>= 5.23.4) | libio-compress-perl (>= 2.069)
--
Niko Tyni nt...@debian.org
;,
$Config{PERL_REVISION}, $Config{PERL_VERSION}, $Config{PERL_SUBVERSION})'`
debian/rules:8: recipe for target 'regenerated-stamp' failed
make[1]: *** [regenerated-stamp] Error 1
It looks like we only tested rebuilds with 5.24.0 and therefore missed this.
Similar to #825613
Cwd\s+3\.6301)'
# Looks like you failed 1 test of 128.
This seems to have regressed with Perl 5.24.1, which
bundles Cwd 3.63_01 while 5.24.0 had 3.63.
--
Niko Tyni nt...@debian.org
satisfied.
This bug should be closed by uploading a newer upstream version or having
the separate package removed.
--
Niko Tyni nt...@debian.org
satisfied.
This bug should be closed by uploading a newer upstream version or having
the separate package removed.
--
Niko Tyni nt...@debian.org
satisfied.
This bug should be closed by uploading a newer upstream version or having
the separate package removed.
--
Niko Tyni nt...@debian.org
satisfied.
This bug should be closed by uploading a newer upstream version or having
the separate package removed.
--
Niko Tyni nt...@debian.org
used by the new liblzma5 (src:xz-utils) in sid. We seem
to need either tighter (preferably binNMU-safe) versioned dependencies
or disabling the version check.
Not sure what triggered all the warnings but it's presumably related.
--
Niko Tyni nt...@debian.org
oth Dominic and I
are rather short on time. Tagging and copying possible candidates :)
(BTW there's also a missing build dependency on tzdata that can create
additional failures for clean chroots.)
--
Niko Tyni nt...@debian.org
.
--
Niko Tyni nt...@debian.org
221-224
237-239, 264-265, 275-276, 280-283
t/zzScrolled.t (Wstat: 0 Tests: 94 Failed: 0)
TODO passed: 52, 66, 80, 94
Files=76, Tests=4267, 36 wallclock secs ( 0.23 usr 0.05 sys + 6.02 cusr
0.69 csys = 6.99 CPU)
Result: FAIL
--
Niko Tyni nt...@debia
uto_test] Error 1
make[1]: Leaving directory '/<>'
make: *** [debian/rules:6: binary-arch] Error 2
--
Niko Tyni nt...@debian.org
suppose
I should have looked at Depends:perl too.
--
Niko Tyni nt...@debian.org
only checked packages with
Testsuite: autopkgtest-pkg-perl or Testsuite-Triggers: perl. I suppose
I should have looked at Depends:perl too.
--
Niko Tyni nt...@debian.org
751.
Sorry for not catching this earlier. I only checked packages with
Testsuite: autopkgtest-pkg-perl or Testsuite-Triggers: perl. I suppose
I should have looked at Depends:perl too.
--
Niko Tyni nt...@debian.org
separate package should be either updated to a newer version or
removed as unnecessary.
--
Niko Tyni nt...@debian.org
should be either updated to a newer version or
removed as unnecessary.
--
Niko Tyni nt...@debian.org
for not catching this earlier. I only checked packages with
Testsuite: autopkgtest-pkg-perl or Testsuite-Triggers: perl. I suppose
I should have looked at Depends:perl too.
--
Niko Tyni nt...@debian.org
${perlapi:Provides} case, so that can be extended
to tackle this as well.
Patch attached. The test passes for me with this on amd64 at least.
--
Niko Tyni nt...@debian.org
>From 81649053d3b4ecf857977c797100c024a25c04de Mon Sep 17 00:00:00 2001
From: Niko Tyni
Date: Sat, 13 Apr 2024 20:51:17
ile:36: fungw_perl.o] Error 1
This always warned, but became an error with GCC 14 (already in sid,
so the bug is release critical now.)
The attached patch fixes the build by adding a cast to a void
pointer. I haven't tested the build results in any way.
Hope this helps,
--
Niko Tyni nt...@de
log. I have not checked the
configure results otherwise, and I have not tested the resulting binaries
in any way.
Hope this helps,
--
Niko Tyni nt...@debian.org
>From d05f5406b2fe63b7c351906ce275020c0511239d Mon Sep 17 00:00:00 2001
From: Niko Tyni
Date: Fri, 2 Aug 2024 09:23:23 +0100
Subjec
ixed by declaring the Ruby extension Init_* functions as void.
Patch attached. The build succeeds for me with this on current sid.
I have not tested the resulting binaries in any way (but it looked
like the build includes a test suite of some kind.)
Hope this helps,
--
Niko Tyni nt...@debian.org
_attributes(). And codesearch.d.n does not find
other callers.
Hope this helps,
--
Niko Tyni nt...@debian.org
From: Niko Tyni
Date: Fri, 2 Aug 2024 20:50:01 +0100
X-Dgit-Generated: 5.2.0-5.5 d5540bbe1d13013371cc058216cdd3365ce4abe7
Subject: Fix idmef_class_get_child_attributes() return
me. I also used the second
attached patch to enable the (unfortunately rather minimal) test suite,
which passes with the fix. So I suppose the resulting binaries aren't
totally broken, but I haven't tested them in any other way.
Hope this helps,
--
Niko Tyni nt...@debian.org
>From a2
27: RPC.o] Error 1
_ACECLIENT_ is an include guard with no value, it makes
no sense to treat it as a constant.
The attached patch from Gentoo ( https://bugs.gentoo.org/637330 )
fixes the build for me.
Hope this helps,
--
Niko Tyni nt...@debian.org
>From 80cf7625e21decb91db6b75ce8c5e
On Sat, Jul 27, 2024 at 02:40:06PM +0200, Étienne Mollier wrote:
> Control: tags -1 confirmed
>
> Relevant part of the failure is:
>
> Libplot.xs:91:13: error: ‘return’ with no value, in function returning
> non-void [-Wreturn-mismatch]
> 91 | return __BEGIN_DECLS;
>
haven't tested the resulting binaries in any way, but looking at
the code I suspect this path is never taken unless the user explicitly
undefines $Fan::Usage::LOG. So the risk of a regression seems very low
to me.
Hope this helps,
--
Niko Tyni nt...@debian.org
From: Niko Tyni
Date: Mon
The package builds again for me with
this.
I didn't test the resulting binaries, but the test suite passed as
part of the build.
Hope this helps,
--
Niko Tyni nt...@debian.org
From: Niko Tyni
Date: Mon, 5 Aug 2024 08:25:38 +0100
X-Dgit-Generated: 0.9.5-7 9ef3820903b740c2c2bdf11792dff3a164372d9a
S
tion]
Proposed patch attached. The package builds for me with this.
I didn't test the resulting binaries and I didn't notice any kind of a
test suite, but I don't see much chance for regression with this.
Hope this helps,
--
Niko Tyni nt...@debian.org
From: Niko Tyn
On Sun, Jul 21, 2024 at 08:31:48PM +0200, Étienne Mollier wrote:
> From my current analysis, the relevant error is below:
>
> > libmemcached.c:4613:23: error: assignment to ‘I32’ {aka ‘int’} from ‘char *’
> >makes integer from pointer without a cast
> > [-Wint-co
[ Russ: I see from the upstream changelog that you were somewhat involved
in this package and pointer to integer casts 16 years (!) ago. So I'm
copying you in case you're still interested enough to have a look :)
No obligation of course. ]
On Fri, Jul 26, 2024 at 10:26:29PM +0200, Étienne Mo
fixes the build for me.
Hope this helps,
--
Niko Tyni nt...@debian.org
From: Niko Tyni
Date: Mon, 5 Aug 2024 18:59:27 +0100
X-Dgit-Generated: 2.2.14-23 dc2d4e53781529a2d06202f86c52f20ae2c5bedd
Subject: Fix type confusion with getopt_long()
This caused a build failure with GCC-14
Bug-Debian: h
a int (*)(struct Agnode_s **, struct Agnode_s **)}
This was fixed upstream in 2.45 with
https://gitlab.com/graphviz/graphviz/-/commit/b571ca4e86ffacb69c6dfe5f38cec27e6c825498
Patch attached as well for convenience. I've tested that the package
builds for me with this.
Hope this helps,
--
Ni
t made implicit function declarations hard errors.
Trivial patch attached. Hope it helps.
--
Niko Tyni nt...@debian.org
From: Niko Tyni
Date: Mon, 5 Aug 2024 21:32:40 +0100
X-Dgit-Generated: 1:2.1.13-1.1 68182ddc5e1c9df86552eee16c5660db08fd380f
Subject: Include stdlib.h for free(), exit() et
On Mon, Aug 05, 2024 at 10:13:16AM -0700, Russ Allbery wrote:
> Niko Tyni writes:
> > If it's really the right thing to do, I suppose casting to an IV would
> > be more correct than either int or long int. But I suspect that the
> > intention might be to dereference t
it turns out this wasn't nearly as obvious to some of you as
it was to the FTP Team.
--
Niko Tyni nt...@debian.org
Makefile.PL' does not produce a Makefile
The last option is the only generic one, but might interfere
with the dh buildsystem automatic detection.
--
Niko
From: Niko Tyni
Date: Tue, 6 Aug 2024 22:08:51 +0100
X-Dgit-Generated: 1.26-6 c705b78053f02909c0db5549b794ad9f9fe10217
Subject: fix build
On Sun, Aug 04, 2024 at 10:38:41PM +0300, Niko Tyni wrote:
> Control: tag -1 patch
>
> On Wed, Jul 03, 2024 at 12:34:06PM +, Matthias Klose wrote:
> > Package: src:libprelude
> > Version: 5.2.0-5.5
> > Severity: important
> > Tags: sid trixie
> > User: d
ed with freetype 2.13.3+dfsg-1, specifically upstream
commit
https://gitlab.freedesktop.org/freetype/freetype/-/commit/4a85db7e3181f23126af6c4473b245e48f6b1902
as is no longer pulled in by .
The attached patch makes the package build again for me.
--
Niko Tyni nt...@debian.org
>From 771ef328dcc4adc169b1
On Sat, Apr 20, 2024 at 11:09:17AM +0200, Dominique Dumont wrote:
> On Thursday, 18 April 2024 19:21:55 CEST you wrote:
> > Source: libconfig-model-dpkg-perl
> > Version: 3.004
> > Severity: serious
> > Tags: ftbfs
> > Justification: fails to build from source
>
> This really looks like a bug with
[Copying Julian as the apt maintainer.]
On Sat, Apr 20, 2024 at 09:02:35PM +0300, Niko Tyni wrote:
> On Sat, Apr 20, 2024 at 11:09:17AM +0200, Dominique Dumont wrote:
> > On Thursday, 18 April 2024 19:21:55 CEST you wrote:
> > > Source: libconfig-model-dpkg-perl
&g
On Fri, Nov 17, 2023 at 06:28:30PM +0100, gregor herrmann wrote:
> Source: libeval-context-perl
> Version: 0.09.11-5
> Severity: serious
> Tags: ftbfs trixie sid
> Justification: fails to build from source
> As noted by ci.debian.net, t/012_safe.t started to fail recently:
This seems to have been
On Wed, Mar 13, 2024 at 05:39:49PM +0100, gregor herrmann via
pkg-perl-maintainers wrote:
> On Wed, 13 Mar 2024 13:34:57 +0100, gregor herrmann wrote:
>
> > > 80s not ok 5 - Errno is in libperl5.38 or perl-base (or only perl-base
> > > for perl < 5.22)
> > libperl5.38 or as it's called nowadays:
On Thu, Mar 14, 2024 at 05:14:17PM +0100, gregor herrmann wrote:
> After some thinking, I think I makes to (temporarily) allow both
> libperl5.XXt64 and libperl5.XX, otherwise we'll have a mess during
> the 5.40 transition.
> (After that we can get rid of the option with the suffix again.)
Sure w
[Paul: copying you for eyeballs as this seems to have been your pet
package at some point :)]
On Thu, Mar 14, 2024 at 06:21:35PM +0100, gregor herrmann wrote:
> On Wed, 13 Mar 2024 12:41:10 +0100, Lucas Nussbaum wrote:
> > > test_background.c: In function ‘test_background_api’:
> > > test_backgr
On Wed, Mar 20, 2024 at 11:17:54PM +0100, gregor herrmann wrote:
> On Wed, 20 Mar 2024 22:00:40 +0100, Lucas Nussbaum wrote:
>
> > Source: libjson-schema-modern-perl
> > Version: 0.582-1
> > Severity: serious
> > Justification: FTBFS
> > Tags: trixie sid ftbfs
> > User: lu...@debian.org
> > Userta
On Wed, May 29, 2024 at 02:16:47PM +0800, Aron Xu wrote:
> On Wed, May 29, 2024 at 12:16 AM gregor herrmann wrote:
> > Warning: program compiled against libxml 212 using older 209
> >
> > and this comes from libxml:
> >
> > https://sources.debian.org/src/libxml2/2.12.7+dfsg-2/parserInternals.c/?h
Control: tag -1 pending
On Wed, Jul 26, 2023 at 10:19:53PM +0200, Lucas Nussbaum wrote:
> Source: devscripts
> Version: 2.23.5
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20230726 ftbfs-trixie
> During a rebuild of all packages in
pying the powerpc porters list. Could you please look into this?
[1]
https://ci.debian.net/data/autopkgtest/unstable/ppc64el/libf/libfile-fcntllock-perl/34669085/log.gz
[2] perl -MPOSIX -E 'say F_GETLK'
[3] printf '#include \nF_GETLK\nF_GETLK64\n' | cpp
-D_FILE_OFFSET_BITS=64 | tail -2
--
Niko Tyni nt...@debian.org
(full quote for the benefit of the Aurelien and other glibc maintainers)
On Sat, Aug 26, 2023 at 09:07:38PM +0300, Niko Tyni wrote:
> Package: perl
> Version: 5.36.0-8
> Severity: serious
> X-Debbugs-Cc: debian-powe...@lists.debian.org
> Control: affects -1 libfile-fcntllo
Control: reassign -1 libc6-dev 2.37-2
Control: found -1 2.36-9+deb12u1
Control: tag -1 bookworm
On Mon, Aug 28, 2023 at 11:46:14PM +0200, Aurelien Jarno wrote:
> > I think it's an ABI breakage that should be fixed, but just reverting
> > the patch will break the case without -D_FILE_OFFSET_BITS=6
think I'd be OK just pushing your patch to sid and seeing
how it fares. It would be unfortunate to lose frozen-bubble from the
next release...
--
Niko Tyni nt...@debian.org
uite for me.
--
Niko
>From 3ddc905c9ceb635c6c876de1d372eedaa45de425 Mon Sep 17 00:00:00 2001
From: Niko Tyni
Date: Tue, 12 Mar 2024 20:53:33 +
Subject: [PATCH] Lift prototypes of bam_view1 and bam_sort_core from bam.c in
samtools-legacy
This fixes builds with gcc -Werror=implicit-function-de
Hi release team,
the fragroute package needs a recompile because of a libevent1
ABI change between 0.8-2 and 1.0-1.1 (without a corresponding soname
change). This is the only thing blocking grave bug #351269.
Could somebody please schedule binNMUs?
Thanks,
--
Niko Tyni [EMAIL
On Mon, May 29, 2006 at 04:24:47AM +0200, Goswin von Brederlow wrote:
> Niko Tyni <[EMAIL PROTECTED]> writes:
> > the fragroute package needs a recompile because of a libevent1
> > ABI change between 0.8-2 and 1.0-1.1 (without a corresponding soname
> > change). This
On Mon, May 29, 2006 at 09:02:36AM +0200, Goswin von Brederlow wrote:
> >> Niko Tyni <[EMAIL PROTECTED]> writes:
> > I'm not the fragroute maintainer, I'm just trying to help to fix the RC
> > bug #351269. Apologies if it was not my place to request a binN
On Tue, Jan 31, 2006 at 11:14:37AM +0100, Martin Schulze wrote:
> Package: libmail-audit-perl
> Vulnerability : insecure temporay file createion
> Problem type : local
> Debian-specific: no
> CVE ID : CVE-2005-4536
> Debian Bug : 344029
>
> Niko
rned off,
which makes the problem much more serious.
I have not yet had a proper look at the proposed patches in #350954 and
the last message of #344029, but I wanted to make you aware of this.
Again, my apologies for the bad handling of this.
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBS
esses both of these issues.
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
eed
I'm attaching a trivial patch that fixes this. It skips reading the
user-specific configuration file if $HOME is not set.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- typespeed-0.4.4/file.c 2006-04-24 22:11:55.306574278 +0300
+++ typespeed-0.4.4-fixed/file.c
x27;m not sure why exactly a recompile is needed, but
at least libevent1 has had several releases after fragroute was last
uploaded.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- libdumbnet-1.8/src/addr.c 2006-04-25 23:47:39.309965509 +0300
+++ libdumbnet-1.8-fixed/src/addr.c 2006-04
orts, #362705 and
#362706, by Steve Langasek :)
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Sat, Jan 07, 2006 at 11:57:15PM +0100, Julien Danjou wrote:
> Ok, so actually this bug is caused by #317058 in libapt-pkg-perl.
> It is still present and may cause segfaults sometimes.
Hi,
just a heads-up: #317058 was fixed recently, so apt-build should be OK
now as well.
Cheers,
--
activate the logfile afterwards, AFAICT,
so it must be done at initialization time.
The Imager Perl module calls i_init_fonts() in a BEGIN block,
so there's no way to activate the logfile at all with it.
I guess the best fix would be for t1lib to provide a facility
for enabling/disabling the
auto-perl
Marc: I can prepare a fixed package (which should probably based on a
new upstream version), if you like. Or do you want to fix this
yourself?
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Tr
e too,
so I'm leaving that for others to judge.)
[1] http://release.debian.org/etch_rc_policy.txt
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ppens because libemail-foldertype-perl 0.8-1 is missing a
Depends: on libmodule-pluggable-perl. This makes (at least) the following
packages FTBFS:
libemail-filter-perl
libemail-localdelivery-perl
libemail-folder-perl
Reassigning and merging accordingly.
Cheers,
--
Niko Tyni [EMAIL PROTECTED
7483648:-2147483648:-2147483648'
> > # expected: '-inf'
Hi,
this is CPAN #16632, fixed in 0.30. It was apparently caused by a change
in Test::More wrt. stringifying objects when comparing.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
h attached.
The bug is indeed fixed in upstream 0.40.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- os/Linux.c 2006/04/19 21:22:14 1.1
+++ os/Linux.c 2006/04/19 21:22:18
@@ -132,7 +132,7 @@
char pctmem[32];
char pctcpu[32];
char cbuf[1024];
- static char for
vars in FILTER_ONLY code=>... (thanks Lasse)
especially since Select.pm uses this exact idiom.
Unfortunately there are still NUL characters in the new dumps too, so
there might well be more bugs in Filter::Simple. I haven't investigated
this, though.
Cheers,
--
Niko Tyni [EMAIL PROTEC
th. The parent
directory is removed in the Debian .diff.gz, but I can't see any reason
for that.
The attached patch fixes this.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- g2_perl/Makefile.PL.in 2006/04/20 06:18:03 1.1
+++ g2_perl/Makefile.PL.in 2006/04/20 06:18:1
der.
There's code in the toplevel 'configure.ac' that modifies the srcdir
variable from a relative path into an absolute one, but the autoconf
change overrides this in subdirectories.
Inserting the same code into 'src/cmods/configure.ac' seems to fix the
problem. Patch attached.
e signals HUP, QUIT, INT, and KILL,
sleeping 1 second between each try.
Since the tests have a timeout of 4, the _die() function is still
trying the HUP signal when ALRM is received.
I can't see any reference to HUP in pbuilder, so I have no idea
what causes it there.
Cheers,
--
Niko Tyni
e the new version I had prepared a few weeks ago was finally uploaded
(thanks, eloy!), there was no need for the NMU after all. Thank you for the
effort anyway.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe&q
quite trivially guessable directory underneath (current time
+ process ID, IIRC). Naturally, this doesn't mean it shouldn't be
fixed.
If you still want to do the NMU, that's fine of course. I guess the
sarge version should be patched anyway.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
-
number
#2 it should be possible to build the documentation without having the
external modules installed.
I'll fix both upstream. Meanwhile we can patch #2 for Debian 2.0.2-2 or
just go with the extra build-deps for a while.
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE,
On Sun, Sep 25, 2005 at 01:22:52PM +0300, Niko Tyni wrote:
> #2 it should be possible to build the documentation without having the
>external modules installed.
>
> I'll fix both upstream. Meanwhile we can patch #2 for Debian 2.0.2-2 or
> just go with the extra bu
om but
is missing from the minimal and buildd chroots too.)
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: libapache-mod-speedycgi
Version: 2.22-1
Severity: grave
Justification: causes non-serious data loss
Hi,
removing libapache-mod-speedycgi leaves /etc/apache/httpd.conf
zero-sized. This happens because the postrm script tries to comment
out references to the module like this:
cat /etc/apa
4
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
from woody, making it (AFAIK) non-RC.
I'm reissuing the control commands from Christoph Berg, as they
apparently didn't reach [EMAIL PROTECTED] earlier.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscrib
:39:46 +0100
AFAICT, the bug report should be closed. I'll leave that for somebody
else to verify, though. Apologies if I'm missing something.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
se the package myself, and
originally looked into the problems as an opportunity to learn how Perl
5.8 handles Unicode. Then I just wanted to finish what I had started,
as it seemed like a nice challenge :)
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- debian/control 2005/03/03 10:2
succesfully in a sarge pbuilder chroot with netbase
added to Build-Depends.
There are still the other failed tests in 40mbox/40append, but they
aren't FTBFS.
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
$PWD isn't set when building with sudo.
The fix is to use $(CURDIR) instead.
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
retitle 389707 empty packages on several architectures [sudo and $(PWD)]
clone 389707 -1 -2
reassign -1 libplot-perl 2.2.2-2
reassign -2 libset-object-perl 1.18-1
thanks
On Wed, Sep 27, 2006 at 12:43:39PM +0300, Niko Tyni wrote:
> Package: libtext-csv-perl
> Version: 0.23-7
> Severi
is to use $(CURDIR) instead.
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
clone 389707 -1
reassign -1 libopengl-perl 0.54.alan1-4.1
found -1 0.54.alan1-5
thanks
> On Wed, Sep 27, 2006 at 12:43:39PM +0300, Niko Tyni wrote:
> > Package: libtext-csv-perl
> > Version: 0.23-7
> > Severity: grave
> > Justification: renders package inusable
&
stamp
dh_testdir
dh_testroot
dh_install --sourcedir=debian/tmp
cp: cannot stat `debian/tmp//usr/lib': No such file or directory
This is because debian/rules installs files into $(PWD)/..., but the
PWD variable is unset by sudo.
The fix is to use $(CURDIR) instead.
--
Niko Tyni [EMAIL
variable is unset by sudo.
The fix is to use $(CURDIR) instead.
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ernal':
tree234.c:927: fatal error: internal consistency failure
compilation terminated.
Preprocessed source stored into /tmp/cc8xCbIZ.out file, please attach this to
your bugreport.
make[2]: *** [tree234.o] Error 1
[1] http://packages.debian.org/unstable/net/openser-jabber-module
Cheers,
--
: #error : os/cpu/compiler combination not configured
in $Source: /cvsroot/ser/sip_router/modules/postgres/Attic/aug_sysdep.h,v $
$Revision: 1.3.2.1 $
[1] http://packages.debian.org/unstable/net/ser-postgres-module
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to
build'
and 'debian/rules binary'. The latter is run with fakeroot or sudo.
I'm attaching a patch that fixes both debian/rules and the configure test,
to be on the safe side. It might be a good idea to rerun autoconf2.13
first, though, as the configure.in modifications in 0
related to the way sudo clears its environment
variables like $(PWD).
[1] http://packages.debian.org/unstable/utils/rlfe
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
401 - 500 of 1486 matches
Mail list logo