By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 314 - kdemultimedia build warnings
Summary: kdemultimedia build warnings
Status: RESOLVED DUPLICATE of bug 800
Alias: None
Product: TDE
Classification: Unclassified
Component: tdemultimedia (show other bugs)
Version: 3.5.12 [Trinity]
Hardware: All Slackware 12
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2010-10-03 10:28 CDT by Darrell
Modified: 2012-10-19 15:35 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Fixes script test failure of MMX (472 bytes, patch)
2012-01-12 23:31 CST, Darrell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2010-10-03 10:28:53 CDT
The following warning messages appear when building kdemultimedia in Slackware 12.2, automake 1.10.1.

=====================================================================
[Refer to bug 268]

checking linux/cdrom.h usability... no
checking linux/cdrom.h presence... yes
configure: WARNING: linux/cdrom.h: present but cannot be compiled
configure: WARNING: linux/cdrom.h:     check for missing prerequisite headers?
configure: WARNING: linux/cdrom.h: see the Autoconf documentation
configure: WARNING: linux/cdrom.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/cdrom.h: proceeding with the preprocessor's result
configure: WARNING: linux/cdrom.h: in the future, the compiler will take precedence
checking for linux/cdrom.h... yes

=====================================================================
checking for a binutils new enough to support MMX...
./configure: line 35628: test: (Linux/GNU: integer expression expected
./configure: line 35632: test: (Linux/GNU: integer expression expected
./configure: line 35637: test: (Linux/GNU: integer expression expected

=====================================================================
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1762.
Comment 1 Darrell 2012-01-12 23:31:05 CST
Created attachment 271 [details]
Fixes script test failure of MMX

1) The cdrom.h errors no longer exists with 3.5.13.

2) The MMX error still exists. Because of the script failure, does that mean the package does not build MMX support correctly for anybody?

Oh well, I'm submitting a simple patch.

I tested the patch and now no longer receive script errors but instead now see a nice simple "Yes." :) The package builds without errors.

3) The admin/conf.change.pl error no longer exists with 3.5.13.

After the patch is merged this report can be closed as resolved. :)
Comment 2 Darrell 2012-02-16 14:13:49 CST

*** This bug has been marked as a duplicate of bug 800 ***