Gentoo Archives: gentoo-user

From: Danny YUE <sheepduke@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] emerge problem after sync today
Date: Wed, 12 Jul 2017 15:06:26
Message-Id: 87fue1k896.fsf@gmail.com
1 Hi all,
2
3 I encountered a problem after `emerge --sync` today.
4
5 When I ran `emerge -auDNU @world`, it told me something strange
6 following the list of upgradable software:
7
8 Would you like to merge these packages? [Yes/No]
9 >>> Verifying ebuild manifests
10 !!! A file is not listed in the Manifest: '/usr/portage/app-arch/unrar/unrar-5.4.5.ebuild'
11 !!! A file is not listed in the Manifest: '/usr/portage/sys-apps/less/less-494.ebuild'
12 !!! A file is not listed in the Manifest: '/usr/portage/dev-python/sip/sip-4.9999.ebuild'
13 !!! A file is not listed in the Manifest: '/usr/portage/dev-python/pillow/pillow-4.2.1.ebuild'
14 !!! A file is not listed in the Manifest: '/usr/portage/dev-python/sphinx/sphinx-1.3.1-r2.ebuild'
15 !!! A file is not listed in the Manifest: '/usr/portage/www-servers/nginx/nginx-1.13.0.ebuild'
16 !!! A file is not listed in the Manifest: '/usr/portage/app-text/podofo/podofo-0.9.6_pre20170508-r1.ebuild'
17 !!! A file is not listed in the Manifest: '/usr/portage/dev-lang/vala/vala-0.32.1.ebuild'
18 !!! A file is not listed in the Manifest: '/usr/portage/sys-libs/db/db-4.8.30-r2.ebuild'
19 !!! A file is not listed in the Manifest: '/usr/portage/sys-libs/db/db-4.8.30-r2.ebuild'
20 !!! A file is not listed in the Manifest: '/usr/portage/net-dns/bind-tools/bind-tools-9.11.0_p3.ebuild'
21 !!! A file is not listed in the Manifest: '/usr/portage/dev-lang/php/php-5.6.30.ebuild'
22 !!! A file is not listed in the Manifest: '/usr/portage/app-admin/apache-tools/apache-tools-2.4.25.ebuild'
23 !!! A file is not listed in the Manifest: '/usr/portage/app-text/dos2unix/dos2unix-7.3.5.ebuild'
24 !!! A file is not listed in the Manifest: '/usr/portage/media-libs/harfbuzz/harfbuzz-1.4.6-r1.ebuild'
25 !!! A file is not listed in the Manifest: '/usr/portage/dev-cpp/gtkmm/gtkmm-2.24.5.ebuild'
26 !!! A file is not listed in the Manifest: '/usr/portage/app-text/calibre/calibre-3.1.1-r2.ebuild'
27 !!! A file is not listed in the Manifest: '/usr/portage/gnome-base/gnome-keyring/gnome-keyring-3.20.1.ebuild'
28
29 Then I checked unrar ebuild directory. I found that Manifest file is
30 empty.
31
32 The problem did not disappear after I purged /usr/portage and redo
33 `emerge --sync`. So I suspect this is an error in the upstream
34 repository.
35
36
37 This is really strange. Any idea?
38
39
40 Danny