All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] gcc-runtime: Remove libgfortran data from receipe
@ 2015-01-17 13:01 Daniel Dragomir
  2015-01-22 13:37 ` Dragomir, Daniel
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Dragomir @ 2015-01-17 13:01 UTC (permalink / raw)
  To: openembedded-core

Remove libgfortran packages from PACKAGES list as long as libgfortran
has separate receipe since commit

5bde5d9b39ea67f19a1a6aedd0c08c6cfedcbe5f
gcc: Allow fortran to build successfully in 4.8

Otherwise, when fortran support will be enabled in the compiler, both
lingfortran and gcc-runtime receipes will create the same files and will
try to install them. This will cause errors:

ERROR: The recipe libgfortran is trying to install files into a shared
area when those files already exist. Those files and their manifest
location are: ...
Please verify which recipe should provide the above files.

Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
---
 meta/recipes-devtools/gcc/gcc-runtime.inc | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index 167869e..5c369f4 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -76,9 +76,6 @@ PACKAGES = "\
     libssp \
     libssp-dev \
     libssp-staticdev \
-    libgfortran \
-    libgfortran-dev \
-    libgfortran-staticdev \
     libmudflap \
     libmudflap-dev \
     libmudflap-staticdev \
@@ -131,18 +128,6 @@ FILES_libssp-dev = "\
 "
 FILES_libssp-staticdev = "${libdir}/libssp*.a"
 
-FILES_libgfortran = "${libdir}/libgfortran.so.*"
-FILES_libgfortran-dev = "\
-    ${libdir}/libgfortran*.so \
-    ${libdir}/libgfortran.spec \
-    ${libdir}/libgfortran.la \
-    ${libdir}/gcc/${TARGET_SYS}/${BINV}/libgfortranbegin.* \
-    ${libdir}/gcc/${TARGET_SYS}/${BINV}/libcaf_single* \
-"
-FILES_libgfortran-staticdev = "${libdir}/libgfortran.a"
-
-INSANE_SKIP_${MLPREFIX}libgfortran-dev = "staticdev"
-
 FILES_libquadmath = "${libdir}/libquadmath*.so.*"
 FILES_libquadmath-dev = "\
     ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/quadmath* \
-- 
1.8.1.4



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

* Re: [PATCH v2] gcc-runtime: Remove libgfortran data from receipe
  2015-01-17 13:01 [PATCH v2] gcc-runtime: Remove libgfortran data from receipe Daniel Dragomir
@ 2015-01-22 13:37 ` Dragomir, Daniel
  2015-01-22 14:21   ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: Dragomir, Daniel @ 2015-01-22 13:37 UTC (permalink / raw)
  To: openembedded-core

If there are no problems with this patch, can you please cherry-pick this into 
the dizzy branch too? 
Thanks

BR,
Daniel
________________________________________
From: Daniel Dragomir [daniel.dragomir@windriver.com]
Sent: Saturday, January 17, 2015 3:01 PM
To: openembedded-core@lists.openembedded.org
Cc: Dragomir, Daniel
Subject: [OE-core] [PATCH v2] gcc-runtime: Remove libgfortran data from receipe

Remove libgfortran packages from PACKAGES list as long as libgfortran
has separate receipe since commit

5bde5d9b39ea67f19a1a6aedd0c08c6cfedcbe5f
gcc: Allow fortran to build successfully in 4.8

Otherwise, when fortran support will be enabled in the compiler, both
lingfortran and gcc-runtime receipes will create the same files and will
try to install them. This will cause errors:

ERROR: The recipe libgfortran is trying to install files into a shared
area when those files already exist. Those files and their manifest
location are: ...
Please verify which recipe should provide the above files.

Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
---
 meta/recipes-devtools/gcc/gcc-runtime.inc | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index 167869e..5c369f4 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -76,9 +76,6 @@ PACKAGES = "\
     libssp \
     libssp-dev \
     libssp-staticdev \
-    libgfortran \
-    libgfortran-dev \
-    libgfortran-staticdev \
     libmudflap \
     libmudflap-dev \
     libmudflap-staticdev \
@@ -131,18 +128,6 @@ FILES_libssp-dev = "\
 "
 FILES_libssp-staticdev = "${libdir}/libssp*.a"

-FILES_libgfortran = "${libdir}/libgfortran.so.*"
-FILES_libgfortran-dev = "\
-    ${libdir}/libgfortran*.so \
-    ${libdir}/libgfortran.spec \
-    ${libdir}/libgfortran.la \
-    ${libdir}/gcc/${TARGET_SYS}/${BINV}/libgfortranbegin.* \
-    ${libdir}/gcc/${TARGET_SYS}/${BINV}/libcaf_single* \
-"
-FILES_libgfortran-staticdev = "${libdir}/libgfortran.a"
-
-INSANE_SKIP_${MLPREFIX}libgfortran-dev = "staticdev"
-
 FILES_libquadmath = "${libdir}/libquadmath*.so.*"
 FILES_libquadmath-dev = "\
     ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/quadmath* \
--
1.8.1.4



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

* Re: [PATCH v2] gcc-runtime: Remove libgfortran data from receipe
  2015-01-22 13:37 ` Dragomir, Daniel
@ 2015-01-22 14:21   ` Burton, Ross
  2015-01-22 14:29     ` Dragomir, Daniel
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2015-01-22 14:21 UTC (permalink / raw)
  To: Dragomir, Daniel; +Cc: openembedded-core

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

On 22 January 2015 at 13:37, Dragomir, Daniel <Daniel.Dragomir@windriver.com
> wrote:

> If there are no problems with this patch, can you please cherry-pick this
> into
> the dizzy branch too?
>

FYI this is queued in MUT so should be in master soon.

Ross

[-- Attachment #2: Type: text/html, Size: 678 bytes --]

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

* Re: [PATCH v2] gcc-runtime: Remove libgfortran data from receipe
  2015-01-22 14:21   ` Burton, Ross
@ 2015-01-22 14:29     ` Dragomir, Daniel
  2015-01-22 14:33       ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: Dragomir, Daniel @ 2015-01-22 14:29 UTC (permalink / raw)
  To: BURTON, ROSS; +Cc: openembedded-core

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

Thank you, Ross!
I don't know the process.
Sorry for insistance.

Daniel
________________________________
From: Burton, Ross [ross.burton@intel.com]
Sent: Thursday, January 22, 2015 4:21 PM
To: Dragomir, Daniel
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH v2] gcc-runtime: Remove libgfortran data from receipe


On 22 January 2015 at 13:37, Dragomir, Daniel <Daniel.Dragomir@windriver.com<mailto:Daniel.Dragomir@windriver.com>> wrote:
If there are no problems with this patch, can you please cherry-pick this into
the dizzy branch too?

FYI this is queued in MUT so should be in master soon.

Ross

[-- Attachment #2: Type: text/html, Size: 1673 bytes --]

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

* Re: [PATCH v2] gcc-runtime: Remove libgfortran data from receipe
  2015-01-22 14:29     ` Dragomir, Daniel
@ 2015-01-22 14:33       ` Burton, Ross
  2015-01-26 12:54         ` Dragomir, Daniel
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2015-01-22 14:33 UTC (permalink / raw)
  To: Dragomir, Daniel; +Cc: openembedded-core

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

On 22 January 2015 at 14:29, Dragomir, Daniel <Daniel.Dragomir@windriver.com
> wrote:

> Thank you, Ross!
> I don't know the process.
> Sorry for insistance.
>

No insistence noticed - when it's merged just ping Armin to ensure it gets
backported.

Ross

[-- Attachment #2: Type: text/html, Size: 712 bytes --]

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

* Re: [PATCH v2] gcc-runtime: Remove libgfortran data from receipe
  2015-01-22 14:33       ` Burton, Ross
@ 2015-01-26 12:54         ` Dragomir, Daniel
  2015-02-25 15:58           ` Dragomir, Daniel
  0 siblings, 1 reply; 7+ messages in thread
From: Dragomir, Daniel @ 2015-01-26 12:54 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-core

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

Hi Armin,
Could you please cherry-pick this patch in dizzy branch?
It is already in master.

Thank you.
Daniel
________________________________
From: Burton, Ross [ross.burton@intel.com]
Sent: Thursday, January 22, 2015 4:33 PM
To: Dragomir, Daniel
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH v2] gcc-runtime: Remove libgfortran data from receipe


On 22 January 2015 at 14:29, Dragomir, Daniel <Daniel.Dragomir@windriver.com<mailto:Daniel.Dragomir@windriver.com>> wrote:
Thank you, Ross!
I don't know the process.
Sorry for insistance.

No insistence noticed - when it's merged just ping Armin to ensure it gets backported.

Ross

[-- Attachment #2: Type: text/html, Size: 1793 bytes --]

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

* Re: [PATCH v2] gcc-runtime: Remove libgfortran data from receipe
  2015-01-26 12:54         ` Dragomir, Daniel
@ 2015-02-25 15:58           ` Dragomir, Daniel
  0 siblings, 0 replies; 7+ messages in thread
From: Dragomir, Daniel @ 2015-02-25 15:58 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-core

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

Hello Armin,

This patch is in master. Can you backport it to dizzy branch too?

Thanks,
Daniel
________________________________
From: openembedded-core-bounces@lists.openembedded.org [openembedded-core-bounces@lists.openembedded.org] on behalf of Dragomir, Daniel [Daniel.Dragomir@windriver.com]
Sent: Monday, January 26, 2015 2:54 PM
To: Armin Kuster
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH v2] gcc-runtime: Remove libgfortran data from receipe

Hi Armin,
Could you please cherry-pick this patch in dizzy branch?
It is already in master.

Thank you.
Daniel
________________________________
From: Burton, Ross [ross.burton@intel.com]
Sent: Thursday, January 22, 2015 4:33 PM
To: Dragomir, Daniel
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH v2] gcc-runtime: Remove libgfortran data from receipe


On 22 January 2015 at 14:29, Dragomir, Daniel <Daniel.Dragomir@windriver.com<mailto:Daniel.Dragomir@windriver.com>> wrote:
Thank you, Ross!
I don't know the process.
Sorry for insistance.

No insistence noticed - when it's merged just ping Armin to ensure it gets backported.

Ross

[-- Attachment #2: Type: text/html, Size: 2711 bytes --]

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

end of thread, other threads:[~2015-02-25 15:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-17 13:01 [PATCH v2] gcc-runtime: Remove libgfortran data from receipe Daniel Dragomir
2015-01-22 13:37 ` Dragomir, Daniel
2015-01-22 14:21   ` Burton, Ross
2015-01-22 14:29     ` Dragomir, Daniel
2015-01-22 14:33       ` Burton, Ross
2015-01-26 12:54         ` Dragomir, Daniel
2015-02-25 15:58           ` Dragomir, Daniel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.