Re: [gentoo-portage-dev] ebuild path/to/ebuild rpm does not work, spec files aren't generated

2005-10-28 Thread Ned Ludd
On Thu, 2005-10-27 at 08:26 +0900, Jason Stubbs wrote: > On Thursday 27 October 2005 08:04, m h wrote: > > Hmmm, then I must be missing where the spec file gets generated, > > because there is no code in ebuild.py that does it... > > ebuild.py..? Are you using 2.1.0_alphayymmdd? You may very well

Re: [gentoo-portage-dev] ebuild path/to/ebuild rpm does not work, spec files aren't generated

2005-10-26 Thread m h
I'm using the prefixed fork (2.0x). So this is probably an artifact of something missing from prefix. On 10/26/05, Jason Stubbs <[EMAIL PROTECTED]> wrote: > On Thursday 27 October 2005 08:04, m h wrote: > > Hmmm, then I must be missing where the spec file gets generated, > > because there is no c

Re: [gentoo-portage-dev] ebuild path/to/ebuild rpm does not work, spec files aren't generated

2005-10-26 Thread m h
Thanks Zac. That's what I was missing. On 10/26/05, Zac Medico <[EMAIL PROTECTED]> wrote: > m h wrote: > > Hmmm, then I must be missing where the spec file gets generated, > > because there is no code in ebuild.py that does it... > > > > A little "grep -r rpm /usr/lib/portage" led me to a dyn_spe

Re: [gentoo-portage-dev] ebuild path/to/ebuild rpm does not work, spec files aren't generated

2005-10-26 Thread Jason Stubbs
On Thursday 27 October 2005 08:04, m h wrote: > Hmmm, then I must be missing where the spec file gets generated, > because there is no code in ebuild.py that does it... ebuild.py..? Are you using 2.1.0_alphayymmdd? You may very well be the only person trying to use rpm with that version. Try drop

Re: [gentoo-portage-dev] ebuild path/to/ebuild rpm does not work, spec files aren't generated

2005-10-26 Thread Zac Medico
m h wrote: Hmmm, then I must be missing where the spec file gets generated, because there is no code in ebuild.py that does it... A little "grep -r rpm /usr/lib/portage" led me to a dyn_spec() function inside /usr/lib/portage/bin/ebuild.sh. Zac -- gentoo-portage-dev@gentoo.org mailing list

Re: [gentoo-portage-dev] ebuild path/to/ebuild rpm does not work, spec files aren't generated

2005-10-26 Thread m h
Hmmm, then I must be missing where the spec file gets generated, because there is no code in ebuild.py that does it... On 10/26/05, Zac Medico <[EMAIL PROTECTED]> wrote: > m h wrote: > > I'm trying to run > > ebuild path/to/ebuild rpm > > and it's failing because there is no .spec file from which

Re: [gentoo-portage-dev] ebuild path/to/ebuild rpm does not work, spec files aren't generated

2005-10-26 Thread Zac Medico
m h wrote: I'm trying to run ebuild path/to/ebuild rpm and it's failing because there is no .spec file from which to build the rpm. From looking at ebuild.py, there is no code in there to generate .spec files. I looked through bugs.gentoo.org but couldn't find anything. I'm assumming this is

[gentoo-portage-dev] ebuild path/to/ebuild rpm does not work, spec files aren't generated

2005-10-26 Thread m h
I'm trying to run ebuild path/to/ebuild rpm and it's failing because there is no .spec file from which to build the rpm. >From looking at ebuild.py, there is no code in there to generate .spec files. I looked through bugs.gentoo.org but couldn't find anything. I'm assumming this is a bug, but it