>From lenny's glibc-2.7/debian/patches/any/local-bindresvport_blacklist.diff
the code to read and parse a single line is:
+ unsigned long port;
+ char *tmp, *cp;
+ ssize_t n = __getline (&buf, &buflen, fp);
+ if (n < 1)
+break;
+
+ cp = buf;
+ tmp = strchr (cp
Package: libc6
Version: 2.11.2-2
Tags: patch
hi,
libc6 fails to install in a squeeze qemubuilder on a lenny host.
There is no telinit -> postinst fails.
See qemubuilder-bug 545691 for additional information.
The postinst of package libselinux makes additional checks,
could be better then my att
Stefan Kisdaroczi a écrit :
> Package: libc6
> Version: 2.11.2-2
> Tags: patch
>
> hi,
>
> libc6 fails to install in a squeeze qemubuilder on a lenny host.
> There is no telinit -> postinst fails.
Why is there no telinit? sysvinit contains this file and is both
"Essential: yes" and "Priority: re
On 13.07.2010 16:12, Aurelien Jarno wrote:
> Stefan Kisdaroczi a écrit :
>
>> Package: libc6
>> Version: 2.11.2-2
>> Tags: patch
>>
>> hi,
>>
>> libc6 fails to install in a squeeze qemubuilder on a lenny host.
>> There is no telinit -> postinst fails.
>>
> Why is there no telinit? sysvinit
tag 588922 - patch
retitle 588922 libc6: please support systems without /dev/initctl
severity 588922 wishlist
thanks
On Tue, Jul 13, 2010 at 08:08:26PM +0200, Stefan Kisdaroczi wrote:
> On 13.07.2010 16:12, Aurelien Jarno wrote:
> > Stefan Kisdaroczi a écrit :
> >
> >> Package: libc6
> >> Versi
Processing commands for cont...@bugs.debian.org:
> tag 588922 - patch
Bug #588922 [libc6] postinst fails in qemubuilder environment, no telinit
Removed tag(s) patch.
> retitle 588922 libc6: please support systems without /dev/initctl
Bug #588922 [libc6] postinst fails in qemubuilder environment, n
Package: libc-bin
Version: 2.11.2-2
Severity: normal
Tags: upstream
Previously, before the switch from glibc to eglibc, iconv -l would show all
the aliases for an encoding on the same line as the encoding. Now every
encoding, whether primary or an alias, is on a separate line.
POSIX doesn't spec
Package: libc-bin
Version: 2.11.2-2
Severity: normal
Tags: upstream
Encoding names like "UNICODE" and "UCS-2" are ambiguous because the byte order
isn't specified. It could be whatever is native for the platform, or it could
be a canonical, host-independent order such as big-endian. This should b
8 matches
Mail list logo