Compiling all packages with debug information?

2007-10-08 Thread Philipp Marek
Hello everybody! [[ I already sent this mail to debian-user - but it didn't seem to get there. Thinking about it once again, I'm re-posting to -devel. ]] As I'm running unstable I sometimes find bugs in applications. Now it would be very nice if there was some way to get the matching debug in

Re: Compiling all packages with debug information?

2007-10-08 Thread Sebastian Harl
Hi, On Mon, Oct 08, 2007 at 10:27:40AM +0200, Philipp Marek wrote: > How about compiling all programs with debugging information, and strip them > into a "-dbginfo" package, or something likewise for "apt-get source"? Like > the "-dev" packages only people who think they need them would install

Re: Compiling all packages with debug information?

2007-10-08 Thread Mario Iseli
On Mon, Oct 08, 2007 at 11:07:47AM +0200, Sebastian Harl wrote: > Hi, Hi tokkee :) > This is already done for a number of packages. The package names should have > the prefix -dbg and install all debugging symbols to /usr/lib/debug/ so > they are installable with apt-get / aptitude just like any

Re: Compiling all packages with debug information?

2007-10-08 Thread Mike Hommey
On Mon, Oct 08, 2007 at 11:16:12AM +0200, Mario Iseli <[EMAIL PROTECTED]> wrote: > Mhh'k... Archivesize... How many percent of the whole mirrorsize belong to > -dbg > packages? Well, if the whole archive was to have debug packages, they would take a significant amount of space. Mike -- To UNS

Re: using testing/stable/unstable names with cdebootstrap

2007-10-08 Thread Goswin von Brederlow
Ritesh Raj Sarraf <[EMAIL PROTECTED]> writes: > Hi, > > Is there a reason to not use stable/testing/unstable as the names in > config/suites file ? > > Currently it only has code names like etch/lenny/sid. > > Ritesh Does it matter anywhere? You can use testing as suite name on invocation and it

Re: Compiling all packages with debug information?

2007-10-08 Thread Philipp Marek
Mario Iseli wrote: > True, true, true... I guess it's a good solution as we have it now, if the > maintainer thinks a -dbg package would be useful, he/she can create one and > provide it to the users. I personally wouldn't do that for smaller packages > which are compiled on "normal modern i386 stu

Re: Compiling all packages with debug information?

2007-10-08 Thread Roberto C . Sánchez
On Mon, Oct 08, 2007 at 10:27:40AM +0200, Philipp Marek wrote: > > Currently I'd have to recompile the packages myself, and installing them over > the debian files - which is, depending on the package and its prerequisites, > a major hazzle. > The package maintainers provide the debugging infor

Re: Compiling all packages with debug information?

2007-10-08 Thread Paul Wise
On 10/8/07, Philipp Marek <[EMAIL PROTECTED]> wrote: > As I'm running unstable I sometimes find bugs in applications. > Now it would be very nice if there was some way to get the > matching debug information for the packages, so gdb could print > a better backtrace, or eg. show exactly which line

Testing parallel builds

2007-10-08 Thread Daniel Schepler
Inspired by today's new upload of dpkg, I'm going to try doing a rebuild of the archive using "dpkg-buildpackage -j3" and submit bugs as I find them. The bugs will be wishlist for now, and I'll assign usertag [EMAIL PROTECTED]:ftbfs-parallel to those bug reports for those interested in trackin

Re: Testing parallel builds

2007-10-08 Thread Pierre Habouzit
On Mon, Oct 08, 2007 at 10:53:05AM +, Daniel Schepler wrote: > Inspired by today's new upload of dpkg, I'm going to try doing a rebuild of > the archive using "dpkg-buildpackage -j3" and submit bugs as I find them. > The bugs will be wishlist for now, and I'll assign usertag > [EMAIL PROTEC

Re: Testing parallel builds

2007-10-08 Thread Domenico Andreoli
On Mon, Oct 08, 2007 at 06:53:05AM -0400, Daniel Schepler wrote: > Inspired by today's new upload of dpkg, I'm going to try doing a rebuild of > the archive using "dpkg-buildpackage -j3" and submit bugs as I find them. > The bugs will be wishlist for now, and I'll assign usertag > [EMAIL PROTEC

Re: using testing/stable/unstable names with cdebootstrap

2007-10-08 Thread Vincent Danjean
Goswin von Brederlow wrote: > Ritesh Raj Sarraf <[EMAIL PROTECTED]> writes: > >> Hi, >> >> Is there a reason to not use stable/testing/unstable as the names in >> config/suites file ? >> >> Currently it only has code names like etch/lenny/sid. >> >> Ritesh > > Does it matter anywhere? You can us

Re: Compiling all packages with debug information?

2007-10-08 Thread Mark Brown
On Mon, Oct 08, 2007 at 10:27:40AM +0200, Philipp Marek wrote: > How about compiling all programs with debugging information, and strip them > into a "-dbginfo" package, or something likewise for "apt-get source"? Like > the "-dev" packages only people who think they need them would install them

Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
On Monday 08 October 2007 07:49:09 am Pierre Habouzit wrote: > On Mon, Oct 08, 2007 at 10:53:05AM +, Daniel Schepler wrote: > > Inspired by today's new upload of dpkg, I'm going to try doing a rebuild > > of the archive using "dpkg-buildpackage -j3" and submit bugs as I find > > them. The bugs

Re: Testing parallel builds

2007-10-08 Thread Pierre Habouzit
On Mon, Oct 08, 2007 at 12:07:12PM +, Daniel Schepler wrote: > On Monday 08 October 2007 07:49:09 am Pierre Habouzit wrote: > > On Mon, Oct 08, 2007 at 10:53:05AM +, Daniel Schepler wrote: > > > Inspired by today's new upload of dpkg, I'm going to try doing a rebuild > > > of the archive us

Re: using testing/stable/unstable names with cdebootstrap

2007-10-08 Thread Marvin Renich
* Goswin von Brederlow <[EMAIL PROTECTED]> [071008 05:46]: > Ritesh Raj Sarraf <[EMAIL PROTECTED]> writes: > > > Hi, > > > > Is there a reason to not use stable/testing/unstable as the names in > > config/suites file ? > > > > Currently it only has code names like etch/lenny/sid. > > > > Ritesh >

Re: Compiling all packages with debug information?

2007-10-08 Thread Julien Cristau
On Mon, Oct 8, 2007 at 11:51:12 +0200, Philipp Marek wrote: > I'd assume it's not so much the binary size of the packages, but the > number of them ... that's why I asked whether a new branch might be > better for them. Like "stable", "testing", "unstable", "experimental" > ... "dbginfo". Then n

Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
On Monday 08 October 2007 07:50:58 am Domenico Andreoli wrote: > On Mon, Oct 08, 2007 at 06:53:05AM -0400, Daniel Schepler wrote: > > Inspired by today's new upload of dpkg, I'm going to try doing a rebuild > > of the archive using "dpkg-buildpackage -j3" and submit bugs as I find > > them. The bug

Re: Testing parallel builds

2007-10-08 Thread Bernd Zeimetz
>> Anyway, I'm aware a lot of packages will probably break at the moment, which >> is why I'm using wishlist. > > I still believe that you should not file such bugs, I still fail to > see how it improves debian, as if we really need to build more packages > at the same time, we could run many

Re: Testing parallel builds

2007-10-08 Thread Frank Lichtenheld
On Mon, Oct 08, 2007 at 01:50:58PM +0200, Domenico Andreoli wrote: > in the latter case, is there any conventional way to parse DEB_BUILD_OPTIONS? > last time i read about it there were a couple of ways both having dark > sides... ah.. BTW google is not able to provide me any documentation > of DEB

Re: Testing parallel builds

2007-10-08 Thread Bernd Zeimetz
> It's documented in Debian policy, but parallel hasn't been added there yet. > I > think the new dpkg-buildpackage -j passes > DEB_BUILD_OPTIONS="parallel=". this sounds like it should not break things, as you have to evaluate that manually. Or is there some magic which results into $(MAKE)

Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
On Monday 08 October 2007 08:07:12 am Daniel Schepler wrote: > Especially when the easy work-around, if you don't want to bother adding > the proper dependencies to the make targets, is just to add ".NOPARALLEL:" > somewhere in the Makefile. Sorry, that should be ".NOTPARALLEL:". -- Daniel Schepl

Re: Compiling all packages with debug information?

2007-10-08 Thread Michal Čihař
Hi Dne Mon, 8 Oct 2007 11:51:12 +0200 Philipp Marek <[EMAIL PROTECTED]> napsal(a): > I'd assume it's not so much the binary size of the packages, but the number > of > them ... that's why I asked whether a new branch might be better for them. > Like "stable", "testing", "unstable", "experimenta

Re: Testing parallel builds

2007-10-08 Thread Domenico Andreoli
On Mon, Oct 08, 2007 at 08:21:22AM -0400, Daniel Schepler wrote: > On Monday 08 October 2007 07:50:58 am Domenico Andreoli wrote: > > > > in the latter case, is there any conventional way to parse > > DEB_BUILD_OPTIONS? last time i read about it there were a couple of ways > > both having dark side

Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
On Monday 08 October 2007 08:30:53 am Pierre Habouzit wrote: > On Mon, Oct 08, 2007 at 12:07:12PM +, Daniel Schepler wrote: > > On Monday 08 October 2007 07:49:09 am Pierre Habouzit wrote: > > > On Mon, Oct 08, 2007 at 10:53:05AM +, Daniel Schepler wrote: > > > > Inspired by today's new upl

Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
On Monday 08 October 2007 08:39:21 am Bernd Zeimetz wrote: > > It's documented in Debian policy, but parallel hasn't been added there > > yet. I think the new dpkg-buildpackage -j passes > > DEB_BUILD_OPTIONS="parallel=". > > this sounds like it should not break things, as you have to evaluate > t

Re: Testing parallel builds

2007-10-08 Thread Daniel Schepler
On Monday 08 October 2007 08:30:53 am Pierre Habouzit wrote: > I still believe that you should not file such bugs, I still fail to > see how it improves debian, as if we really need to build more packages > at the same time, we could run many sbuild instances on the same > machine. OK, how about

Re: Testing parallel builds

2007-10-08 Thread Frank Lichtenheld
On Mon, Oct 08, 2007 at 02:49:46PM +0200, Domenico Andreoli wrote: > On Mon, Oct 08, 2007 at 08:21:22AM -0400, Daniel Schepler wrote: > > On Monday 08 October 2007 07:50:58 am Domenico Andreoli wrote: > > > > > > in the latter case, is there any conventional way to parse > > > DEB_BUILD_OPTIONS? la

Re: Testing parallel builds

2007-10-08 Thread Frank Lichtenheld
On Mon, Oct 08, 2007 at 02:30:53PM +0200, Pierre Habouzit wrote: > I still believe that you should not file such bugs, I still fail to > see how it improves debian, as if we really need to build more packages > at the same time, we could run many sbuild instances on the same > machine. It isn't

Re: Testing parallel builds

2007-10-08 Thread Pierre Habouzit
On Mon, Oct 08, 2007 at 01:58:17PM +, Frank Lichtenheld wrote: > On Mon, Oct 08, 2007 at 02:30:53PM +0200, Pierre Habouzit wrote: > > I still believe that you should not file such bugs, I still fail to > > see how it improves debian, as if we really need to build more packages > > at the same

Re: Testing parallel builds

2007-10-08 Thread Michal Čihař
Hi Dne Mon, 08 Oct 2007 16:33:12 +0200 Pierre Habouzit <[EMAIL PROTECTED]> napsal(a): > That said, I believe most of the packages I package are autoconf/cmake > based or are small enough so that a parallel build is useless, so I > probably wont be annoyed here. BTW: When mentioning CMake, are

Re: Testing parallel builds

2007-10-08 Thread Pierre Habouzit
On Mon, Oct 08, 2007 at 02:39:59PM +, Michal Čihař wrote: > Hi > > Dne Mon, 08 Oct 2007 16:33:12 +0200 > Pierre Habouzit <[EMAIL PROTECTED]> napsal(a): > > > That said, I believe most of the packages I package are autoconf/cmake > > based or are small enough so that a parallel build is usel

Re: dh_install vs. dh_movefiles

2007-10-08 Thread Adeodato Simó
* Mike Hommey [Mon, 08 Oct 2007 07:28:12 +0200]: > Now, a bit OT, but i'd appreciate if dh_install would create hardlinks > instead of copies. I'd vote for that too, though if I'm not mistaken Joey refuses the idea. Cheers, -- Adeodato Simó dato at net.com.o

Re: dh_install vs. dh_movefiles

2007-10-08 Thread Roberto C . Sánchez
On Mon, Oct 08, 2007 at 04:50:09PM +0200, Adeodato Simó wrote: > * Mike Hommey [Mon, 08 Oct 2007 07:28:12 +0200]: > > > Now, a bit OT, but i'd appreciate if dh_install would create hardlinks > > instead of copies. > > I'd vote for that too, though if I'm not mistaken Joey refuses the idea. > I w

Re: Testing parallel builds

2007-10-08 Thread Michal Čihař
Hello Dne Mon, 08 Oct 2007 16:46:46 +0200 Pierre Habouzit <[EMAIL PROTECTED]> napsal(a): > On Mon, Oct 08, 2007 at 02:39:59PM +, Michal Čihař wrote: > > BTW: When mentioning CMake, are there any known problems with parallel > > build with it? I just randomly tried it last week and it seemed t

Re: dh_install vs. dh_movefiles

2007-10-08 Thread Mike Hommey
On Mon, Oct 08, 2007 at 10:59:17AM -0400, Roberto C. Sánchez <[EMAIL PROTECTED]> wrote: > On Mon, Oct 08, 2007 at 04:50:09PM +0200, Adeodato Simó wrote: > > * Mike Hommey [Mon, 08 Oct 2007 07:28:12 +0200]: > > > > > Now, a bit OT, but i'd appreciate if dh_install would create hardlinks > > > inst

Re: dh_install vs. dh_movefiles

2007-10-08 Thread Mike Hommey
On Mon, Oct 08, 2007 at 04:50:09PM +0200, Adeodato Simó <[EMAIL PROTECTED]> wrote: > * Mike Hommey [Mon, 08 Oct 2007 07:28:12 +0200]: > > > Now, a bit OT, but i'd appreciate if dh_install would create hardlinks > > instead of copies. > > I'd vote for that too, though if I'm not mistaken Joey ref

Re: Testing parallel builds

2007-10-08 Thread Thomas Weber
Am Dienstag, den 09.10.2007, 00:00 +0900 schrieb Michal Čihař: > Hello > > Dne Mon, 08 Oct 2007 16:46:46 +0200 > Pierre Habouzit <[EMAIL PROTECTED]> napsal(a): > > > On Mon, Oct 08, 2007 at 02:39:59PM +, Michal Čihař wrote: > > > BTW: When mentioning CMake, are there any known problems with p

its free for debian-devel@lists.debian.org

2007-10-08 Thread Shelley Metcalf
free adalt passwords www 32action dot cn foldout begiggle sparring subscripture -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: using testing/stable/unstable names with cdebootstrap

2007-10-08 Thread Bastian Blank
On Sun, Oct 07, 2007 at 12:12:12AM +0530, Ritesh Raj Sarraf wrote: > Is there a reason to not use stable/testing/unstable as the names in > config/suites file ? Yes. It needs to get the Release file before setting up the parts which needs to know the codename. The code which did that was removed

Re: using testing/stable/unstable names with cdebootstrap

2007-10-08 Thread Ritesh Raj Sarraf
On Monday 08 October 2007, Goswin von Brederlow wrote: > Does it matter anywhere? You can use testing as suite name on > invocation and it will see that testing currently is lenny and use > that. I think it does. [EMAIL PROTECTED]:~$ my-pbuilder-unstable.sh create W: /home/rrs/.pbuilderrc does no

Bug#445860: ITP: edac-utils -- Utilities to report kernel-detected PCI and ECC RAM errors

2007-10-08 Thread Yaroslav Halchenko
Package: wnpp Severity: wishlist Owner: Yaroslav Halchenko <[EMAIL PROTECTED]> * Package name: edac-utils Version : 0.10 Upstream Author : Mark Grondona <[EMAIL PROTECTED]> * URL : http://www.example.org/ * License : GPL v.2 Programming Lang: C Description

Bug#445866: ITP: perforce -- closed source revision control system

2007-10-08 Thread Sam Clegg
Package: wnpp Severity: wishlist Owner: Sam Clegg <[EMAIL PROTECTED]> * Package name: perforce Version : 2007.2-2 Upstream Author : Perforce Inc. <[EMAIL PROTECTED]> * URL : http://www.perforce.com/ * License : proprietary Programming Lang: binary only (with

Re: Bug#445866: ITP: perforce -- closed source revision control system

2007-10-08 Thread Roberto C . Sánchez
On Mon, Oct 08, 2007 at 07:30:09PM +0100, Sam Clegg wrote: > Package: wnpp > Severity: wishlist > Owner: Sam Clegg <[EMAIL PROTECTED]> > > > * Package name: perforce > Version : 2007.2-2 > Upstream Author : Perforce Inc. <[EMAIL PROTECTED]> > * URL : http://www.perforc

Re: Bug#445866: ITP: perforce -- closed source revision control system

2007-10-08 Thread Daniel Jacobowitz
On Mon, Oct 08, 2007 at 03:41:21PM -0400, Roberto C. S?nchez wrote: > Given the great abundance of revision control systems already packaged > for Debian, what is the point of adding another? Especially when it is > non-free. How about "people use it"? There's plenty of installations of perforce

Re: Bug#445866: ITP: perforce -- closed source revision control system

2007-10-08 Thread Pierre Habouzit
On Mon, Oct 08, 2007 at 07:52:55PM +, Daniel Jacobowitz wrote: > On Mon, Oct 08, 2007 at 03:41:21PM -0400, Roberto C. S?nchez wrote: > > Given the great abundance of revision control systems already packaged > > for Debian, what is the point of adding another? Especially when it is > > non-fre

Bug#445873: ITP: nted-doc -- NtEd documentation

2007-10-08 Thread Gilles Filippini
Package: wnpp Severity: wishlist Owner: Gilles Filippini <[EMAIL PROTECTED]> * Package name: nted-doc Version : 0.6.0 Upstream Author : Jörg Anders <[EMAIL PROTECTED]> * URL : http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/ * License : GFDL Programming La

Re: Bug#445866: ITP: perforce -- closed source revision control system

2007-10-08 Thread Florian Weimer
* Pierre Habouzit: >> How about "people use it"? There's plenty of installations of >> perforce; > > s/perforce/windows/ and the sentence is still true ;) The Windows copyright is pretty restrictive AFAIK. If it weren't, I'm certain we hould ship things like Virtualbox VMs in non-free because

Re: Bug#445866: ITP: perforce -- closed source revision control system

2007-10-08 Thread Tyler MacDonald
Florian Weimer <[EMAIL PROTECTED]> wrote: > Seems to me that this depends on Perforce. D'oh. > > (I don't know anything about Perforce. Perhaps it's really dangerous > software. But perhaps it's just non-free.) Perforce is an absolutely *excellent* VCS with the unfortunate distinction

Re: dh_install vs. dh_movefiles

2007-10-08 Thread Raphael Geissert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adeodato Simó wrote: > * Mike Hommey [Mon, 08 Oct 2007 07:28:12 +0200]: > >> Now, a bit OT, but i'd appreciate if dh_install would create hardlinks >> instead of copies. > > I'd vote for that too, though if I'm not mistaken Joey refuses the idea. M

dpkg-cross 2.0.0 - fragility expected!

2007-10-08 Thread Neil Williams
OK, changes in dpkg-dev 1.14.7 have forced my hand a little and dpkg-cross 2.0.0 has now been uploaded to Debian unstable (not experimental) a little ahead of schedule. apt-cross 0.2.9 has been uploaded to Emdebian unstable - dependent on dpkg-cross >= 1.99 and is available to anyone using the emd

Re: Bug#445866: ITP: perforce -- closed source revision control system

2007-10-08 Thread Pierre Habouzit
On Mon, Oct 08, 2007 at 09:32:23PM +, Florian Weimer wrote: > * Pierre Habouzit: > >> I think making it easier to use Debian with them is > >> within the mandate for non-free. > > > > There is ways to interact with perforce in debian, in a free way: > > git-p4 being one of them. > | * The imp

Bug#445897: ITP: kxneur -- alternative frontend for XNeur keyboard layout switcher written for KDE

2007-10-08 Thread Alexander Gerasiov
Package: wnpp Severity: wishlist Owner: Alexander Gerasiov <[EMAIL PROTECTED]> * Package name: kxneur Version : 0.6.2 Upstream Author : Vadim Likhota * URL : http://www.xneur.ru/ * License : GPL Programming Lang: C++ Description : alternative frontend f

Testing parallel builds, again

2007-10-08 Thread Daniel Schepler
It looks like there are even more problems than I thought with the parallel builds, so I won't be able to submit bugs on them all in a timely manner. So for now, I've posted the build logs so far at http://people.debian.org/~schepler/build-logs/ if you want to see the results sooner. At this

Re: dh_install vs. dh_movefiles

2007-10-08 Thread Russ Allbery
Roberto C. Sánchez <[EMAIL PROTECTED]> writes: > On Mon, Oct 08, 2007 at 04:50:09PM +0200, Adeodato Simó wrote: >> * Mike Hommey [Mon, 08 Oct 2007 07:28:12 +0200]: >>> Now, a bit OT, but i'd appreciate if dh_install would create hardlinks >>> instead of copies. >> I'd vote for that too, though if

Re: dh_install vs. dh_movefiles

2007-10-08 Thread Don Armstrong
On Mon, 08 Oct 2007, Russ Allbery wrote: > Roberto C. Sánchez <[EMAIL PROTECTED]> writes: > > On Mon, Oct 08, 2007 at 04:50:09PM +0200, Adeodato Simó wrote: > >> * Mike Hommey [Mon, 08 Oct 2007 07:28:12 +0200]: > > >>> Now, a bit OT, but i'd appreciate if dh_install would create hardlinks > >>> i

Bug#445904: ITP: php-xml-htmlsax3 -- A SAX parser for HTML and other badly formed XML documents

2007-10-08 Thread Romain Beauxis
Package: wnpp Severity: wishlist Owner: Romain Beauxis <[EMAIL PROTECTED]> * Package name: php-xml-htmlsax3 Version : 3.0.0~rc1 Upstream Author : Harry Fuecks * URL : http://pear.php.net/package/XML_HTMLSax3/ * License : PHP Programming Lang: PHP Descriptio

Bug#445907: ITP: php-html-safe -- strip down all potentially dangerous content within HTML

2007-10-08 Thread Romain Beauxis
Package: wnpp Severity: wishlist Owner: Romain Beauxis <[EMAIL PROTECTED]> * Package name: php-html-safe Version : 0.9.9~beta Upstream Author : Roman Ivanov <[EMAIL PROTECTED]> * URL : http://pear.php.net/package/HTML_Safe * License : BSD Programming Lang: PHP

Re: Testing parallel builds

2007-10-08 Thread Michal Čihař
Hi On Mon, 08 Oct 2007 17:30:37 +0200 Thomas Weber <[EMAIL PROTECTED]> wrote: > Trivial example: a package that builds a binary which in turn is used to > create some source files for later compile. > > If the source files don't have the binary as dependency, your build will > break with parall

Re: Bug#445866: ITP: perforce -- closed source revision control system

2007-10-08 Thread Faidon Liambotis
Daniel Jacobowitz wrote: > On Mon, Oct 08, 2007 at 03:41:21PM -0400, Roberto C. S?nchez wrote: >> Given the great abundance of revision control systems already packaged >> for Debian, what is the point of adding another? Especially when it is >> non-free. > > How about "people use it"? There's p

Bug#445912: ITP: docvert -- Converts word processor files to OpenDocument and HTML

2007-10-08 Thread Francois Marier
Package: wnpp Severity: wishlist Owner: Francois Marier <[EMAIL PROTECTED]> * Package name: docvert Version : 3.3rc2 Upstream Author : Matthew Cruickshank <[EMAIL PROTECTED]> * URL : http://www.docvert.org/ * License : GPL Programming Lang: PHP Description

Re: Testing parallel builds

2007-10-08 Thread Manoj Srivastava
Hi, [An earl=ier version of this mail did not go through, perhaps because of the embedded images. I have now pulled the images out on to my blog server] On Mon, 8 Oct 2007 06:53:05 -0400, Daniel Schepler <[EMAIL PROTECTED]> said: > Inspired by today's new upload of dpkg