bugzilla-daemon at mindrot.org
2003-May-01 08:59 UTC
[Bug 552] broken reference from scp.c
http://bugzilla.mindrot.org/show_bug.cgi?id=552 Summary: broken reference from scp.c Product: Portable OpenSSH Version: 3.6p1 Platform: All OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: dh at onclick.org scp.o: In function `bwlimit': /workspace/software/libraries/openssh-3.6.1p1/scp.c:691: undefined reference to `__fixunsdfdi' My system values: Linux Foo 2.4.20 #4 Don Feb 13 19:41:02 CET 2003 i686 unknown unknown GNU/Linux Gnu C 3.2.3 Gnu make 3.80 util-linux 2.11x ld 2.13.2 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-May-01 13:20 UTC
[Bug 552] broken reference from scp.c
http://bugzilla.mindrot.org/show_bug.cgi?id=552 dh at onclick.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|broken reference from scp.c |broken reference from scp.c ------- Additional Comments From dh at onclick.org 2003-05-01 23:20 ------- Bug still exists in p2 Here is the complete error msg again: /bin/ld -o scp scp.o progressmeter.o -L. -Lopenbsd-compat/ -lssh -lopenbsd-compat -lutil -lz -lnsl -lcrypto -lcrypt /bin/ld: warning: cannot find entry symbol _start; defaulting to 080492f0 scp.o: In function `bwlimit': /workspace/software/libraries/openssh-3.6.1p2/scp.c:691: undefined reference to `__fixunsdfdi' ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-May-01 16:07 UTC
[Bug 552] broken reference from scp.c
http://bugzilla.mindrot.org/show_bug.cgi?id=552 ------- Additional Comments From mouring at eviladmin.org 2003-05-02 02:07 ------- Can't reproduce here at my place. [mouring at newton /tmp/ben/openssh]$uname -a Linux newton 2.4.9-13enterprise #1 SMP Tue Oct 30 19:34:18 EST 2001 i686 unknown [mouring at newton /tmp/ben/openssh]$cat /etc/redhat-release Red Hat Linux release 7.2 (Enigma)
bugzilla-daemon at mindrot.org
2003-May-01 19:26 UTC
[Bug 552] broken reference from scp.c
http://bugzilla.mindrot.org/show_bug.cgi?id=552 ------- Additional Comments From dh at onclick.org 2003-05-02 05:26 ------->From the looks of it I can only assume your headers redefine 'limitbw' variable >to something else in a rather nasty and incorrect way.Aehm, what do you mean with 'your' headers? Do you mean system headers or headers in the openssh source tree? I don't know about 'limitbw' and don't know where to search for. What should I try out? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-May-04 01:03 UTC
[Bug 552] broken reference from scp.c
http://bugzilla.mindrot.org/show_bug.cgi?id=552 ------- Additional Comments From dtucker at zip.com.au 2003-05-04 11:03 ------- A bit of googling shows that __fixunsdfdi is a GCC support routine that should be in libgcc. Possibly your link path is not picking up libgcc at all, or (as you seem to have a very new gcc) it's picking up an old libgcc, or there's some other gcc installation problem. From: http://archive.develooper.com/perl-xs at perl.org/msg00900.html [quote] If I remember my GCC internals correctly that would be the support routine for the conversion: double foo; unsigned long long thing = foo; So there is something wrong with your gcc install - perhaps a shared library has been found which does not match the gcc? [end quote] ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-May-06 00:25 UTC
[Bug 552] broken reference from scp.c
http://bugzilla.mindrot.org/show_bug.cgi?id=552 ------- Additional Comments From jason at devrandom.org 2003-05-06 10:25 ------- Can't reproduce this either: jason at sith openssh $ uname -a Linux sith 2.4.20-gentoo-r2 #1 SMP Sun Mar 30 21:15:16 EST 2003 i686 AMD Athlon(tm) Processor AuthenticAMD GNU/Linux What distro are you using? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-May-06 18:25 UTC
[Bug 552] broken reference from scp.c
http://bugzilla.mindrot.org/show_bug.cgi?id=552 ------- Additional Comments From dh at onclick.org 2003-05-07 04:25 ------- NONE What rpm is needed :) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-May-06 20:39 UTC
[Bug 552] broken reference from scp.c
http://bugzilla.mindrot.org/show_bug.cgi?id=552 ------- Additional Comments From jason at devrandom.org 2003-05-07 06:39 ------- No RPM is needed. It's part of gcc. See Comment #4 from Darren. It sounds like you have something messed up with your includes or shared libraries. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-May-15 09:03 UTC
[Bug 552] broken reference from scp.c
http://bugzilla.mindrot.org/show_bug.cgi?id=552 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From djm at mindrot.org 2003-05-15 19:03 ------- This is a compiler issue, not an SSH bug. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.