Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 331587

Summary: =media-video/rtmpdump-2.3 fails to build with polarssl
Product: Gentoo Linux Reporter: Markos Chandras (RETIRED) <hwoarang>
Component: New packagesAssignee: Markos Chandras (RETIRED) <hwoarang>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://lists.mplayerhq.hu/pipermail/rtmpdump/2010-August/001103.html
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 334803    
Bug Blocks:    
Attachments: build.log

Description Markos Chandras (RETIRED) gentoo-dev 2010-08-08 00:16:48 UTC
This bug was filed via: http://gentoo.petteriraty.eu/stable.rss

Please stabilize =media-video/rtmpdump-2.3
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-08-08 02:34:43 UTC
Fails to build on x86 when using polarssl:


rtmp.c: In function 'WriteN':
rtmp.c:1363: warning: passing argument 2 of 'arc4_crypt' makes pointer from integer without a cast
/usr/include/polarssl/arc4.h:57: note: expected 'unsigned char *' but argument is of type 'int'
rtmp.c:1363: warning: passing argument 3 of 'arc4_crypt' makes integer from pointer without a cast
/usr/include/polarssl/arc4.h:57: note: expected 'int' but argument is of type 'unsigned char *'
rtmp.c:1363: error: too many arguments to function 'arc4_crypt'
make[1]: *** [rtmp.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-video/rtmpdump-2.3/work/rtmpdump-2.3/librtmp'
make: *** [librtmp/librtmp.a] Error 2
make: *** Waiting for unfinished jobs....
 * ERROR: media-video/rtmpdump-2.3 failed:
 *   emake failed
 * 
 * Call stack:
 *     ebuild.sh, line  54:  Called src_compile
 *   environment, line 868:  Called die
 * The specific snippet of code:
 *       emake CC=$(tc-getCC) LD=$(tc-getLD) OPT="${CFLAGS}" XLDFLAGS="${LDFLAGS}" CRYPTO="${crypto}" SYS=posix || die "emake failed"
 * 
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-08-08 02:35:21 UTC
Created attachment 241827 [details]
build.log
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2010-08-09 15:29:46 UTC
Reported upstream

Removing arches till I figure out what is wrong
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2010-08-27 11:38:57 UTC
It requires the newest polarssl-0.14 in order to build
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2010-08-28 18:40:23 UTC
Fixed