Re: linuxworld expo 2003

2002-11-12 Thread Ross Boylan
At 07:20 PM 11/11/02 -0800, Sean 'Shaleh' Perry wrote: On Sunday 10 November 2002 13:08, Samuel Desseaux wrote: > Hi! > excuse me, before all, if i am a bit out of the subject of the list. > > Who plan to take part at the next linuxworld expo in 2003 (in New-york or > San francisco)? I've never ta

Replacing a single file with Replaces:

2002-11-12 Thread Karolina Lindqvist
In the policy manual, section 7.5.1 "Overwriting files in other packages" it says: "However, if the overwriting package declares that it Replaces the one containing the file being overwritten, then dpkg will replace the file from the old package with that from the new. The file will no longer be

Re: linuxworld expo 2003

2002-11-12 Thread Samuel Desseaux
Le Mardi 12 Novembre 2002 04:20, Sean 'Shaleh' Perry a écrit : > On Sunday 10 November 2002 13:08, Samuel Desseaux wrote: > > Hi! > > excuse me, before all, if i am a bit out of the subject of the list. > > > > Who plan to take part at the next linuxworld expo in 2003 (in New-york or > > San franci

Re: Replacing a single file with Replaces:

2002-11-12 Thread Andrea Mennucc
can you post a copy of your debian/control file? a. On Tue, Nov 12, 2002 at 09:10:41AM +0100, Karolina Lindqvist wrote: > In the policy manual, section 7.5.1 "Overwriting files in other packages" it > says: > "However, if the overwriting package declares that it Replaces the one > containing t

Full albüm mp3 cymo

2002-11-12 Thread Ruben Amiot
Mp3sa yine bir ilki gerçekleþtiriyor: Klip arþivi! Full albüm ve single parçalar mp3 halinde! Arayýpta bulamadýðýnýz bütün parçalar için birde sitemize bakýn: http://www.mp3sa.com Full Turkçe Album Full Yabancý Album A-Z Yerli Mp3 A-Z Yabancý Mp3 En Iyý 20 Yerli Výdeo Klýp Yabancý

Re: Replacing a single file with Replaces:

2002-11-12 Thread Karolina Lindqvist
tisdagen den 12 november 2002 11.09 skrev Andrea Mennucc: > can you post a copy of your debian/control file? I have to come back with this and construct an example. -- Karolina -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

What does dpkg-source mean with this?

2002-11-12 Thread Karolina Lindqvist
When I run this, I get the following error messages. What does it mean? Which file(s) are already existing? $ dpkg-source -b noteedit-2.0.16 noteedit_2.0.16.orig.tar.gz dpkg-source: building noteedit using existing noteedit_2.0.16.orig.tar.gz tar: noteedit-2.0.16/doc/noteedit/afterCombine.png: Can

Different libc versions accross architectures.

2002-11-12 Thread Hilko Bengen
Looking at the buildd logs of my ulog-acctd package today (http://buildd.debian.org/build.php?pkg=ulog-acctd), I noticed that the build process had failed on some architectures (s390, arm, m68k) because ipt_ULOG.h which got introduced into libc6-dev at some point (I haven't found out when, yet) was

Re: linuxworld expo 2003

2002-11-12 Thread Joey Hess
Ross Boylan wrote: > >If it is held again in San Francisco (economy, tech market, etc) I usually > >take charge of the booth here. As the time comes closer we discuss > >somethings here and on a Bay Area mailing list. > > I'm in San Francisco, and this is the first I've heard about a Bay Area >

Re: What does dpkg-source mean with this?

2002-11-12 Thread Roger Leigh
Karolina Lindqvist <[EMAIL PROTECTED]> writes: > When I run this, I get the following error messages. What does it mean? > Which file(s) are already existing? It looks like open() is being called with O_CREAT | O_EXCL and so creation will fail if the file is already present. It looks like all th

Re: Replacing a single file with Replaces:

2002-11-12 Thread Duncan Findlay
On Tue, Nov 12, 2002 at 09:10:41AM +0100, Karolina Lindqvist wrote: > In the policy manual, section 7.5.1 "Overwriting files in other packages" it > says: > "However, if the overwriting package declares that it Replaces the one > containing the file being overwritten, then dpkg will replace the f

Re: linuxworld expo 2003

2002-11-12 Thread Sean 'Shaleh' Perry
On Tuesday 12 November 2002 00:10, Ross Boylan wrote: > > I'm in San Francisco, and this is the first I've heard about a Bay Area > list. Could you tell me about it? > Thanks. [EMAIL PROTECTED] go to http://bad.debian.net for details. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: What does dpkg-source mean with this?

2002-11-12 Thread Karolina Lindqvist
tisdagen den 12 november 2002 21.28 skrev Roger Leigh: > It looks like all the files are pre-existing. Try running dpkg-source > -b from another directory or renaming the noteedit-2.0.16 directory? That might be the problem, so please bear me with some questions so that I get this very clear to

What to do with wrong files from upstreams

2002-11-12 Thread Karolina Lindqvist
tisdagen den 12 november 2002 21.28 skrev Roger Leigh: > It looks like all the files are pre-existing. Try running dpkg-source > -b from another directory or renaming the noteedit-2.0.16 directory? ... And then yet another question. When I get the following error message: In file included from

ndbm.h and libc ...

2002-11-12 Thread Sven Luther
Hello, ... I have a package who can build ndbm support. Prior to libc6 2.3.1, /usr/include/db1/ndbm.h was included with libc6-dev, and the package builded correctly. Since then this file is no more included, but libgdbmg1-dev contains a /usr/include/gdbm-ndbm.h. Is this file equivalent to the

Re: linuxworld expo 2003

2002-11-12 Thread Ross Boylan
At 07:20 PM 11/11/02 -0800, Sean 'Shaleh' Perry wrote: On Sunday 10 November 2002 13:08, Samuel Desseaux wrote: > Hi! > excuse me, before all, if i am a bit out of the subject of the list. > > Who plan to take part at the next linuxworld expo in 2003 (in New-york or > San francisco)? I've never t

Replacing a single file with Replaces:

2002-11-12 Thread Karolina Lindqvist
In the policy manual, section 7.5.1 "Overwriting files in other packages" it says: "However, if the overwriting package declares that it Replaces the one containing the file being overwritten, then dpkg will replace the file from the old package with that from the new. The file will no longer be

Re: linuxworld expo 2003

2002-11-12 Thread Samuel Desseaux
Le Mardi 12 Novembre 2002 04:20, Sean 'Shaleh' Perry a écrit : > On Sunday 10 November 2002 13:08, Samuel Desseaux wrote: > > Hi! > > excuse me, before all, if i am a bit out of the subject of the list. > > > > Who plan to take part at the next linuxworld expo in 2003 (in New-york or > > San franci

Re: Replacing a single file with Replaces:

2002-11-12 Thread Andrea Mennucc
can you post a copy of your debian/control file? a. On Tue, Nov 12, 2002 at 09:10:41AM +0100, Karolina Lindqvist wrote: > In the policy manual, section 7.5.1 "Overwriting files in other packages" it > says: > "However, if the overwriting package declares that it Replaces the one > containing t

Full albüm mp3 cymo

2002-11-12 Thread Ruben Amiot
Mp3sa yine bir ilki gerçekleþtiriyor: Klip arþivi! Full albüm ve single parçalar mp3 halinde! Arayýpta bulamadýðýnýz bütün parçalar için birde sitemize bakýn: http://www.mp3sa.com Full Turkçe Album Full Yabancý Album A-Z Yerli Mp3 A-Z Yabancý Mp3 En Iyý 20 Yerli Výdeo KlÃ

Re: Replacing a single file with Replaces:

2002-11-12 Thread Karolina Lindqvist
tisdagen den 12 november 2002 11.09 skrev Andrea Mennucc: > can you post a copy of your debian/control file? I have to come back with this and construct an example. -- Karolina

What does dpkg-source mean with this?

2002-11-12 Thread Karolina Lindqvist
When I run this, I get the following error messages. What does it mean? Which file(s) are already existing? $ dpkg-source -b noteedit-2.0.16 noteedit_2.0.16.orig.tar.gz dpkg-source: building noteedit using existing noteedit_2.0.16.orig.tar.gz tar: noteedit-2.0.16/doc/noteedit/afterCombine.png: Can

Different libc versions accross architectures.

2002-11-12 Thread Hilko Bengen
Looking at the buildd logs of my ulog-acctd package today (http://buildd.debian.org/build.php?pkg=ulog-acctd), I noticed that the build process had failed on some architectures (s390, arm, m68k) because ipt_ULOG.h which got introduced into libc6-dev at some point (I haven't found out when, yet) was

Re: linuxworld expo 2003

2002-11-12 Thread Joey Hess
Ross Boylan wrote: > >If it is held again in San Francisco (economy, tech market, etc) I usually > >take charge of the booth here. As the time comes closer we discuss > >somethings here and on a Bay Area mailing list. > > I'm in San Francisco, and this is the first I've heard about a Bay Area >

Re: What does dpkg-source mean with this?

2002-11-12 Thread Roger Leigh
Karolina Lindqvist <[EMAIL PROTECTED]> writes: > When I run this, I get the following error messages. What does it mean? > Which file(s) are already existing? It looks like open() is being called with O_CREAT | O_EXCL and so creation will fail if the file is already present. It looks like all th

Re: Replacing a single file with Replaces:

2002-11-12 Thread Duncan Findlay
On Tue, Nov 12, 2002 at 09:10:41AM +0100, Karolina Lindqvist wrote: > In the policy manual, section 7.5.1 "Overwriting files in other packages" it > says: > "However, if the overwriting package declares that it Replaces the one > containing the file being overwritten, then dpkg will replace the f

Re: linuxworld expo 2003

2002-11-12 Thread Sean 'Shaleh' Perry
On Tuesday 12 November 2002 00:10, Ross Boylan wrote: > > I'm in San Francisco, and this is the first I've heard about a Bay Area > list. Could you tell me about it? > Thanks. [EMAIL PROTECTED] go to http://bad.debian.net for details.