Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44038 - pppoatm.so compile but doesn't install in ppp-2.4.2-r1.ebuild
Summary: pppoatm.so compile but doesn't install in ppp-2.4.2-r1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-08 08:51 UTC by frederic bonnaud
Modified: 2004-03-08 11:21 UTC (History)
0 users

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 frederic bonnaud 2004-03-08 08:51:47 UTC
pppoatm.so compile but doesn't install in ppp-2.4.2-r1.ebuild

the fix is included.

Reproducible: Always
Steps to Reproduce:
1. USE="atm" ; emerge /usr/portage/net-dialup/ppp/ppp-2.4.2-r2.ebuild


Actual Results:  
pppoatm.so was compiled 
pppoatm.so doesn't installed itself 

Expected Results:  
pppoatm.so must installed itself when using "USE="atm"" 

here's what i've done to fix this :  
 
--- /usr/portage/net-dialup/ppp/ppp-2.4.2-r1.ebuild     2004-03-06 
17:21:51.000000000 +0100 
+++ /usr/portage/net-dialup/ppp/ppp-2.4.2-r2.ebuild     2004-03-08 
17:46:47.000000000 +0100 
@@ -94,6 +94,9 @@ 
 
        dolib.so pppd/plugins/minconn.so 
        dolib.so pppd/plugins/passprompt.so 
+       if [ "`use atm`" -a "`use x86`" ]; then 
+         dolib.so pppd/plugins/pppoatm.so 
+       fi 
        dolib.so pppd/plugins/rp-pppoe/rp-pppoe.so 
        dodir /usr/lib/pppd/$(awk -F '"' '/VERSION/ {print $2}' 
pppd/patchlevel.h) 
        mv ${D}/usr/lib/*.so ${D}/usr/lib/pppd/$(awk -F '"' '/VERSION/ {print 
$2}' pppd/patchlevel.h)
Comment 1 frederic bonnaud 2004-03-08 10:41:30 UTC
i've done a mistake, you must read :

Reproducible: Always
Steps to Reproduce:
1. USE="atm" ; emerge /usr/portage/net-dialup/ppp/ppp-2.4.2-r1.ebuild

The "r2" is my fix
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2004-03-08 11:21:32 UTC
sorry for forgetting that, fixed :)