[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#827915:



of course, my bug reports have been tested for months,
here is more info about that problem,
consider taking a more deep look to this

dpkg -l | \
awk '$3 ~ ":" {print $2 " " $3}' | \
while read p v; do
  p="$(echo "$p" | cut -f1 -d':')"
  v1="$(ls -1 "/var/cache/apt/archives/$p"_* 2>/dev/null | \
    cut -f2 -s -d'_')"
  [ -n "$v1" ] || continue
  test "$v" = "$v1" && \
    echo "$v equal to $v1" || \
    echo "$v not equal to $v1"
done

2:1.02.124-1 not equal to 1.02.127-1
2:1.02.124-1 not equal to 1.02.127-1 
2:102.7+LibO5.1.4~rc2-2 not equal to 102.7+LibO5.1.4~rc2-2
1:2.8.1-1 not equal to 2.8.1-1
1:2.8.1-1 not equal to 2.8.1-1
2:1.02.124-1 not equal to 1.02.127-1
2:1.02.124-1 not equal to 1.02.127-1
1:6.1.1-6 not equal to 6.1.1-7
2:8.38-3.1 not equal to 8.38-3.1
1:5.1.4~rc2-2 not equal to 5.1.4~rc2-2
1:5.1.4~rc2-2 not equal to 5.1.4~rc2-2
1:5.1.4~rc2-2 not equal to 5.1.4~rc2-2
1:5.1.4~rc2-2 not equal to 5.1.4~rc2-2
1:5.1.4~rc2-2 not equal to 5.1.4~rc2-2
1:5.1.4~rc2-2 not equal to 5.1.4~rc2-2
1:5.1.4~rc2-2 not equal to 5.1.4~rc2-2
1:5.1.4~rc2-2 not equal to 5.1.4~rc2-2
1:5.1.4~rc2-2 not equal to 5.1.4~rc2-2
1:5.1.4~rc2-2 not equal to 5.1.4~rc2-2
1:5.1.4~rc2-2 not equal to 5.1.4~rc2-2
1:5.1.4~rc2-2 not equal to 5.1.4~rc2-2
1:1.6.19+git20160116-1 not equal to 1.6.19+git20160116-1
2:0.148.2699+gita5e06b9-1 not equal to 0.148.2699+gita5e06b9-1
1:2.6+dfsg-3 not equal to 2.6+dfsg-3
1:2.6+dfsg-3 not equal to 2.6+dfsg-3
1:2.6+dfsg-3 not equal to 2.6+dfsg-3

Jordi Pujol i Palomer


Reply to: