public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] jack-audio-connection-kit-0.100.0 ??
@ 2005-09-08 21:26 Mark Knecht
  2005-09-08 21:40 ` Christoph Eckert
  0 siblings, 1 reply; 10+ messages in thread
From: Mark Knecht @ 2005-09-08 21:26 UTC (permalink / raw
  To: gentoo-user

Hi there,
   I see an ebuild for Jack-0.100.0 but I don't seem to be able to
build it on my AMD64 machine or on my P4 laptop. I do not see it
listed in /usr/portage/profiles/package.mask so I don't think it
should be unbuildable.

(Same results with both ~x86 and ~amd64)

lightning ~ # ACCEPT_KEYWORDS="~amd64" emerge -pv
=media-sound/jack-audio-connection-kit-0.100.0

These are the packages that I would merge, in order:

Calculating dependencies
!!! All ebuilds that could satisfy
"=media-sound/jack-audio-connection-kit-0.100.0" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-sound/jack-audio-connection-kit-0.100.0 (masked by: -amd64 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.

lightning ~ #

I've tried building it on both AMD64 and a standard P4 machine but I
cannot so far get emerge to build it. Why is this and what do I have
to do to make it compile? I need a feature in this newish package.
(Actually not so new anymore....)

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] jack-audio-connection-kit-0.100.0 ??
  2005-09-08 21:26 [gentoo-user] jack-audio-connection-kit-0.100.0 ?? Mark Knecht
@ 2005-09-08 21:40 ` Christoph Eckert
  2005-09-08 22:27   ` Mark Knecht
  0 siblings, 1 reply; 10+ messages in thread
From: Christoph Eckert @ 2005-09-08 21:40 UTC (permalink / raw
  To: gentoo-user


>    I see an ebuild for Jack-0.100.0 but I don't seem to be able to
> build it on my AMD64 machine or on my P4 laptop. I do not see it
> listed in /usr/portage/profiles/package.mask so I don't think it
> should be unbuildable.

on

http://packages.gentoo.org/search/?sstring=jack-audio-connection-kit

it seems that the package is only available for ppc.


Best regards


    ce


-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] jack-audio-connection-kit-0.100.0 ??
  2005-09-08 21:40 ` Christoph Eckert
@ 2005-09-08 22:27   ` Mark Knecht
  2005-09-08 22:43     ` Neil Bothwick
  0 siblings, 1 reply; 10+ messages in thread
From: Mark Knecht @ 2005-09-08 22:27 UTC (permalink / raw
  To: gentoo-user

On 9/8/05, Christoph Eckert <ce@christeck.de> wrote:
> 
> > I see an ebuild for Jack-0.100.0 but I don't seem to be able to
> > build it on my AMD64 machine or on my P4 laptop. I do not see it
> > listed in /usr/portage/profiles/package.mask so I don't think it
> > should be unbuildable.
> 
> on
> 
> http://packages.gentoo.org/search/?sstring=jack-audio-connection-kit
> 
> it seems that the package is only available for ppc.
> 
> 
> Best regards
> 

Well, thanks. How bizarre! I guess I should learn how to write an
ebuild then. Jack is actually up to something like 0.100.5 so this is
getting pretty old at this point.

(15 minutes later...)

I just copied the ebuild to under /usr/local/portage and modified it
to suit me. emerge now finds but it doesn't build as it complains
about 'no maifest'. I also see some bug reports on line about this new
version breaking older Jack apps so maybe I'd better go slow here.

thanks,
Mark



Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] jack-audio-connection-kit-0.100.0 ??
  2005-09-08 22:27   ` Mark Knecht
@ 2005-09-08 22:43     ` Neil Bothwick
  2005-09-08 23:03       ` Mark Knecht
  0 siblings, 1 reply; 10+ messages in thread
From: Neil Bothwick @ 2005-09-08 22:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

On Thu, 8 Sep 2005 15:27:05 -0700, Mark Knecht wrote:

> I just copied the ebuild to under /usr/local/portage and modified it
> to suit me. emerge now finds but it doesn't build as it complains
> about 'no maifest'

ebuild /path/to/ebuild digest

Always do this after modifying an ebuild.


-- 
Neil Bothwick

It's only a hobby ... only a hobby ... only a

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] jack-audio-connection-kit-0.100.0 ??
  2005-09-08 22:43     ` Neil Bothwick
@ 2005-09-08 23:03       ` Mark Knecht
  2005-09-09  2:03         ` Nick Rout
  0 siblings, 1 reply; 10+ messages in thread
From: Mark Knecht @ 2005-09-08 23:03 UTC (permalink / raw
  To: gentoo-user

On 9/8/05, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 8 Sep 2005 15:27:05 -0700, Mark Knecht wrote:
> 
> > I just copied the ebuild to under /usr/local/portage and modified it
> > to suit me. emerge now finds but it doesn't build as it complains
> > about 'no maifest'
> 
> ebuild /path/to/ebuild digest
> 
> Always do this after modifying an ebuild.
> 

Neil,
   Is there no difference when the ebuild is personal and held in
/usr/local/portage as opposed to one held by portage proper?

   Also, is it important to ensure absolutely no overlap in names?
Since I just copied the one one in portage but didn't rename it I
wasn't sure I wouldn't do some damage to the database somehow.

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] jack-audio-connection-kit-0.100.0 ??
  2005-09-08 23:03       ` Mark Knecht
@ 2005-09-09  2:03         ` Nick Rout
  2005-09-09  8:04           ` Neil Bothwick
  2005-09-09 11:15           ` Alex
  0 siblings, 2 replies; 10+ messages in thread
From: Nick Rout @ 2005-09-09  2:03 UTC (permalink / raw
  To: gentoo-user


On Thu, 8 Sep 2005 16:03:58 -0700
Mark Knecht wrote:

> On 9/8/05, Neil Bothwick <neil@digimed.co.uk> wrote:

> > 
> > ebuild /path/to/ebuild digest
> > 
> > Always do this after modifying an ebuild.
> > 
> 
> Neil,
>    Is there no difference when the ebuild is personal and held in
> /usr/local/portage as opposed to one held by portage proper?

no it still needs a manifest and digest files. see below for the
quickest way to generate them. 

> 
>    Also, is it important to ensure absolutely no overlap in names?
> Since I just copied the one one in portage but didn't rename it I
> wasn't sure I wouldn't do some damage to the database somehow.

overlay will beat portage when emerge is figuring out which one to
install. so if the ebuild files are identically named the one in overlay will be built.

Not sure what happens if you have more than one overlay.

By the way:

emerge --digest jack-audio-connection

will build the new digest thing, you no longer need to 

ebuild /long/path/balh.ebuild digest

first.

You will make sure you submit your changes to the ebuild to bugs.g.o won't you? 

Also remember someone made this ebuild -amd64 for a reason, it may not
work (or worse it may screw something else). Simply changing -amd64 to
amd64 or ~amd64 will _not_ fix it, it will merely make it available to
screw with your system....

> 
> Thanks,
> Mark
> 
> -- 
> gentoo-user@gentoo.org mailing list

-- 
Nick Rout <nick@rout.co.nz>

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] jack-audio-connection-kit-0.100.0 ??
  2005-09-09  2:03         ` Nick Rout
@ 2005-09-09  8:04           ` Neil Bothwick
  2005-09-10  6:11             ` Nick Rout
  2005-09-09 11:15           ` Alex
  1 sibling, 1 reply; 10+ messages in thread
From: Neil Bothwick @ 2005-09-09  8:04 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 985 bytes --]

On Fri, 09 Sep 2005 14:03:24 +1200, Nick Rout wrote:

> emerge --digest jack-audio-connection
> 
> will build the new digest thing, you no longer need to 
> 
> ebuild /long/path/balh.ebuild digest
> 
> first.

Neat, when was that added?

> Also remember someone made this ebuild -amd64 for a reason, it may not
> work (or worse it may screw something else). Simply changing -amd64 to
> amd64 or ~amd64 will _not_ fix it, it will merely make it available to
> screw with your system....

Is -amd64 in the keywords, or is it simply missing any amd64 entry. It's
quite common for keywords to be missing because the ebuild author hasn't
been able to verify it works on that platform. I quite often add ~amd64 or
~ppc to the keywords (ekeyword is easier than editing the ebuild) and
find it works just fine.

Of course, you should report it as working on Bugzilla if that happens.


-- 
Neil Bothwick

Windows - so intuitive you only need a meg of help files!

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] jack-audio-connection-kit-0.100.0 ??
  2005-09-09  2:03         ` Nick Rout
  2005-09-09  8:04           ` Neil Bothwick
@ 2005-09-09 11:15           ` Alex
  1 sibling, 0 replies; 10+ messages in thread
From: Alex @ 2005-09-09 11:15 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 424 bytes --]

On Friday 09 September 2005 02:03, Nick Rout wrote:
> Not sure what happens if you have more than one overlay.

emerge will choose the last in line (as put in  PORTDIR_OVERLAY) overlay 
containing the ebuild.

> By the way:
>
> emerge --digest jack-audio-connection
>
> will build the new digest thing, you no longer need to
>
> ebuild /long/path/balh.ebuild digest

wow thanx for that :)
-- 
Cheers, Alex.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] jack-audio-connection-kit-0.100.0 ??
  2005-09-09  8:04           ` Neil Bothwick
@ 2005-09-10  6:11             ` Nick Rout
  2005-09-10 19:39               ` Neil Bothwick
  0 siblings, 1 reply; 10+ messages in thread
From: Nick Rout @ 2005-09-10  6:11 UTC (permalink / raw
  To: gentoo-user

On Fri, 2005-09-09 at 09:04 +0100, Neil Bothwick wrote:
> > emerge --digest jack-audio-connection
> > 
> > will build the new digest thing, you no longer need to 
> > 
> > ebuild /long/path/balh.ebuild digest
> > 
> > first.
> 
> Neat, when was that added?

dunno, i picked it up from a games ebuild writing howto.

-- 
Nick Rout <nick@rout.co.nz>

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] jack-audio-connection-kit-0.100.0 ??
  2005-09-10  6:11             ` Nick Rout
@ 2005-09-10 19:39               ` Neil Bothwick
  0 siblings, 0 replies; 10+ messages in thread
From: Neil Bothwick @ 2005-09-10 19:39 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 343 bytes --]

On Sat, 10 Sep 2005 18:11:50 +1200, Nick Rout wrote:

> > > emerge --digest jack-audio-connection

> > Neat, when was that added?
> 
> dunno, i picked it up from a games ebuild writing howto.

Good thing you read it then, because it's not in the emerge man page :(


-- 
Neil Bothwick

[---- Printed on recycled electrons ----]

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2005-09-10 20:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-08 21:26 [gentoo-user] jack-audio-connection-kit-0.100.0 ?? Mark Knecht
2005-09-08 21:40 ` Christoph Eckert
2005-09-08 22:27   ` Mark Knecht
2005-09-08 22:43     ` Neil Bothwick
2005-09-08 23:03       ` Mark Knecht
2005-09-09  2:03         ` Nick Rout
2005-09-09  8:04           ` Neil Bothwick
2005-09-10  6:11             ` Nick Rout
2005-09-10 19:39               ` Neil Bothwick
2005-09-09 11:15           ` Alex

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