“The hazards and gains of a changing community”
Rural-urban
community in Transitional condition
The cause
and effects of modernization
The conflicting
values in changing society
The social
pollutants in the Philippine society
Hi, Jack O'Quin wrote:
> So far, no one is sure why CAP_SYS_RESOURCE is needed, but we find
> that mlockall() fails without it.
For good reason. The resource in question is physical memory. You could
lock all the free memory with this program (thereby condemning it to swap
death) if you're not VE
Hi, michael-mayer wrote:
> Should I choose the unmodified official
> sources with this known limitation (as I did for now) or is it acceptable to
> include my patch?
If you can use the unmodified official sources, then you should do so.
--
Matthias Urlichs | {M:U} IT Design @ m-u-it.de |
On Thu, 06 Nov 2003, Zenaan Harkness wrote:
> Should I email this to the debhelper script maintainer?
No. But you could send a wishlist bug to the dh_make (or debmake, whichever
one you used) pakcages to update it.
I have changed this thing in autotools-dev' README for quite a while.
The old cp
Hello!
While trying to do something useful for Debian by fixing
an RC bug, I needed a graphical diff and merge tool.
I found kdiff3 for KDE. I wondered why it is not yet
packaged, so it became my first public package. If there's
a better graphical diff already in Debian, I'd really like
to know
Hi all! Somebody can say me what is happening? I'm trying to build a
.deb and it's generating this error when I run dpkg-buildpackage:
# Add here commands to configure the package.
CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux
--prefix=/usr --mandir=\${prefix}/share/man
--in
On Fri, Nov 07, 2003 at 12:52:48PM -0300, José Oliveira wrote:
> Hi all! Somebody can say me what is happening? I'm trying to build a
> .deb and it's generating this error when I run dpkg-buildpackage:
>
> # Add here commands to configure the package.
> CFLAGS=-Wall -g -O2 ./configure --host=i386-
On Fri, Nov 07, 2003 at 12:52:48PM -0300, José Oliveira wrote:
> This is second package that I try to build and generates this exactly
> error. what it must be made?
It is a known error in dh-make (Bug #213118), simply quote the "$(CFLAGS)"
part in the line containing the ./configure command to st
On Fri, Nov 07, 2003 at 04:11:51PM +0100, Eike Sauer wrote:
> Another package - as pdebuild built it - is not installable
> on my system due to dependency problems.
> dpkg says: "kdiff3 depends on libc6 (>= 2.3.2.ds1-4)", but
> I could not satisfy this with the most recent unstable libc.
That's b
Hi everybody, I've just come here and wish to join soon the
Debian Project. After reading some documentation, I've
generated a PGP key and reached the nearest Debian Developer
in my country to get the key signed. I got it, but
he warned me that the key sho
José Oliveira schrieb:
> This is second package that I try to build and generates this exactly
> error. what it must be made?
AFAIR, you have to change
CFLAGS=$(CFLAGS) ./configure [...]
to
CFLAGS="$(CFLAGS)" ./configure [...]
in debian/rules.
Ciao,
Eike
On Fri, Nov 07, 2003 at 18:43:28 +0100, blacksheep wrote:
> I know I should write some more man pages, but `lintian' says
> something more I cannot understand:
Try lintin plml*deb | lintian-info
> E: plml: FSSTND-dir-in-usr usr/man/
You install man pages in /usr/man/, they sh
On Fri, Nov 07, 2003 at 06:43:28PM +0100, blacksheep wrote:
> I know I should write some more man pages, but `lintian' says
> something more I cannot understand:
>
> E: plml: FSSTND-dir-in-usr usr/man/
Try rerun lintian with a -i option. It should tell you more.
It seems
On Fri, Nov 07, 2003 at 05:12:29PM +0100, Eike Sauer wrote:
> José Oliveira schrieb:
> > This is second package that I try to build and generates this exactly
> > error. what it must be made?
>
> AFAIR, you have to change
> CFLAGS=$(CFLAGS) ./configure [...]
> to
> CFLAGS="$(CFLAG
Hello!
blacksheep schrieb:
> I mean, should I generate a new key and get back to him
> with that to be signed again? Isn't there any way to avoid
> going back and meet him _physically_ ?
I think if you sign the new key with the old one,
you should be able to convince him (by mail) that
the new o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
blacksheep wrote:
| Hi everybody, I've just come here and wish to join soon the Debian
| Project. After reading some documentation, I've generated a PGP key
| and reached the nearest Debian Developer in my country to get the
| key signed. I got it, b
On Fri, Nov 07, 2003 at 04:11:51PM +0100, Eike Sauer wrote:
> Hello!
>
> While trying to do something useful for Debian by fixing
> an RC bug, I needed a graphical diff and merge tool.
> I found kdiff3 for KDE. I wondered why it is not yet
> packaged, so it became my first public package. If ther
“The hazards and gains of a changing community”
Rural-urban
community in Transitional condition
The cause
and effects of modernization
The conflicting
values in changing society
The social
pollutants in the Philippine society
Hi, Jack O'Quin wrote:
> So far, no one is sure why CAP_SYS_RESOURCE is needed, but we find
> that mlockall() fails without it.
For good reason. The resource in question is physical memory. You could
lock all the free memory with this program (thereby condemning it to swap
death) if you're not VE
Hi, michael-mayer wrote:
> Should I choose the unmodified official
> sources with this known limitation (as I did for now) or is it acceptable to
> include my patch?
If you can use the unmodified official sources, then you should do so.
--
Matthias Urlichs | {M:U} IT Design @ m-u-it.de |
On Thu, 06 Nov 2003, Zenaan Harkness wrote:
> Should I email this to the debhelper script maintainer?
No. But you could send a wishlist bug to the dh_make (or debmake, whichever
one you used) pakcages to update it.
I have changed this thing in autotools-dev' README for quite a while.
The old cp
Hello!
While trying to do something useful for Debian by fixing
an RC bug, I needed a graphical diff and merge tool.
I found kdiff3 for KDE. I wondered why it is not yet
packaged, so it became my first public package. If there's
a better graphical diff already in Debian, I'd really like
to know
Hi all! Somebody can say me what is happening? I'm trying to build a
.deb and it's generating this error when I run dpkg-buildpackage:
# Add here commands to configure the package.
CFLAGS=-Wall -g -O2 ./configure --host=i386-linux --build=i386-linux
--prefix=/usr --mandir=\${prefix}/share/man
--in
On Fri, Nov 07, 2003 at 12:52:48PM -0300, José Oliveira wrote:
> Hi all! Somebody can say me what is happening? I'm trying to build a
> .deb and it's generating this error when I run dpkg-buildpackage:
>
> # Add here commands to configure the package.
> CFLAGS=-Wall -g -O2 ./configure --host=i386-
On Fri, Nov 07, 2003 at 12:52:48PM -0300, José Oliveira wrote:
> This is second package that I try to build and generates this exactly
> error. what it must be made?
It is a known error in dh-make (Bug #213118), simply quote the "$(CFLAGS)"
part in the line containing the ./configure command to st
On Fri, Nov 07, 2003 at 04:11:51PM +0100, Eike Sauer wrote:
> Another package - as pdebuild built it - is not installable
> on my system due to dependency problems.
> dpkg says: "kdiff3 depends on libc6 (>= 2.3.2.ds1-4)", but
> I could not satisfy this with the most recent unstable libc.
That's b
Hi everybody, I've just come here and wish to join soon the
Debian Project. After reading some documentation, I've
generated a PGP key and reached the nearest Debian Developer
in my country to get the key signed. I got it, but
he warned me that the key sho
José Oliveira schrieb:
> This is second package that I try to build and generates this exactly
> error. what it must be made?
AFAIR, you have to change
CFLAGS=$(CFLAGS) ./configure [...]
to
CFLAGS="$(CFLAGS)" ./configure [...]
in debian/rules.
Ciao,
Eike
--
To
On Fri, Nov 07, 2003 at 18:43:28 +0100, blacksheep wrote:
> I know I should write some more man pages, but `lintian' says
> something more I cannot understand:
Try lintin plml*deb | lintian-info
> E: plml: FSSTND-dir-in-usr usr/man/
You install man pages in /usr/man/, they sh
On Fri, Nov 07, 2003 at 06:43:28PM +0100, blacksheep wrote:
> I know I should write some more man pages, but `lintian' says
> something more I cannot understand:
>
> E: plml: FSSTND-dir-in-usr usr/man/
Try rerun lintian with a -i option. It should tell you more.
It seems
On Fri, Nov 07, 2003 at 05:12:29PM +0100, Eike Sauer wrote:
> José Oliveira schrieb:
> > This is second package that I try to build and generates this exactly
> > error. what it must be made?
>
> AFAIR, you have to change
> CFLAGS=$(CFLAGS) ./configure [...]
> to
> CFLAGS="$(CFLAG
Hello!
blacksheep schrieb:
> I mean, should I generate a new key and get back to him
> with that to be signed again? Isn't there any way to avoid
> going back and meet him _physically_ ?
I think if you sign the new key with the old one,
you should be able to convince him (by mail) that
the new o
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
blacksheep wrote:
| Hi everybody, I've just come here and wish to join soon the Debian
| Project. After reading some documentation, I've generated a PGP key
| and reached the nearest Debian Developer in my country to get the
| key signed. I got it, but
On Fri, Nov 07, 2003 at 04:11:51PM +0100, Eike Sauer wrote:
> Hello!
>
> While trying to do something useful for Debian by fixing
> an RC bug, I needed a graphical diff and merge tool.
> I found kdiff3 for KDE. I wondered why it is not yet
> packaged, so it became my first public package. If ther
34 matches
Mail list logo