Subject: [RH73] perl5 depends on gcc3c?
To: None <tech-pkg@netbsd.org>
From: Ognyan Kulev <ogi@fmi.uni-sofia.bg>
List: tech-pkg
Date: 03/13/2004 17:51:48
This is a multi-part message in MIME format.
--------------000008040800050704050004
Content-Type: text/plain; charset=windows-1251; format=flowed
Content-Transfer-Encoding: 7bit

Hi,

CVS pkgsrc and bootstrap are used on Red Hat 7.3.  Output of pkg_info 
and /etc/mk.conf are attached.  Trying to install perl5 gives:

===> Resuming update for perl-5.6.1nb10
===> Checking for vulnerabilities in perl-5.6.1nb10
===> Buildlinking for perl-5.6.1nb10
gcc3c is not installed; can't buildlink files.
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/lang/perl5
*** Error code 1

What's that "gcc3c"?

Regards,
ogi

--------------000008040800050704050004
Content-Type: text/plain;
 name="pkg_info.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="pkg_info.txt"

digest-20021220     Message digest wrapper utility
gcc3-c-3.3.3        GNU Compiler Collection, v3 - C compiler
cpuflags-0.62       Determine compiler flags to best target current cpu
binutils-2.14.0.0   GNU binary utilities

--------------000008040800050704050004
Content-Type: text/plain;
 name="mk.conf"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="mk.conf"

# Example /etc/mk.conf file produced by bootstrap-pkgsrc
# Mon Sep 29 20:37:04 GMT 2003

.ifdef BSD_PKG_MK	# begin pkgsrc settings

PKG_DBDIR=/var/db/pkg
LOCALBASE=/usr/pkg
X11BASE=${LOCALBASE}
ZOULARISBASE=/usr/pkg
FETCH_CMD=/usr/pkg/bin/ftp
PAX=/usr/pkg/bin/pax
ACCEPTABLE_LICENSES+=fee-based-commercial-use unrar-license

PKG_INSTALLATION_PREFS=	pkgviews overwrite

.sinclude "/usr/pkg/gcc3/mk/c.mk"
.sinclude "/usr/pkg/share/mk/cpuflags.mk"
COPTS+=-pipe
CFLAGS+=-pipe

.endif			# end pkgsrc settings

--------------000008040800050704050004--