All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 30975] New: A Question about the linux-2.6 kernel-modules for nouveau
@ 2010-10-18 23:12 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
       [not found] ` <bug-30975-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  0 siblings, 1 reply; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-10-18 23:12 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

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

           Summary: A Question about the linux-2.6 kernel-modules for
                    nouveau
           Product: xorg
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: trivial
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
        ReportedBy: STEVENWARD666-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org
         QAContact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org


Hi to all,
         I have a question about building my own custom kernel using the
rpm-tools. I can build the kernel modules using the out-of-tree build against
my latest kernel from Fedora Rawhide with no problems. I have bult my own
custom kernel using make xconfig,make clean, make modules, make
modules_install,and finally, dracut -f /boot/initramfs <kernel version>.img
<kernel version>

My only bug-bear by doing the make modules method is that it took a total of 5
1/2 hours with my Athlon XP 3,000 machine.So I looked at building the nouveau
kernel faster using the rpm-tools methodHere is the link
http://fedoraproject.org/wiki/PackageMaintainers/CreatingPackageHowTo

I have built a skeleton spec file using rpm-spec, and filled in the details
from the kernel section of Fedora Koji,and the Fedora rpm-tools howto.
http://fedoraproject.org/wiki/PackageMaintainers/CreatingPackageHowTo

I've ran rpmlint -i linux-2.6.36-nouveau.i686.spec to test my spec file,but I
keep getting this error:

linux-2.6.36-nouveau.i686.spec: W: invalid-url Source0:
/root/opt/linux-2.6/linux-2.6.36-nouveau.tar.gz
The value should be a valid, public HTTP, HTTPS, or FTP URL.

I've tried both url's for the linux-2.6 git repository,and also linus's url for
the kernel,but I still keep getting the same error.

I have attached the spec file I've been using to see where I've been going
wrong.

Any help would be greatly appreciated.

Regards,
       STEVE555

-- 
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] 5+ messages in thread

* Re: [Bug 30975] New: A Question about the linux-2.6 kernel-modules for nouveau
       [not found] ` <bug-30975-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2010-10-19  4:17   ` Didier Spaier
  2010-10-19 10:29   ` [Bug 30975] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Didier Spaier @ 2010-10-19  4:17 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Le 19/10/2010 01:12, bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org a écrit :
> https://bugs.freedesktop.org/show_bug.cgi?id=30975
>
>             Summary: A Question about the linux-2.6 kernel-modules for
>                      nouveau
>             Product: xorg
>             Version: git
>            Platform: x86 (IA32)
>          OS/Version: Linux (All)
>              Status: NEW
>            Severity: trivial
>            Priority: medium
>           Component: Driver/nouveau
>          AssignedTo: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
>          ReportedBy: STEVENWARD666-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org
>           QAContact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
>
>
> Hi to all,

Hi Steve,
>           I have a question about building my own custom kernel using the
> rpm-tools. I can build the kernel modules using the out-of-tree build against
> my latest kernel from Fedora Rawhide with no problems. I have bult my own
> custom kernel using make xconfig,make clean, make modules, make
> modules_install,and finally, dracut -f /boot/initramfs<kernel version>.img
> <kernel version>
>
> My only bug-bear by doing the make modules method is that it took a total of 5
> 1/2 hours with my Athlon XP 3,000 machine.So I looked at building the nouveau
> kernel faster using the rpm-tools methodHere is the link
> http://fedoraproject.org/wiki/PackageMaintainers/CreatingPackageHowTo
>
I am not sure that this has something to do with nouveau.

As far as I know the modules compilation time depend mainly on you CPU speed and the number of modules you compile.

As my guess is you don't want to or can use a more recent CPU, you could "make localmodconfig" in order to minimize the numer of modules to be buit.

> I have built a skeleton spec file using rpm-spec, and filled in the details
> from the kernel section of Fedora Koji,and the Fedora rpm-tools howto.
> http://fedoraproject.org/wiki/PackageMaintainers/CreatingPackageHowTo
>
> I've ran rpmlint -i linux-2.6.36-nouveau.i686.spec to test my spec file,but I
> keep getting this error:
>
> linux-2.6.36-nouveau.i686.spec: W: invalid-url Source0:
> /root/opt/linux-2.6/linux-2.6.36-nouveau.tar.gz
> The value should be a valid, public HTTP, HTTPS, or FTP URL.
>
> I've tried both url's for the linux-2.6 git repository,and also linus's url for
> the kernel,but I still keep getting the same error.
>
> I have attached the spec file I've been using to see where I've been going
> wrong.

I didn't receive the spec file with your email.
>
> Any help would be greatly appreciated.
>
> Regards,
>         STEVE555
>
Regards,

Didier

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

* [Bug 30975] A Question about the linux-2.6 kernel-modules for nouveau
       [not found] ` <bug-30975-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2010-10-19  4:17   ` Didier Spaier
@ 2010-10-19 10:29   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2010-10-19 10:46   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2013-08-18 18:10   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-10-19 10:29 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

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

--- Comment #1 from Steven Ward <STEVENWARD666-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> 2010-10-19 03:29:16 PDT ---
Created an attachment (id=39529)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=39529)
This is the current spec file I'm trying to use to build the nouveau kernel.

-- 
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] 5+ messages in thread

* [Bug 30975] A Question about the linux-2.6 kernel-modules for nouveau
       [not found] ` <bug-30975-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2010-10-19  4:17   ` Didier Spaier
  2010-10-19 10:29   ` [Bug 30975] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2010-10-19 10:46   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2013-08-18 18:10   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-10-19 10:46 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

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

--- Comment #2 from Johannes Obermayr <johannesobermayr-Mmb7MZpHnFY@public.gmane.org> 2010-10-19 03:46:20 PDT ---
You can compile drm modules against your kernel:

https://build.opensuse.org/package/files?package=drm-nouveau&project=home%3Ajobermayr

-- 
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] 5+ messages in thread

* [Bug 30975] A Question about the linux-2.6 kernel-modules for nouveau
       [not found] ` <bug-30975-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (2 preceding siblings ...)
  2010-10-19 10:46   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2013-08-18 18:10   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2013-08-18 18:10 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


[-- Attachment #1.1: Type: text/plain, Size: 1289 bytes --]

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

Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
It appears that this bug report has laid dormant for quite a while. Sorry we
haven't gotten to it. Since we fix bugs all the time, chances are pretty good
that your issue has been fixed with the latest software. Please give it a shot.
(Linux kernel 3.10.7, xf86-video-nouveau 1.0.9, mesa 9.1.6, or their git
versions.) If upgrading to the latest isn't an option for you, your distro's
bugzilla is probably the right destination for your bug report.

In an effort to clean up our bug list, we're pre-emptively closing all bugs
that haven't seen updates since 2011. If the original issue remains, please
make sure to provide fresh info, see http://nouveau.freedesktop.org/wiki/Bugs/
for what we need to see, and re-open this one.

Thanks,

The Nouveau Team

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2782 bytes --]

[-- Attachment #2: Type: text/plain, Size: 181 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

end of thread, other threads:[~2013-08-18 18:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-18 23:12 [Bug 30975] New: A Question about the linux-2.6 kernel-modules for nouveau bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
     [not found] ` <bug-30975-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2010-10-19  4:17   ` Didier Spaier
2010-10-19 10:29   ` [Bug 30975] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-10-19 10:46   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2013-08-18 18:10   ` 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.