Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561920 - update-ca-certificates should be run at a stage3 image
Summary: update-ca-certificates should be run at a stage3 image
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Stages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-30 18:01 UTC by Toralf Förster
Modified: 2015-09-30 19:41 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.