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 93322 - Configure/make scripts need fixing
Configure/make scripts need fixing
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Monkey Media
0.3.0.99
Other Linux
: High normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks: 90477
 
 
Reported: 2002-09-15 12:12 UTC by Mark Finlay
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This fixes the problem (236 bytes, patch)
2002-09-16 18:23 UTC, Mark Finlay
none Details | Review
Proposed fix to bug (556 bytes, patch)
2002-10-03 19:21 UTC, Mark Finlay
none Details | Review
patch2 (1.07 KB, patch)
2002-10-03 19:50 UTC, Mark Finlay
none Details | Review

Description Mark Finlay 2002-09-15 12:12:24 UTC
If monkey-media is configure with --prefix=/usr
it dies on make with the following message.

cc1: changing search order for system directory "/usr/include"
cc1:   as it has already been specified as a non-system directory

This is a very common error and most packages are 
configured to ignore it, but monkey-media dies on this unimportant
warning.

The configure/make scripts need to be modified to ignore this error
during make.
Comment 1 Jorn Baayen 2002-09-15 17:45:56 UTC
GENTOO. please reopen if it happens with sensible distros.
Comment 2 Mark Finlay 2002-09-15 18:22:00 UTC
I'm pretty sure that this is a gcc 3.x issue and not just a gentoo one.

I will try and find someone with 3.x on another disto to test on.
Comment 3 Mark Finlay 2002-09-16 18:23:24 UTC
Created attachment 11123 [details] [review]
This fixes the problem
Comment 4 Mark Finlay 2002-09-16 18:25:38 UTC
The above patch removes -Werror from the build which fixes the problem
- but may not be a good idea *shrug*
Comment 5 Mark Finlay 2002-10-02 20:39:18 UTC
The problem is is the .m4 files in hack-macros 
i'm seeing if i can fix them cleanly
Comment 6 Mark Finlay 2002-10-03 19:21:03 UTC
Created attachment 11384 [details] [review]
Proposed fix to bug
Comment 7 Mark Finlay 2002-10-03 19:24:36 UTC
The above patch fixes what is a fairly simple typo which was causing
the problem. Should be tested to make sure then committed. Then this
bug can be closed.
Comment 8 Mark Finlay 2002-10-03 19:50:17 UTC
Created attachment 11386 [details] [review]
patch2
Comment 9 Mark Finlay 2002-10-03 19:51:46 UTC
The first patch didn't work

This patch fixes the bug bug someone more profficient should
check to see what the removed code was ment to actually do
and maybe fix it instead of removing it.
Comment 10 Luis Villa 2002-10-29 23:30:04 UTC
Marking high and adding PATCH.
Comment 11 Jorn Baayen 2002-10-29 23:46:10 UTC
Oh, didn't notice it, but it's indeed the right fix.

Thanks!