Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111351 - openvpn no longer installs easy-rsa
Summary: openvpn no longer installs easy-rsa
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-03 04:53 UTC by Richard Scott
Modified: 2005-11-03 06:37 UTC (History)
1 user (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 Richard Scott 2005-11-03 04:53:45 UTC
When installing openvpn you no longer seem to install the easy-rsa tools into
/usr/share/openvpn/easy-rsa like before.

for example:

(root@:~)# emerge -av openvpn

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] net-misc/openvpn-2.0.1  +examples (-selinux) +ssl +threads 0 kB

Total size of downloads: 0 kB

Do you want me to merge these packages? [Yes/No]

(root@:~)# ls /usr/share/openvpn/easy-rsa/
README    build-dh     build-key       build-key-pkcs12  build-req      
clean-all      list-crl     pkitool      scripts   vars
build-ca  build-inter  build-key-pass  build-key-server  build-req-pass 
inherit-inter  openssl.cnf  revoke-full  sign-req
(root:@~)#

However, on a different PC, with the following:

(root@:portage)# emerge -av openvpn

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     UD] net-misc/openvpn-2.0.4-r1 [2.0.4-r2] +examples -iproute2
-minimal +pam -passwordsave (-selinux) +ssl -static +threads 0 kB

Total size of downloads: 0 kB

Do you want me to merge these packages? [Yes/No]

there is no longer the /usr/share/openvpn/easy-rsa directory.

Reproducible: Always
Steps to Reproduce:
1.emerge =net-misc/openvpn-2.0.1
2.echo "net-misc/openvpn ~x86" >> /etc/portage/package.keywords
3.emerge net-misc/openvpn to the latest 2.0.4-r1 or 2.0.4-r2.

Actual Results:  
there are no tools installed into /usr/share/openvpn/easy-rsa

Expected Results:  
the easy-rsa tools to be installed into /usr/share/openvpn/easy-rsa
Comment 1 Roy Marples (RETIRED) gentoo-dev 2005-11-03 06:37:09 UTC
Resync and re-emerge, should be fixed