Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2010 10:29:06 -0500
From:      Wesley Shields <wxs@FreeBSD.org>
To:        Piotrek <piokud84@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: make install error VALID_CATEGOIES
Message-ID:  <20100228152906.GE73563@atarininja.org>
In-Reply-To: <20100228160404.87f65150.piokud84@gmail.com>
References:  <20100228160404.87f65150.piokud84@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 28, 2010 at 04:04:04PM +0100, Piotrek wrote:
> Hi
> 
> Recently when i try to instal anything from ports, i get this error
> (for rg. when i try to install smplayer):
> 
> sng# make install
> -wq: not found
> smplayer-0.6.8_1: Makefile error: category multimedia not in list of
> valid categories. *** Error code 1
> 
> Stop in /usr/ports/multimedia/smplayer.
> sng# 
> 
> bsd.port.mk looks like this:
> 
> VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio
> \ benchmarks biology cad chinese comms converters databases \
> deskutils devel docs dns editors elisp emulators finance french ftp \
> games geography german gnome gnustep graphics hamradio haskell hebrew
> hungarian \ ipv6 irc japanese java kde kld korean lang linux lisp \
> mail math mbone misc multimedia net net-im net-mgmt net-p2p news \
> palm parallel pear perl5 plan9 polish portuguese ports-mgmt \
> print python ruby rubygems russian \
> scheme science security shells spanish sysutils \
> tcl textproc tk \
> ukrainian vietnamese windowmaker www \
> x11 x11-clocks x11-drivers x11-fm x11-fonts x11-servers x11-themes \
> x11-toolkits x11-wm xfce zope
> 
> So i see that multimedia categry is on the list, i tryed to
> delete /var/db/portsnap and /usr/ports and then execute portsnap fetch
> extract, but i still get this error, any clue what is going on?

It looks like you have ${GREP} defined in your environment. It also
looks like it is set to "".

wxs@ack git % printenv | grep GREP
GREP=
wxs@ack git % make
-wq: not found
git-1.7.0: Makefile error: category devel not in list of valid categories.
*** Error code 1

-- WXS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100228152906.GE73563>