Re: [gentoo-dev] stupid ebuild question

2009-04-21 Thread Greg KH
If you quote the *, bash won't glob it. > > > `/var/tmp/portage/sys-kernel/linux-firmware-20090421/work/linux-firmware-20090421/*': > > No such file or directory > > > > Yet the files are really in that directory. > > It's looking for a file literal

Re: [gentoo-dev] stupid ebuild question

2009-04-21 Thread Markos Chandras
On Tuesday 21 April 2009 18:51:55 Ciaran McCreesh wrote: > On Tue, 21 Apr 2009 20:48:48 +0100 > > Markos Chandras wrote: > > insinto /lib/firmware/ > > doins -r "${S}"/* || die "doins failed" > > Careful with that. For current EAPIs, doins -r's behaviour is only > defined if it encounters

Re: [gentoo-dev] stupid ebuild question

2009-04-21 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greg KH wrote: > Ok, I know I'm doing something stupid here, but I can't figure it out. > > I have a new ebuild (linux-firmware) that is really just a tarball that > needs to be placed somewhere in the filesystem. > > So, I do the following: >

Re: [gentoo-dev] stupid ebuild question

2009-04-21 Thread Ciaran McCreesh
On Tue, 21 Apr 2009 20:48:48 +0100 Markos Chandras wrote: > insinto /lib/firmware/ > doins -r "${S}"/* || die "doins failed" Careful with that. For current EAPIs, doins -r's behaviour is only defined if it encounters regular files or directories. If there're any symlinks under there,

Re: [gentoo-dev] stupid ebuild question

2009-04-21 Thread Markos Chandras
ot;${S}"/* || die "doins failed" } > but that fails badly: > >>> Install linux-firmware-20090421 into > >>> /var/tmp/portage/sys-kernel/linux-firmware-20090421/image/ category > >>> sys-kernel > > cp: cannot stat

Re: [gentoo-dev] stupid ebuild question

2009-04-21 Thread Ciaran McCreesh
On Tue, 21 Apr 2009 10:39:38 -0700 Greg KH wrote: > cp -R "${S}/*" "${D}lib/firmware/" || die "Install > failed!" } That should be "${S}"/* . If you quote the *, bash won't glob it. > `/var/tmp/portage/sys-kernel/linux-firmwa

Re: [gentoo-dev] stupid ebuild question

2009-04-21 Thread Tobias Klausmann
Hi! On Tue, 21 Apr 2009, Greg KH wrote: > So, I do the following: > src_install() { > dodir /lib/firmware > cp -R "${S}/*" "${D}lib/firmware/" || die "Install failed!" > } > > but that fails badly: >

[gentoo-dev] stupid ebuild question

2009-04-21 Thread Greg KH
cp -R "${S}/*" "${D}lib/firmware/" || die "Install failed!" } but that fails badly: >>> Install linux-firmware-20090421 into /var/tmp/portage/sys-kernel/linux-firmware-20090421/image/ category sys-kernel cp: cannot stat `/var/tm

Re: [gentoo-dev] ECONF-OPTIONS (Was: PMS EAPI 3 more or less ready)

2009-04-21 Thread Ciaran McCreesh
On Tue, 21 Apr 2009 05:11:15 +0300 Mart Raudsepp wrote: > > * ECONF-OPTIONS > > query > --disable-dependency-tracking has other implications than it being > allowed to be passed to ./configure or not - such as dependency > tracking being, well, disabled and the affects of that in face of any > ou

Re: [gentoo-dev] PMS EAPI 3 more or less ready

2009-04-21 Thread Ciaran McCreesh
This reply's just for minor wording things. If anyone's wanting to turn any of these into something more substantial, please change the subject and cut it back to one topic per subthread. On Tue, 21 Apr 2009 05:11:15 +0300 Mart Raudsepp wrote: > query/yes; but the default src_install maybe should

Re: [gentoo-dev] SLOT-OPERATOR-DEPS (Was: PMS EAPI 3 more or less ready)

2009-04-21 Thread Ciaran McCreesh
On Tue, 21 Apr 2009 05:11:15 +0300 Mart Raudsepp wrote: > > * SLOT-OPERATOR-DEPS > > An outstanding problem to me as a package maintainer is the lack of > means to know which slot the PM actually picked for the package, as > some of my co-maintained packages have no use of := if it can't know > w

Re: [gentoo-dev] PKG-INFO (Was: PMS EAPI 3 more or less ready)

2009-04-21 Thread Ciaran McCreesh
Still trying to stick to one subthread per item here. On Tue, 21 Apr 2009 04:27:41 +0300 Petteri Räty wrote: > > * PKG-INFO > > query. I have probably missed what's the use case for non installed > packages? For some packages, when a bug report for a failed build is submitted, there are a load