After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 121230 - gst-plugins failing to compile with 2.6.0-test3 kernel
gst-plugins failing to compile with 2.6.0-test3 kernel
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.3
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-02 01:51 UTC by Robin Cook
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
bzipped log of the compile of gst-plugins 0.6.3 with 2.6.0-test3 kernel (11.67 KB, application/octet-stream)
2003-09-02 01:52 UTC, Robin Cook
Details

Description Robin Cook 2003-09-02 01:51:09 UTC
gst-plugins failing to compile with 2.6.0-test3 kernel.
Comment 1 Robin Cook 2003-09-02 01:52:28 UTC
Created attachment 19651 [details]
bzipped log of the compile of gst-plugins 0.6.3 with 2.6.0-test3 kernel
Comment 2 Ronald Bultje 2003-09-02 05:40:00 UTC
You're making symlinks from $includedir/sys to
$kerneldir/include/linux, but not from $includedir/linux to
$kerneldir/include/linux. In either case, I strongly suggest to
**not** do any of this unless you know what yu're doing. The kernel
headers in $includedir/.. are standard-interface-compliant files that
belong to glibc.

If you really want to do this, then make symlinks from $includedir/sys
+ $includedir/linux to $kerneldir/include/linux and from
$includedir/asm and $includedir/bits to $kerneldir/include/asm. My
compiles with 2.6.0-t4 work just fine.

If any of this doesn't make sense, please reopen. For now, I'll close
it as 'not a bug', since I don't think this is a GStreamer bug.