public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] merging an ebuild that's there, but isn't there
@ 2001-10-25 17:08 David
  2001-10-25 17:31 ` Chad M. Huneycutt
  2001-10-26 16:50 ` Karl Trygve Kalleberg
  0 siblings, 2 replies; 8+ messages in thread
From: David @ 2001-10-25 17:08 UTC (permalink / raw
  To: gentoo-dev

I want to install a lisp package so I can use it. I change directories to
/usr/portage/dev-lisp/ and try to emerge sbcl/sbcl-0.6.12.ebuild only to
find that 

!!! ebuild dev-lisp/sbcl-0.6.12 not found (possibly blocked by package.mask)

Looking into portage/profiles/package.mask, I find no mention of any of
the lisp ebuilds. I now have no idea what to do. Does anyone have a
suggestion or explanation for what's happening?

-- 
name:       David Creswick
jabber id:  davec@jabber.org



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] merging an ebuild that's there, but isn't there
  2001-10-25 17:08 [gentoo-dev] merging an ebuild that's there, but isn't there David
@ 2001-10-25 17:31 ` Chad M. Huneycutt
  2001-10-25 17:41   ` Tod M. Neidt
  2001-10-26 16:50 ` Karl Trygve Kalleberg
  1 sibling, 1 reply; 8+ messages in thread
From: Chad M. Huneycutt @ 2001-10-25 17:31 UTC (permalink / raw
  To: gentoo-dev

David wrote:

> I want to install a lisp package so I can use it. I change directories to
> /usr/portage/dev-lisp/ and try to emerge sbcl/sbcl-0.6.12.ebuild only to
> find that 
> 
> !!! ebuild dev-lisp/sbcl-0.6.12 not found (possibly blocked by package.mask)


Well, the quick answer is to do 'ebuild dev-lisp/sbcl-0.6.12.ebuild 
merge', but that doesn't fix the problem, only averts it.

I see the same thing, but I can't figure out why it is hidden either.

Chad






^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] merging an ebuild that's there, but isn't there
  2001-10-25 17:31 ` Chad M. Huneycutt
@ 2001-10-25 17:41   ` Tod M. Neidt
  2001-10-25 17:53     ` Chad M. Huneycutt
  0 siblings, 1 reply; 8+ messages in thread
From: Tod M. Neidt @ 2001-10-25 17:41 UTC (permalink / raw
  To: gentoo-dev mailing list

Hi!

I believe it is because "dev-lisp" isn't listed as a category in the
master category list in /usr/lib/portage/pym/portage.py

tod
 
On Thu, 2001-10-25 at 23:31, Chad M. Huneycutt wrote:
> David wrote:
> 
> > I want to install a lisp package so I can use it. I change directories to
> > /usr/portage/dev-lisp/ and try to emerge sbcl/sbcl-0.6.12.ebuild only to
> > find that 
> > 
> > !!! ebuild dev-lisp/sbcl-0.6.12 not found (possibly blocked by package.mask)
> 
> 
> Well, the quick answer is to do 'ebuild dev-lisp/sbcl-0.6.12.ebuild 
> merge', but that doesn't fix the problem, only averts it.
> 
> I see the same thing, but I can't figure out why it is hidden either.
> 
> Chad
> 
> 
> 
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
> 





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] merging an ebuild that's there, but isn't there
  2001-10-25 17:41   ` Tod M. Neidt
@ 2001-10-25 17:53     ` Chad M. Huneycutt
  0 siblings, 0 replies; 8+ messages in thread
From: Chad M. Huneycutt @ 2001-10-25 17:53 UTC (permalink / raw
  To: gentoo-dev

Tod M. Neidt wrote:

> I believe it is because "dev-lisp" isn't listed as a category in the
> master category list in /usr/lib/portage/pym/portage.py

You are correct, sir!  So that  brings up a question I have had.  Why 
are the categories hard-coded in this file?  Drobbins, is this 
necessary?    It seems like it might be better to just look at the 
contents of /usr/portage to get this information.  That also makes local 
Portage setups a little easier.

Chad




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] merging an ebuild that's there, but isn't there
  2001-10-25 17:08 [gentoo-dev] merging an ebuild that's there, but isn't there David
  2001-10-25 17:31 ` Chad M. Huneycutt
@ 2001-10-26 16:50 ` Karl Trygve Kalleberg
  2001-10-26 16:59   ` Daniel Robbins
  2001-10-26 18:18   ` David
  1 sibling, 2 replies; 8+ messages in thread
From: Karl Trygve Kalleberg @ 2001-10-26 16:50 UTC (permalink / raw
  To: gentoo-dev

On Thu, Oct 25, 2001 at 06:04:38PM -0500, David wrote:
> I want to install a lisp package so I can use it. I change directories to
> /usr/portage/dev-lisp/ and try to emerge sbcl/sbcl-0.6.12.ebuild only to
> find that 
> 
> !!! ebuild dev-lisp/sbcl-0.6.12 not found (possibly blocked by package.mask)
> 
> Looking into portage/profiles/package.mask, I find no mention of any of
> the lisp ebuilds. I now have no idea what to do. Does anyone have a
> suggestion or explanation for what's happening?

Wow! You are our first Lisp user. I am the Lispmeister currently. Any bugs
you find are my fault. 

As for the category, it has not been added to Portage yet. Use the manual
merging method for now. Since we've not had any Lisp users, priority has
been very low for this.


Kind regards,

Karl T



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] merging an ebuild that's there, but isn't there
  2001-10-26 16:50 ` Karl Trygve Kalleberg
@ 2001-10-26 16:59   ` Daniel Robbins
  2001-10-26 18:18   ` David
  1 sibling, 0 replies; 8+ messages in thread
From: Daniel Robbins @ 2001-10-26 16:59 UTC (permalink / raw
  To: gentoo-dev

On Sat, Oct 27, 2001 at 12:40:15AM +0200, Karl Trygve Kalleberg wrote:
> On Thu, Oct 25, 2001 at 06:04:38PM -0500, David wrote:
> > I want to install a lisp package so I can use it. I change directories to
> > /usr/portage/dev-lisp/ and try to emerge sbcl/sbcl-0.6.12.ebuild only to
> > find that 
> > 
> > !!! ebuild dev-lisp/sbcl-0.6.12 not found (possibly blocked by package.mask)
> > 
> > Looking into portage/profiles/package.mask, I find no mention of any of
> > the lisp ebuilds. I now have no idea what to do. Does anyone have a
> > suggestion or explanation for what's happening?
> 
> Wow! You are our first Lisp user. I am the Lispmeister currently. Any bugs
> you find are my fault. 
> 
> As for the category, it has not been added to Portage yet. Use the manual
> merging method for now. Since we've not had any Lisp users, priority has
> been very low for this.

I'll make sure the category shows up in the next Portage release.  For now, you
can edit /usr/lib/portage/pym/portage.py, and search for this text:

categories=("app-i18n", "app-admin", "app-arch", "app-cdr", "app-crypt",
"app-doc", "app-editors", "app-emulation", "app-games", "app-misc",
"app-office", "app-shells", "app-text", "dev-db", "dev-java", "dev-lang",
"dev-libs", "dev-lisp", "dev-perl", "dev-python", "dev-ruby", "dev-util",
"gnome-base", "gnome-extra", "kde-apps", "kde-i18n", "kde-base", "kde-libs",
"media-gfx", "media-libs", "media-sound", "media-video", "net-analyzer",
"net-apache", "net-dialup", "net-fs", "net-ftp", "net-im", "net-irc",
"net-libs", "net-mail", "net-misc", "net-news", "net-nds", "net-print",
"net-www", "packages", "sys-apps", "sys-devel", "sys-kernel", "sys-libs",
"x11-base", "x11-libs", "x11-misc", "x11-terms", "x11-wm", "virtual",
"dev-tcltk")

Then, simply add "dev-lisp" to the tuple.

Best Regards,

-- 
Daniel Robbins					<drobbins@gentoo.org>
Chief Architect/President			http://www.gentoo.org 
Gentoo Technologies, Inc.			



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] merging an ebuild that's there, but isn't there
  2001-10-26 16:50 ` Karl Trygve Kalleberg
  2001-10-26 16:59   ` Daniel Robbins
@ 2001-10-26 18:18   ` David
  2001-10-27 13:44     ` Karl Trygve Kalleberg
  1 sibling, 1 reply; 8+ messages in thread
From: David @ 2001-10-26 18:18 UTC (permalink / raw
  To: gentoo-dev

On Sat, 27 Oct 2001 00:40:15 +0200
Karl Trygve Kalleberg <karltk@prosalg.no> wrote:

> On Thu, Oct 25, 2001 at 06:04:38PM -0500, David wrote:
> > I want to install a lisp package so I can use it. I change directories to
> > /usr/portage/dev-lisp/ and try to emerge sbcl/sbcl-0.6.12.ebuild only to
> > find that 
> > 
> > !!! ebuild dev-lisp/sbcl-0.6.12 not found (possibly blocked by package.mask)
> > 
> > Looking into portage/profiles/package.mask, I find no mention of any of
> > the lisp ebuilds. I now have no idea what to do. Does anyone have a
> > suggestion or explanation for what's happening?
> 
> Wow! You are our first Lisp user. I am the Lispmeister currently. Any bugs
> you find are my fault. 
> 
> As for the category, it has not been added to Portage yet. Use the manual
> merging method for now. Since we've not had any Lisp users, priority has
> been very low for this.
> 
> 
> Kind regards,
> 
> Karl T
> 

Well, I'm not really too much of a lisp user. I want to install a lisp compiler
so I can start learning lisp and then be a lisp user. Which package do you personally
think is the best? I want something that's got sockets (if there is such a thing in
lisp-land).


-- 
name:       David Creswick
website:    http://braznet.com/david
jabber id:  davec@jabber.org



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-dev] merging an ebuild that's there, but isn't there
  2001-10-26 18:18   ` David
@ 2001-10-27 13:44     ` Karl Trygve Kalleberg
  0 siblings, 0 replies; 8+ messages in thread
From: Karl Trygve Kalleberg @ 2001-10-27 13:44 UTC (permalink / raw
  To: gentoo-dev

On Fri, 26 Oct 2001 19:14:35 -0500
David <davidc@sat.net> wrote:

> Well, I'm not really too much of a lisp user. I want to install a lisp
compiler
> so I can start learning lisp and then be a lisp user. Which package do
you personally
> think is the best? I want something that's got sockets (if there is such
a thing in
> lisp-land).

CMUCL has sockets. As sbcl is a derivative of CMUCL, I guess it has
sockets, too. 
Kind regards,

Karl T



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-10-27 19:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-25 17:08 [gentoo-dev] merging an ebuild that's there, but isn't there David
2001-10-25 17:31 ` Chad M. Huneycutt
2001-10-25 17:41   ` Tod M. Neidt
2001-10-25 17:53     ` Chad M. Huneycutt
2001-10-26 16:50 ` Karl Trygve Kalleberg
2001-10-26 16:59   ` Daniel Robbins
2001-10-26 18:18   ` David
2001-10-27 13:44     ` Karl Trygve Kalleberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox