Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#18180 - rsync.archlinux.org differs from repos.archlinux.org

Attached to Project: Arch Linux
Opened by Benoit Izac (benizac) - Friday, 05 February 2010, 16:53 GMT
Last edited by Ionut Biru (wonder) - Saturday, 06 February 2010, 00:42 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

http://repos.archlinux.org/wsvn/community/bbdb/trunk/bbdb.install
(rev 618 184d 08h ibiru)
---------------------------------------------------------------------
post_install() {
echo ">> To enable BBDB add this to your .emacs:"
echo ">> (require 'bbdb)"
echo ">> (bbdb-initialize)"
echo ">> If you use Gnus, add the following instead:"
echo ">> (require 'bbdb)"
echo ">> (bbdb-initialize 'gnus 'message)"
echo ">> (bbdb-insinuate-gnus)"
}

# vim:set ts=2 sw=2 et:
---------------------------------------------------------------------


differs from

# rm -fr /var/abs/community/bbdb
# abs
==> Starting ABS sync...
receiving file list ... done
community/
community/bbdb/
community/bbdb/PKGBUILD
community/bbdb/bbdb.install

sent 71 bytes received 289894 bytes 44610.00 bytes/sec
total size is 14422381 speedup is 49.74
# cat /var/abs/community/bbdb/bbdb.install
post_install() {
echo ">> To enable BBDB add this to your .emacs:"
echo ">> (require 'bbdb)"
echo ">> (bbdb-initialize)"
echo ">> If you use Gnus, add the following instead:"
echo ">> (require 'bbdb)"
echo ">> (bbdb-initialize 'gnus 'message)"
echo ">> (bbdb-insinuate-gnus)"
}

op=$1
shift
[ "$(type -t "$op")" = "function" ] && $op "$@"

# vim:set ts=2 sw=2 et:
This task depends upon

Closed by  Ionut Biru (wonder)
Saturday, 06 February 2010, 00:42 GMT
Reason for closing:  Not a bug
Additional comments about closing:  abs is generated based on released PKGBUILDs, directly from repos/$repo-$arch
Comment by Thomas Dziedzic (tomd123) - Friday, 05 February 2010, 18:46 GMT
This isn't a bug, this is probably the rsync server out of sync with svn. Please be patient..
The rsync server syncs only a handful of times a day.
Comment by Benoit Izac (benizac) - Friday, 05 February 2010, 18:52 GMT
Did you observe that the last modification was done 184 days ago?
Comment by Benoit Izac (benizac) - Friday, 05 February 2010, 20:09 GMT
bbdb has changed but the problem is exactly the same with
http://repos.archlinux.org/wsvn/community/osiris/trunk/osiris.install

In fact the problem is than trunk/ and i686/ or x86_64/ differs :
http://repos.archlinux.org/wsvn/community/osiris/repos/community-x86_64/osiris.install
http://repos.archlinux.org/wsvn/community/osiris/repos/community-i686/osiris.install

I'm not sure if it's the normal behavior, maybe it's to not rebuild all packages affected.
In this case, it remains a problem with the use of abs because we have an outdated version.
Is it possible to abs on the trunk?
Comment by Gerardo Exequiel Pozzi (djgera) - Friday, 05 February 2010, 23:17 GMT
abs is for current repos in other words for released packages.

If you want trunk for some package use svn directly.

Loading...