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

Bug 19110

Summary: prcs-1.3.2.ebuild (New Package)
Product: Gentoo Linux Reporter: Sebastian Klemke <packet>
Component: New packagesAssignee: Tom Martin (RETIRED) <slarti>
Status: RESOLVED WONTFIX    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The ebuild file
This is a patch to allow for compilation with gcc 3.2
This patch simply fixes the path of the perl interpreter in some helper scripts

Description Sebastian Klemke 2003-04-10 18:52:36 UTC
This is an ebuild for prcs, the project revision control system. You'll find
attached the ebuild itself as well as 2 patches required for it to build. I have
tested it on my ppc box, but it should at least compile on x86 and other
platforms as well.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.47-r10 (default-ppc-1.4, gcc-3.2.2, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-ben5-int1 ppc 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/home/portage"
USE="dvd libwww mitshm esd mozilla ppc gdbm berkdb slang python crypt encode
imap ipv6 maildir mbox ncurses oggvorbis oss pam pic readline ssl spell tcpd
tetex xml2 zlib perl -cups -gif -gpm -gtk -imlib -arts -avi -java -jpeg -kde
-gnome -motif -mpeg -mikmod -nls -opengl -png -qt -quicktime -sdl -svga
-truetype -X -xv -xmms"
COMPILER="gcc3"
CHOST="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -pipe -fsigned-char"
CXXFLAGS="-O2 -pipe -fsigned-char"
ACCEPT_KEYWORDS="ppc ~ppc"
MAKEOPTS=""
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="ccache"
Comment 1 Sebastian Klemke 2003-04-10 18:53:25 UTC
Created attachment 10483 [details]
The ebuild file
Comment 2 Sebastian Klemke 2003-04-10 18:54:11 UTC
Created attachment 10484 [details]
This is a patch to allow for compilation with gcc 3.2
Comment 3 Sebastian Klemke 2003-04-10 18:54:59 UTC
Created attachment 10485 [details]
This patch simply fixes the path of the perl interpreter in some helper scripts
Comment 4 Sebastian Klemke 2003-04-11 01:11:39 UTC
prcs must be configured with --disable-environment or $TMPDIR unset. 
This needs to be changed in the ebuild.
Comment 5 Paul de Vrieze (RETIRED) gentoo-dev 2004-03-26 12:14:50 UTC
I don't really have time to maintain this ebuild, maybe someone else could take a look at it.
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2004-07-08 05:17:18 UTC
spock: would you try this too ?
Comment 7 Michal Januszewski (RETIRED) gentoo-dev 2004-08-02 18:01:51 UTC
I'm sorry, but I don't think it's a good idea. I don't use this program and I don't have any particular interest in it. Reassigning to bug-wranglers. 
Comment 8 Tom Martin (RETIRED) gentoo-dev 2004-08-11 14:56:20 UTC
The latest version of PRCS requires a fairly large amount of fixes to compile with GCC 3, and I cannot get the distributed 
diff to apply cleanly. Also, there are many other packages in Portage that function in a similar way, so I'm resolving 
WONTFIX for the moment. If demand arises, or I can find some quick-easy to get it to compile with GCC 3, I can reopen.

Either way, thank you very much for submitting an ebuild to Bugzilla Sebastian.