Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 561920

Summary: update-ca-certificates should be run at a stage3 image
Product: Gentoo Release Media Reporter: Toralf Förster <toralf>
Component: StagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: normal CC: releng, zerochaos
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2015-09-30 18:01:11 UTC
currently it is not done, at my tinderbox I see at every chroot image the same picture :


# update-ca-certificates
Updating certificates in /etc/ssl/certs...
178 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Comment 1 Rick Farina (Zero_Chaos) gentoo-dev 2015-09-30 18:27:05 UTC
This this is required, why is it not done in the ebuild for app-misc/ca-certificates?
Comment 2 SpanKY gentoo-dev 2015-09-30 19:01:25 UTC
this is done already by the ebuild.  my guess is the difference in symlink paths where the ebuild installs w/relative ones but when you run it that way, it uses absolute paths.
Comment 3 Toralf Förster gentoo-dev 2015-09-30 19:41:38 UTC
Oh, right

$> /usr/sbin/update-ca-certificates -r /

gives the relative paths here to again now.