After more investigation, I decided to just recompile asterisk (on my newly upgraded Fedora core 4 system). Make dies with this error: "No rule to make target 'usr/lib/gcc/i386-redhat-linux/3.4.3/include/stddef.h" It seems this directory is gone under FC4, and replaced by No rule to make target 'usr/lib/gcc/i386-redhat-linux/4.0.0/include/ I can't find the constant/string in the make files that points to this directory. Any ideas? Will a later Asterisk fix this (incompatability with FC4)? Thanks, -Bob- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050822/707f78d4/attachment.htm
Tony Mountifield
2005-Aug-22 11:56 UTC
[Asterisk-Users] Re: Make asterisk 1.0.7 fail under FC4
In article <6686D60B6BEA5846B5CEF1BD9C8AF91B1EA2@server.ocg.ca>, Michael Stahl <mstahl@ocg.ca> wrote:> > After more investigation, I decided to just recompile asterisk (on my > newly upgraded Fedora core 4 system). Make dies with this error: > > "No rule to make target > 'usr/lib/gcc/i386-redhat-linux/3.4.3/include/stddef.h" > > It seems this directory is gone under FC4, and replaced by > > No rule to make target 'usr/lib/gcc/i386-redhat-linux/4.0.0/include/ > > I can't find the constant/string in the make files that points to this > directory. Any ideas? Will a later Asterisk fix this (incompatability > with FC4)?Looks like you've got old .depend files hanging around. You probably forgot to do "make clean" before recompiling. Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org
I have no idea about that error message sorry. But I recently installed 1.0.9 on two FC4 boxes (one was a brand new Shuttle which impressed me cos I was sure I was going to have driver issues). On the first I installed Asterisk without doing any updates first and the second I actually let YUM update all my packages and again no issues. I have yet to put any Zaptel cards in them but everything appears to be working without issues. HTH Alex -----Original Message----- From: Michael Stahl [mailto:mstahl@ocg.ca] Sent: 22 August 2005 19:02 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Make asterisk 1.0.7 fail under FC4 After more investigation, I decided to just recompile asterisk (on my newly upgraded Fedora core 4 system). Make dies with this error: "No rule to make target 'usr/lib/gcc/i386-redhat-linux/3.4.3/include/stddef.h" It seems this directory is gone under FC4, and replaced by No rule to make target 'usr/lib/gcc/i386-redhat-linux/4.0.0/include/ I can't find the constant/string in the make files that points to this directory. Any ideas? Will a later Asterisk fix this (incompatability with FC4)? Thanks, -Bob- Information contained in this e-mail and any attachments are intended for the use of the addressee only, and may contain confidential information of Ubiquity Software Corporation. All unauthorized use, disclosure or distribution is strictly prohibited. If you are not the addressee, please notify the sender immediately and destroy all copies of this email. Unless otherwise expressly agreed in writing signed by an officer of Ubiquity Software Corporation, nothing in this communication shall be deemed to be legally binding. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050823/47670b33/attachment.htm
Michael Stahl
2005-Aug-23 12:48 UTC
[Asterisk-Users] Re: Make asterisk 1.0.7 fail under FC4
That did the trick! Make clean allowed me to recompile. On a related note, is there a way to complete remove asterisk and all installed files? (automatically) Thanks, Bob -----Original Message----- From: Tony Mountifield [mailto:tony@softins.clara.co.uk] Sent: Monday, August 22, 2005 2:56 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Re: Make asterisk 1.0.7 fail under FC4 In article <6686D60B6BEA5846B5CEF1BD9C8AF91B1EA2@server.ocg.ca>, Michael Stahl <mstahl@ocg.ca> wrote:> > After more investigation, I decided to just recompile asterisk (on my > newly upgraded Fedora core 4 system). Make dies with this error: > > "No rule to make target > 'usr/lib/gcc/i386-redhat-linux/3.4.3/include/stddef.h" > > It seems this directory is gone under FC4, and replaced by > > No rule to make target 'usr/lib/gcc/i386-redhat-linux/4.0.0/include/ > > I can't find the constant/string in the make files that points to this> directory. Any ideas? Will a later Asterisk fix this > (incompatability with FC4)?Looks like you've got old .depend files hanging around. You probably forgot to do "make clean" before recompiling. Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org