All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 35441] New: header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
@ 2011-03-19  3:43 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  0 siblings, 1 reply; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-19  3:43 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

           Summary: header files (at least nouveau_device.h and
                    nouveau_grojb.h) missing from git
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: medium
         Component: Drivers/DRI/nouveau
        AssignedTo: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
        ReportedBy: rwhite-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org


The current git repository as of this date is missing at least two header files
referenced by src/mesa/drivers/dri/nouveau/nouveau_driver.h

The file nouveau_device.h is missing and when I just experimentally commented
that out then nouveau_gobj.h cropped up missing so I stopped.

All the other header files in the same block of includes that I could locate
are all apparently local to this directory. They are also all local includes
(e.g. in "" not <> quotes) so I figure they are all from here.

spot checking I think

nouveau_device.h, nouveau_grobj.h, nouveau_channel.h, and nouveau_notifier.h
and any .c files they front for are suspiciously missing or live somewhere
inobvious to me.

This was first observed about two weeks ago but I didn't realize this was the
right place to report it. /doh.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2011-03-20  7:15   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-03-24  9:49   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-20  7:15 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

--- Comment #1 from Себастьян Gliţa Κατινα <cglita@yahoo.com> 2011-03-20 00:15:41 PDT ---
Created an attachment (id=44629)
 View: https://bugs.freedesktop.org/attachment.cgi?id=44629
 Review: https://bugs.freedesktop.org/review?bug=35441&attachment=44629

a suitable patch

In file `src/mesa/drivers/dri/nouveau/Makefile.am' use `LIBDRM_CFLAGS' instead
of just `CFLAGS': the pkg-config flags from `libdrm_nouveau.pc' (installed by
`libdrm') must yield its `-I/usr/include/nouveau' where you find all these
"missing" header files. (`INCLUDES' variable instead does not seem to work).

c.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2011-03-20  7:15   ` [Bug 35441] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-03-24  9:49   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-03-24  9:56   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-24  9:49 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

Себастьян Gliţa Κατινα <cglita@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44629|0                           |1
        is obsolete|                            |

--- Comment #2 from Себастьян Gliţa Κατινα <cglita@yahoo.com> 2011-03-24 02:49:54 PDT ---
Created an attachment (id=44779)
 View: https://bugs.freedesktop.org/attachment.cgi?id=44779
 Review: https://bugs.freedesktop.org/review?bug=35441&attachment=44779

just nouveau *.pc

no need to for libdrm, see configs/linux-dri
(it was `../Makefile' not `../Makefile.am')

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2011-03-20  7:15   ` [Bug 35441] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-03-24  9:49   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-03-24  9:56   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-03-24 18:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-24  9:56 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

Себастьян Gliţa Κατινα <cglita@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jordan.yelloz+fdo@gmail.com

--- Comment #3 from Себастьян Gliţa Κατινα <cglita@yahoo.com> 2011-03-24 02:56:53 PDT ---
*** Bug 35609 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (2 preceding siblings ...)
  2011-03-24  9:56   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-03-24 18:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-03-25  8:36   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-24 18:00 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chalserogers-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org

--- Comment #4 from Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> 2011-03-24 11:00:51 PDT ---
Apparently the problem is just that CFLAGS is not taken into account during the
DRI driver compilation when using "--enable-shared-dricore".

Christopher, was that the intended behavior of that option?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (3 preceding siblings ...)
  2011-03-24 18:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-03-25  8:36   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-03-25  8:38   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-25  8:36 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

Себастьян Gliţa Κατινα <cglita@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44779|0                           |1
        is obsolete|                            |

--- Comment #5 from Себастьян Gliţa Κατινα <cglita@yahoo.com> 2011-03-25 01:36:40 PDT ---
Created an attachment (id=44812)
 View: https://bugs.freedesktop.org/attachment.cgi?id=44812
 Review: https://bugs.freedesktop.org/review?bug=35441&attachment=44812

use pkgconfig in configure.ac and INCLUDES in Makefiles


- moved `+=' stuff after "include ../Makefile.template"

- placing stuff in configure.ac

shortcoming:
should consider for nouveau also nv50 etc. like for radeon r300 r600 ...

proposal:
split `Makefile.template' into `Makefile.common' and `Makefile.targets'

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (4 preceding siblings ...)
  2011-03-25  8:36   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-03-25  8:38   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-03-27 11:51   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-25  8:38 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

--- Comment #6 from Себастьян Gliţa Κατινα <cglita@yahoo.com> 2011-03-25 01:38:48 PDT ---
Created an attachment (id=44813)
 View: https://bugs.freedesktop.org/attachment.cgi?id=44813
 Review: https://bugs.freedesktop.org/review?bug=35441&attachment=44813

uses pkgconfig in configure.ac and configure and INCLUDES in Makefiles

same patch but added stuff also for `configure' script

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (5 preceding siblings ...)
  2011-03-25  8:38   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-03-27 11:51   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-03-27 19:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-27 11:51 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

--- Comment #7 from Peter Hjalmarsson <xake-ca8b1Tj3MiseIZ0/mPfg9Q@public.gmane.org> 2011-03-27 04:51:33 PDT ---
(From update of attachment 44813)
Emm, why rename the radeon variable?


-RADEON_LIBS = `pkg-config --libs libdrm_radeon`
+NOUVEAU_LIBS = `shell pkg-config libdrm_nouveau --libs`
+NOUVEAU_CFLAGS = `shell pkg-config libdrm_nouveau --cflags`
+
+RADEON_LDFLAGS = `pkg-config --libs libdrm_radeon`

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (6 preceding siblings ...)
  2011-03-27 11:51   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-03-27 19:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-03-29 16:30   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-27 19:44 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

--- Comment #8 from Себастьян Gliţa Κατινα <cglita@yahoo.com> 2011-03-27 12:44:29 PDT ---
(In reply to comment #7)
> (From update of attachment 44813 [details])
> Emm, why rename the radeon variable?
> 
> 
> -RADEON_LIBS = `pkg-config --libs libdrm_radeon`
> +NOUVEAU_LIBS = `shell pkg-config libdrm_nouveau --libs`
> +NOUVEAU_CFLAGS = `shell pkg-config libdrm_nouveau --cflags`
> +
> +RADEON_LDFLAGS = `pkg-config --libs libdrm_radeon`

It seemed as a bug w.r.t. uninformed use in all Makefiles.

RADEON_LIBS looks like gone (not LIBDRM_RADEON_LIBS though with one occurence
in `configure.ac':1053); it's not coming from normal PKG_CHECK_MODULES m4
macro: LIBDRM_RADEON_* do in lines 870-873, and then are read in lines
1052-1053.

Is this better?

-RADEON_LIBS = `pkg-config --libs libdrm_radeon`
-RADEON_CFLAGS = `pkg-config --cflags libdrm_radeon`
+LIBDRM_RADEON_LIBS = `pkg-config --libs libdrm_radeon`
+LIBDRM_RADEON_CFLAGS = `pkg-config --cflags libdrm_radeon`
+RADEON_CFLAGS = "-DHAVE_LIBDRM_RADEON=1 $LIBDRM_RADEON_CFLAGS"
+RADEON_LDFLAGS = "$LIBDRM_RADEON_LIBS"

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (7 preceding siblings ...)
  2011-03-27 19:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-03-29 16:30   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-03-29 16:31   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-29 16:30 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

Себастьян Gliţa Κατινα <cglita@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44812|0                           |1
        is obsolete|                            |

--- Comment #9 from Себастьян Gliţa Κατινα <cglita@yahoo.com> 2011-03-29 09:30:05 PDT ---
Created an attachment (id=45008)
 View: https://bugs.freedesktop.org/attachment.cgi?id=45008
 Review: https://bugs.freedesktop.org/review?bug=35441&attachment=45008

use pkgconfig in configure.ac and INCLUDES in Makefiles

configs/linux-dri is a makefile

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (8 preceding siblings ...)
  2011-03-29 16:30   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-03-29 16:31   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-03-30 10:57   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-29 16:31 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

Себастьян Gliţa Κατινα <cglita@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44813|0                           |1
        is obsolete|                            |

--- Comment #10 from Себастьян Gliţa Κατινα <cglita@yahoo.com> 2011-03-29 09:31:01 PDT ---
Created an attachment (id=45009)
 View: https://bugs.freedesktop.org/attachment.cgi?id=45009
 Review: https://bugs.freedesktop.org/review?bug=35441&attachment=45009

uses pkgconfig in configure.ac and configure and INCLUDES in Makefiles

configs/linux-dri is a makefile

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (9 preceding siblings ...)
  2011-03-29 16:31   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-03-30 10:57   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-03-30 10:58   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-30 10:57 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

--- Comment #11 from Себастьян Gliţa Κατινα <cglita@yahoo.com> 2011-03-30 03:57:03 PDT ---
Created an attachment (id=45037)
 View: https://bugs.freedesktop.org/attachment.cgi?id=45037
 Review: https://bugs.freedesktop.org/review?bug=35441&attachment=45037

split Makefile.template and use pkgconfig in configure.ac and INCLUDES in
Makefiles

split `Makefile.template' into `Makefile.defines' and `Makefile.targets'

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (10 preceding siblings ...)
  2011-03-30 10:57   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-03-30 10:58   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-05-13  7:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-03-30 10:58 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

--- Comment #12 from Себастьян Gliţa Κατινα <cglita@yahoo.com> 2011-03-30 03:58:57 PDT ---
Created an attachment (id=45038)
 View: https://bugs.freedesktop.org/attachment.cgi?id=45038
 Review: https://bugs.freedesktop.org/review?bug=35441&attachment=45038

split Makefile.template and use pkgconfig in configure.ac and configure and
INCLUDES in Makefiles

split `Makefile.template' into `Makefile.defines' and `Makefile.targets'

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (11 preceding siblings ...)
  2011-03-30 10:58   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-05-13  7:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-05-14 17:58   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-05-14 18:01   ` [Bug 35441] [PATCH] Mesa does not find nouveau include files with --enable-shared-dricore bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-05-13  7:00 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

Fabio Pedretti <fabio.ped-VGgt2q2+T+FeoWH0uzbU5w@public.gmane.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johannesobermayr-Mmb7MZpHnFY@public.gmane.org

--- Comment #13 from Fabio Pedretti <fabio.ped-VGgt2q2+T+FeoWH0uzbU5w@public.gmane.org> 2011-05-13 00:00:18 PDT ---
*** Bug 37147 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 35441] header files (at least nouveau_device.h and nouveau_grojb.h) missing from git
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (12 preceding siblings ...)
  2011-05-13  7:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-05-14 17:58   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2011-05-14 18:01   ` [Bug 35441] [PATCH] Mesa does not find nouveau include files with --enable-shared-dricore bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-05-14 17:58 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

Johannes Obermayr <johannesobermayr-Mmb7MZpHnFY@public.gmane.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45008|0                           |1
        is obsolete|                            |
  Attachment #45009|0                           |1
        is obsolete|                            |
  Attachment #45037|0                           |1
        is obsolete|                            |
  Attachment #45038|0                           |1
        is obsolete|                            |

--- Comment #14 from Johannes Obermayr <johannesobermayr-Mmb7MZpHnFY@public.gmane.org> 2011-05-14 10:58:48 PDT ---
Created an attachment (id=46722)
 View: https://bugs.freedesktop.org/attachment.cgi?id=46722
 Review: https://bugs.freedesktop.org/review?bug=35441&attachment=46722

Final fix!

This patches fixes whole compiling.

Tested on openSUSE (with and without --enable-shared-dricore).

https://build.opensuse.org/package/show?package=Mesa&project=home%3Ajobermayr
(with --enable-shared-dricore)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 35441] [PATCH] Mesa does not find nouveau include files with --enable-shared-dricore
       [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (13 preceding siblings ...)
  2011-05-14 17:58   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2011-05-14 18:01   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2011-05-14 18:01 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

https://bugs.freedesktop.org/show_bug.cgi?id=35441

Johannes Obermayr <johannesobermayr-Mmb7MZpHnFY@public.gmane.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|header files (at least      |[PATCH] Mesa does not find
                   |nouveau_device.h and        |nouveau include files with
                   |nouveau_grojb.h) missing    |--enable-shared-dricore
                   |from git                    |
             Status|NEW                         |ASSIGNED
           Severity|major                       |critical
           Priority|medium                      |highest
          Component|Drivers/DRI/nouveau         |Mesa core
         AssignedTo|nouveau-PD4FTy7X32lNgt0PjOBp93rCq3LdnpKM@public.gmane.org |mesa-dev-PD4FTy7X32lNgt0PjOBp9/rsn8yoX9R0@public.gmane.org
                   |rg                          |org

--- Comment #15 from Johannes Obermayr <johannesobermayr-Mmb7MZpHnFY@public.gmane.org> 2011-05-14 11:01:46 PDT ---
Set 'Component: Mesa core' since the patch touches core parts.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

end of thread, other threads:[~2011-05-14 18:01 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-19  3:43 [Bug 35441] New: header files (at least nouveau_device.h and nouveau_grojb.h) missing from git bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
     [not found] ` <bug-35441-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2011-03-20  7:15   ` [Bug 35441] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-03-24  9:49   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-03-24  9:56   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-03-24 18:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-03-25  8:36   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-03-25  8:38   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-03-27 11:51   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-03-27 19:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-03-29 16:30   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-03-29 16:31   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-03-30 10:57   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-03-30 10:58   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-05-13  7:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-05-14 17:58   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2011-05-14 18:01   ` [Bug 35441] [PATCH] Mesa does not find nouveau include files with --enable-shared-dricore bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ

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.