Hi again,

I somehow have the impression, that the number of missing descriptions
is silently growing.  It seems that the problem only concerns the English
long descriptions.  To verify this thesis I did

udd=> SELECT release, language, count(*) from descriptions where 
long_description = '' group by release, language order by count;
         release          | language | count 
--------------------------+----------+-------
 squeeze-backports-sloppy | en       |    17
 squeeze                  | en       |   117
 wheezy-backports         | en       |   201
 wheezy-proposed-updates  | en       |   293
 squeeze-proposed-updates | en       |   448
 squeeze-backports        | en       |  2668
 experimental             | en       |  7773
 wheezy                   | en       | 37335
 jessie                   | en       | 39255
 sid                      | en       | 41028

I removed the entry of
   Translation-en.bz2
from
   /srv/udd.debian.org/mirrors/ddtp/sid
and rerun
   update-and-run.sh ddtp
which afterwards leaded to

udd=> SELECT release, language, count(*) from descriptions where 
long_description = '' group by release, language order by count;
         release          | language | count 
--------------------------+----------+-------
 squeeze-backports-sloppy | en       |    17
 wheezy-updates           | en       |   111
 squeeze                  | en       |   117
 wheezy-proposed-updates  | en       |   266
 squeeze-proposed-updates | en       |   446
 squeeze-backports        | en       |  2668
(6 Zeilen)

I admit I'm a bit astonished that wheezy and jessie are fixed as well
after enforcing rereading the english translations for sid.  I'll rerun
this counting of missing descriptions the next couple of days to see
whether and how they increase.

Kind regards

       Andreas.

On Wed, May 08, 2013 at 02:45:31PM +0200, Andreas Tille wrote:
> Hi Lucas,
> 
> > I think this was caused by a bug in the new archive gatherer. See
> > commit 8c9c0f51b469bdc9bcd6d6dd9b06d8e36fb2c023. I think it's fixed now,
> > but please double-check in a few days and reopen if necessary.
> 
> I was stumbling upon
> 
>    http://blends.alioth.debian.org/science/tasks/mathematics#palp
> 
> and I verified that the english descriptions for releases above squeeze
> are missing:
> 
> 
> udd=> SELECT distinct p.package, p.description, p.description_md5, d.release, 
> d.language, d.long_description from packages p join descriptions d on 
> p.package = d.package where p.package = 'palp' ;
>  package |                description                |         
> description_md5          | release | language |                          
> long_description
> ---------+-------------------------------------------+----------------------------------+---------+----------+---------------------------------------------------------------------
>  palp    | A Package for Analyzing Lattice Polytopes | 
> deb7fc1ff5c3b11fc6ace2522bd7a5fc | sid     | en       |
>  palp    | A Package for Analyzing Lattice Polytopes | 
> deb7fc1ff5c3b11fc6ace2522bd7a5fc | wheezy  | it       |  Un programma per 
> classificare politopi reticolari riflessivi.     +
>          |                                           |                        
>           |         |          |  Per i dettagli vedere 
> http://arxiv.org/abs/math/0204356.          +
>          |                                           |                        
>           |         |          |
>  palp    | A Package for Analyzing Lattice Polytopes | 
> deb7fc1ff5c3b11fc6ace2522bd7a5fc | jessie  | en       |
>  palp    | A Package for Analyzing Lattice Polytopes | 
> deb7fc1ff5c3b11fc6ace2522bd7a5fc | squeeze | en       |  A program for 
> classifying reflexive lattice polytopes.            +
>          |                                           |                        
>           |         |          |  See http://arxiv.org/abs/math/0204356 for 
> details.
>  palp    | A Package for Analyzing Lattice Polytopes | 
> deb7fc1ff5c3b11fc6ace2522bd7a5fc | sid     | da       |  Palp (»Package for 
> Analyzing Lattice Polytopes«) er et program for+
>          |                                           |                        
>           |         |          |  klassifikation af refleksive 
> gitterpolytoper. Se                  +
>          |                                           |                        
>           |         |          |  http://arxiv.org/abs/math/0204356 for 
> detaljer.                   +
>          |                                           |                        
>           |         |          |
>  palp    | A Package for Analyzing Lattice Polytopes | 
> deb7fc1ff5c3b11fc6ace2522bd7a5fc | sid     | it       |  Un programma per 
> classificare politopi reticolari riflessivi.     +
>          |                                           |                        
>           |         |          |  Per i dettagli vedere 
> http://arxiv.org/abs/math/0204356.          +
>          |                                           |                        
>           |         |          |
>  palp    | A Package for Analyzing Lattice Polytopes | 
> deb7fc1ff5c3b11fc6ace2522bd7a5fc | wheezy  | en       |
>  palp    | A Package for Analyzing Lattice Polytopes | 
> deb7fc1ff5c3b11fc6ace2522bd7a5fc | wheezy  | da       |  Palp (»Package for 
> Analyzing Lattice Polytopes«) er et program for+
>          |                                           |                        
>           |         |          |  klassifikation af refleksive 
> gitterpolytoper. Se                  +
>          |                                           |                        
>           |         |          |  http://arxiv.org/abs/math/0204356 for 
> detaljer.                   +
>          |                                           |                        
>           |         |          |
> 
> 
> I have no idea whether this is caused by the same problem or not.  When
> this bug was reported *all* descriptions were missing - now these are
> only specific ones - but not only a single one:  Just seek for the string
> "Missing" on the URL above to find about ten further examples.
> 
> I suspect the fix you applied is not completely working.
> 
> Should I reopen the bug report or create a new one because of a
> different problem?
> 
> Kind regards
> 
>        Andreas.
> 
> -- 
> http://fam-tille.de
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-qa-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/20130508124531.gg13...@an3as.eu
> 
> 

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to