Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331587 - =media-video/rtmpdump-2.3 fails to build with polarssl
Summary: =media-video/rtmpdump-2.3 fails to build with polarssl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markos Chandras (RETIRED)
URL: http://lists.mplayerhq.hu/pipermail/r...
Whiteboard:
Keywords:
Depends on: 334803
Blocks:
  Show dependency tree
 
Reported: 2010-08-08 00:16 UTC by Markos Chandras (RETIRED)
Modified: 2010-08-28 18:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (media-video:rtmpdump-2.3:20100808-023209.log,5.54 KB, text/plain)
2010-08-08 02:35 UTC, Paweł Hajdan, Jr. (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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