Subject: Re: pkg/29611: post-install typo in multimedia/RealPlayerGold
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: =?UTF-8?Q?C=C3=A9sar_Catri=C3=A1n?= C. <ccatrian@eml.cc>
List: pkgsrc-bugs
Date: 03/06/2005 14:49:02
The following reply was made to PR pkg/29611; it has been noted by GNATS.

From: "=?UTF-8?Q?C=C3=A9sar_Catri=C3=A1n?= C." <ccatrian@eml.cc>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/29611: post-install typo in multimedia/RealPlayerGold
Date: Sun, 6 Mar 2005 11:39:11 -0300

 On Sun,  6 Mar 2005 14:05:00 +0000 (UTC)
 ccatrian@eml.cc wrote:
 >
 > >Fix:
 > +REALPLAYER_HOME=       ${PREFIX}/${REALPLAYER_SUBDIR}/RealPlayer8
 >  
 
 This is not the fix, actually. Sorry. According to the output:
 
 /usr/pkg/bin/sudo /usr/pkg/sbin/rpm2pkg -d /usr/pkg -f /home/cetrox/src/pkgsrc/multimedia/RealPlayerGold/work.cor
 e/PLIST_DYNAMIC -p lib -s3 -s 1 /home/cetrox/src/pkgsrc/distfiles/RealPlayerGold-10.0.1/RealPlayer10GOLD.rpm
 
 rpm2pkg was extracting to /usr/pkg/lib/usr/local ...
 
 There is an unneeded argument "-s 1".
 
 RPM2PKGARGS=            -d ${PREFIX} -f ${PLIST_SRC} -p ${REALPLAYER_SUBDIR} -s3
 
 Actually, this could be the problem, in emulators/suse91_linux/Makefile.common:
 
 # The SuSE Linux packages have circular dependencies.
 LDD?=                   ${TRUE}
 
 RPM2PKGSTRIP?=          1
 RPM2PKGARGS?=           -d ${PREFIX} -f ${PLIST_SRC} -p ${EMULSUBDIR}
 .if empty(RPM2PKGSTRIP:M0)   
 RPM2PKGARGS+=           -s ${RPM2PKGSTRIP}
 .endif