Re: kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-10 Thread freebsd_user

Chris Hill wrote:

On Wed, 10 Sep 2008, Polytropon wrote:

[snip]


I'm sure you noticed the Ctrl-M (^M) at the ends of each line.
This seems to be an MS-DOS-like line break (ASCII 0x13 + 0x10).
UNIX (and so FreeBSD) use the NL or LF character 0x10. And 0x13
is the CR character which is equivalent to Ctrl-M, if I do
remember correctly.


Almost correctly. ASCII CR (Ctrl-M) is 0x0d, which is decimal 13; ASCII 
LF (Ctrl-J or newline) is 0x0a, which is decimal 10.


Sorry for the off-topic pedantry.

--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging | ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


While I do appreciate your efforts, both of you gentlemen did not 
address the issue at hand.  I have found what was needed to either fix 
or work around the topic of discussion at this URL: 
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2007-10/msg00314.html


Unfortunately for me, I'm not subscribed to nor did I search the other 
FreeBSD mail list for this particular issue as I don't run 'stable' or 
'-Current'.


For anyone else reading this thread and/or bumping in to this problem, 
use the above URL or link to bring closure.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-09 Thread Polytropon
I'm not sure if I can help you, but there's something that
looks strange to me:

On Tue, 9 Sep 2008 14:47:49 -0400, [EMAIL PROTECTED] wrote:
 === zyd (install)^M
 install -o root -g wheel -m 555   if_zyd.ko /boot/kernel^M
 install -o root -g wheel -m 555   if_zyd.ko.symbols /boot/kernel^M
 kldxref /boot/kernel^M
 kldxref: file isn't dynamically-linked^M
 kldxref:

I'm sure you noticed the Ctrl-M (^M) at the ends of each line.
This seems to be an MS-DOS-like line break (ASCII 0x13 + 0x10).
UNIX (and so FreeBSD) use the NL or LF character 0x10. And 0x13
is the CR character which is equivalent to Ctrl-M, if I do
remember correctly. Why is it displayed in the masked (!) form
in the output of make? Is there - eventually - a file involved
that does use this strange 2-byte-linebreak? Could this be a
reason? Is it possible that at this stage of compilation a file
named /boot/kernel^M is requested, but does not exist?

I'm not sure at this, I'm just guessing. Maybe it helps...


-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-09 Thread Chris Hill

On Wed, 10 Sep 2008, Polytropon wrote:

[snip]


I'm sure you noticed the Ctrl-M (^M) at the ends of each line.
This seems to be an MS-DOS-like line break (ASCII 0x13 + 0x10).
UNIX (and so FreeBSD) use the NL or LF character 0x10. And 0x13
is the CR character which is equivalent to Ctrl-M, if I do
remember correctly.


Almost correctly. ASCII CR (Ctrl-M) is 0x0d, which is decimal 13; ASCII 
LF (Ctrl-J or newline) is 0x0a, which is decimal 10.


Sorry for the off-topic pedantry.

--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging | ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]