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

Bug 67042

Summary: Porting: Pnet-0.6.8 to Mac OS X
Product: Gentoo Linux Reporter: syamajala <syamajala>
Component: [OLD] DevelopmentAssignee: osx porters <osx>
Status: VERIFIED TEST-REQUEST    
Severity: normal CC: dotnet, radek
Priority: High    
Version: unspecified   
Hardware: PPC   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 79788    
Bug Blocks:    

Description syamajala 2004-10-10 21:20:13 UTC
Portable .net compiles fine on Mac OS X.

Reproducible: Always
Steps to Reproduce:
1. ekeyword ppc-macos /usr/portage/dev-dotnet/pnet/pnet-0.6.8.ebuild
2. emerge pnet
3.

Actual Results:  
Pnet compiles.

Expected Results:  
Pnet should compile.

Portage 2.0.51_rc7 (default-macos/ppc/10.3, gcc-3.3, libsystem-7.1-r0, 7.5.0
Power Macintosh)
=================================================================
System uname: 7.5.0 Power Macintosh powerpc
macos-20040726
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632)
[disabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: 
Binutils: 
Headers:  
Libtools: 
ACCEPT_KEYWORDS="ppc-macos"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe"
CHOST="powerpc-apple-darwin"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache collision-protect cvs distlocks keepwork"
GENTOO_MIRRORS="http://gentoo.osuosl.org/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="ppc ppc-macos"
Comment 1 Gopal V 2004-11-26 04:18:24 UTC
Should be marked as "Good News" rather than Bug :).
Comment 2 Lina Pezzella (RETIRED) gentoo-dev 2005-01-23 13:12:35 UTC
This package tries to create the following symlink:

/usr/share/man/man1/al.1.gz -> ilasm.1.gz

Unfortunately, ilasm.1.gz does not exist.
My linux EXT3 system allows this, but HFS+ does not.
Could the maintainer or this package look into this? Or if you don't care to fix it, tell me and I'll conditionally not install that symlink on ppc-macos.
Comment 3 Rainer Größlinger (RETIRED) gentoo-dev 2005-01-23 14:01:33 UTC
Ah, that's caused by the recent fix for bug #39369.
The symlink should be
/usr/share/man/man1/al.pnet.1.gz -> ilasm.pnet.1.gz

I'll fix that within the next few days.
Comment 4 Rainer Größlinger (RETIRED) gentoo-dev 2005-01-26 09:22:26 UTC
fixed.
Comment 5 Lina Pezzella (RETIRED) gentoo-dev 2005-02-03 17:56:06 UTC
This requires the following addition to the ebuild:

use ppc-macos && sed -i -e "s: ar.1.gz : ar.1 :" ilranlib/Makefile.am

in order to link properly to the OSX ar manpage.

Also, this bug depends on the baselayout bug since it installs dotnet
to init.d. :-(
Comment 6 Radek Podgorny 2006-02-09 13:44:37 UTC
Is this still an issue with 0.7.4 (not yet in portage)?
Comment 7 Thomas Cort (RETIRED) gentoo-dev 2006-08-05 19:40:36 UTC
Please try dev-dotnet/pnet-0.7.4, it was just added to the tree.
Comment 8 Fabian Groffen gentoo-dev 2006-08-06 02:24:26 UTC
marked ~ppc-macos