public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: metadata.xml ChangeLog ifc-10.0.026.ebuild
       [not found] <E1Ibw8L-0000pK-D6@stork.gentoo.org>
@ 2007-09-30 20:53 ` Donnie Berkholz
  2007-10-01 18:16   ` Sébastien Fabbro
  0 siblings, 1 reply; 4+ messages in thread
From: Donnie Berkholz @ 2007-09-30 20:53 UTC (permalink / raw
  To: gentoo-dev, bicatali

On 10:34 Sun 30 Sep     , Sebastien Fabbro (bicatali) wrote:
> 1.1                  dev-lang/ifc/ifc-10.0.026.ebuild
> 
> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ifc-10.0.026.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ifc-10.0.026.ebuild?rev=1.1&content-type=text/plain

> 	INSTALL_DIR=/opt/intel/${PB}${ext}/${PV}
> 
> 	if use debugger && [[ ! -x /opt/intel/idb${ext}/${PV}/bin/idb ]]; then
> 		INSTALL_IDB_DIR=/opt/intel/idb${ext}/${PV}
> 	else
> 		use debugger && einfo "Debugger already installed"
> 		rm -f data/intel*idb*.rpm
> 	fi

Could you explain what this is doing? Does some other package (icc?) 
also install the debugger? Perhaps it should get split off into a 
separate package.

Thanks,
Donnie
-- 
gentoo-dev@gentoo.org mailing list



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

* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: metadata.xml ChangeLog ifc-10.0.026.ebuild
  2007-09-30 20:53 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: metadata.xml ChangeLog ifc-10.0.026.ebuild Donnie Berkholz
@ 2007-10-01 18:16   ` Sébastien Fabbro
  2007-10-01 23:06     ` Donnie Berkholz
  0 siblings, 1 reply; 4+ messages in thread
From: Sébastien Fabbro @ 2007-10-01 18:16 UTC (permalink / raw
  To: gentoo-dev

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

On Sun, 2007-09-30 at 13:53 -0700, Donnie Berkholz wrote:
> > 1.1                  dev-lang/ifc/ifc-10.0.026.ebuild

> > 	INSTALL_DIR=/opt/intel/${PB}${ext}/${PV}
> > 
> > 	if use debugger && [[ ! -x /opt/intel/idb${ext}/${PV}/bin/idb ]]; then
> > 		INSTALL_IDB_DIR=/opt/intel/idb${ext}/${PV}
> > 	else
> > 		use debugger && einfo "Debugger already installed"
> > 		rm -f data/intel*idb*.rpm
> > 	fi
> 
> Could you explain what this is doing? Does some other package (icc?) 
> also install the debugger? Perhaps it should get split off into a 
> separate package.

Yes, icc can install the same debugger. I thought about splitting idb in
another package but it would need either the ifc or the icc tar ball. I
thought the "or" was not supported in SRC_URI/unpack. Forcing the tar
ball of icc would force the ifc users to download icc one (at least
40Mb) when not necessary, and vice-versa. There are probably solutions
to this problem, but I could not think of a simple one. Any suggestion
welcome.

Sébastien


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: metadata.xml ChangeLog ifc-10.0.026.ebuild
  2007-10-01 18:16   ` Sébastien Fabbro
@ 2007-10-01 23:06     ` Donnie Berkholz
  2007-10-02  8:05       ` Sébastien Fabbro
  0 siblings, 1 reply; 4+ messages in thread
From: Donnie Berkholz @ 2007-10-01 23:06 UTC (permalink / raw
  To: gentoo-dev

On 19:16 Mon 01 Oct     , Sébastien Fabbro wrote:
> On Sun, 2007-09-30 at 13:53 -0700, Donnie Berkholz wrote:
> > > 1.1                  dev-lang/ifc/ifc-10.0.026.ebuild
> 
> > > 	INSTALL_DIR=/opt/intel/${PB}${ext}/${PV}
> > > 
> > > 	if use debugger && [[ ! -x /opt/intel/idb${ext}/${PV}/bin/idb ]]; then
> > > 		INSTALL_IDB_DIR=/opt/intel/idb${ext}/${PV}
> > > 	else
> > > 		use debugger && einfo "Debugger already installed"
> > > 		rm -f data/intel*idb*.rpm
> > > 	fi
> > 
> > Could you explain what this is doing? Does some other package (icc?) 
> > also install the debugger? Perhaps it should get split off into a 
> > separate package.
> 
> Yes, icc can install the same debugger. I thought about splitting idb in
> another package but it would need either the ifc or the icc tar ball. I
> thought the "or" was not supported in SRC_URI/unpack. Forcing the tar
> ball of icc would force the ifc users to download icc one (at least
> 40Mb) when not necessary, and vice-versa. There are probably solutions
> to this problem, but I could not think of a simple one. Any suggestion
> welcome.

As kind of a hack solution, the idb package could have icc/ifc USE flags 
to pick which tarball it used.

Thanks,
Donnie
-- 
gentoo-dev@gentoo.org mailing list



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

* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: metadata.xml ChangeLog ifc-10.0.026.ebuild
  2007-10-01 23:06     ` Donnie Berkholz
@ 2007-10-02  8:05       ` Sébastien Fabbro
  0 siblings, 0 replies; 4+ messages in thread
From: Sébastien Fabbro @ 2007-10-02  8:05 UTC (permalink / raw
  To: gentoo-dev

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

On Mon, 2007-10-01 at 16:06 -0700, Donnie Berkholz wrote:
> On 19:16 Mon 01 Oct     , Sébastien Fabbro wrote:
> > On Sun, 2007-09-30 at 13:53 -0700, Donnie Berkholz wrote:
> > > > 1.1                  dev-lang/ifc/ifc-10.0.026.ebuild
> > 
> > > > 	INSTALL_DIR=/opt/intel/${PB}${ext}/${PV}
> > > > 
> > > > 	if use debugger && [[ ! -x /opt/intel/idb${ext}/${PV}/bin/idb ]]; then
> > > > 		INSTALL_IDB_DIR=/opt/intel/idb${ext}/${PV}
> > > > 	else
> > > > 		use debugger && einfo "Debugger already installed"
> > > > 		rm -f data/intel*idb*.rpm
> > > > 	fi
> > > 
> > > Could you explain what this is doing? Does some other package (icc?) 
> > > also install the debugger? Perhaps it should get split off into a 
> > > separate package.
> > 
> > Yes, icc can install the same debugger. I thought about splitting idb in
> > another package but it would need either the ifc or the icc tar ball. I
> > thought the "or" was not supported in SRC_URI/unpack. Forcing the tar
> > ball of icc would force the ifc users to download icc one (at least
> > 40Mb) when not necessary, and vice-versa. There are probably solutions
> > to this problem, but I could not think of a simple one. Any suggestion
> > welcome.
> 
> As kind of a hack solution, the idb package could have icc/ifc USE flags 
> to pick which tarball it used.

I have been trying to avoid the icc/ifc use flags as much as possible,
in preference for things like [[ $(tc-getCC) = icc ]] but in that case
it would make sense.

Thanks.

Sébastien


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2007-10-02  8:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1Ibw8L-0000pK-D6@stork.gentoo.org>
2007-09-30 20:53 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: metadata.xml ChangeLog ifc-10.0.026.ebuild Donnie Berkholz
2007-10-01 18:16   ` Sébastien Fabbro
2007-10-01 23:06     ` Donnie Berkholz
2007-10-02  8:05       ` Sébastien Fabbro

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