pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/29611: post-install typo in multimedia/RealPlayerGold



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@localhost>
To: gnats-bugs%netbsd.org@localhost
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@localhost 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
 



Home | Main Index | Thread Index | Old Index