Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29531 - emerge rdesktop fails on ppc
Summary: emerge rdesktop fails on ppc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-24 12:34 UTC by REdOG
Modified: 2006-02-04 06:03 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 REdOG 2003-09-24 12:34:41 UTC
} eric {$sudo emerge rdesktop
Calculating dependencies ...done!
>>> emerge (1 of 1) net-misc/rdesktop-1.1.0.19.9.0 to /
>>> md5 src_uri ;-) rdesktop-1.1.0.tar.gz
>>> md5 src_uri ;-) rdesktop-unified-patch19-9-0.bz2
>>> Unpacking source...
>>> Unpacking rdesktop-1.1.0.tar.gz to /var/tmp/portage/rdesktop-1.1.0.19.9.0/work
 * Applying rdesktop-unified-patch19-9-0.bz2...                           [ ok ]
>>> Source unpacked.
rdesktop build configuration script

Target directories:
 --prefix=PREFIX         location for architecture-independent files
 --exec-prefix=EPREFIX   location for architecture-dependent files
 --bindir=BINDIR         location for program binaries [EPREFIX/bin]
 --mandir=MANDIR         location for man pages [PREFIX/man]

Build configuration:
 --enable-final          enable some compiler optimizations ( recomended )

 --with-openssl          use system OpenSSL libraries for crypto
                         ( recomended ) [autodetected]
                         openssl is available from http://www.openssl.org
 --without-openssl

   --with-ssl-includes=DIR
   --with-ssl-libs=DIR

 --with-gui=xwin|win32|svga   use another gui than XWIN. ( not recomended )
                              ALPHA option, not compiling with other than
                              xwin ( default: xwin )

   --with-gui-includes=DIR
   --with-gui-libs=DIR

 --with-xinerama         add xinerama support ( requires the X gui )

 --with-debug            enable debugging output
 --with-debug-rdp        enable debugging of the rdp protocol
 --with-debug-leaks      enable debugging of memory leaks


!!! ERROR: net-misc/rdesktop-1.1.0.19.9.0 failed.
!!! Function src_compile, Line 34, Exitcode 1
!!! (no error message)



Reproducible: Always
Steps to Reproduce:
1.emerge rdesktop
2. emerge -u rdesktop
3. emerge sync; emerge rdesktop

Actual Results:  
Failure

Expected Results:  
A correctly build rdesktop binary

g4 ppc 15" powerbook 2.4.21-ppc
Comment 1 Luca Barbato gentoo-dev 2003-09-24 23:02:03 UTC
found the problem, and fixed it, seems that the new openssl may cause issues to it anyway, the solution emerge the 1.2.0-r1 version.

emerge /usr/portage/net-misc/rdesktop/rdesktop-1.2.0-r1.ebuild

or wait till we'll bump the rdesktop version in portage and the change propagates
Comment 2 REdOG 2003-09-25 07:17:55 UTC
Iv'e tryed an emerge -u rdesktop and openssl was remerged with what looked
like a patch or 2 but the rdesktop "stable" version still failed. However
the suggested ebuild Lucca mentioned built just fine...
Comment 3 Lars Weiler (RETIRED) gentoo-dev 2004-02-15 16:25:47 UTC
net-misc/rdesktop-1.3.0-r1 works on my iBook.  So I made it stable.

This should close this bug.