From: Carsten Langgaard <carstenl@mips.com>
To: Karel van Houten <K.H.C.vanHouten@kpn.com>
Cc: linux-mips@oss.sgi.com
Subject: Re: rpm crashing on RH 7.0 indy
Date: Thu, 22 Mar 2001 09:40:57 +0100 [thread overview]
Message-ID: <3AB9BA99.2599673C@mips.com> (raw)
In-Reply-To: 200103171051.LAA04852@pandora.research.kpn.com
Thanks Karel for the RH 7.0 tarball.
I have install it and it seems to work fine, except for the RPM stuff.
Have you or anyone else managed to get rpm to work ?
We really need it to get going.
/Carsten
Karel van Houten wrote:
> Hi all,
>
> I hope someone can help me with this problem...
>
> I've installed an Indy with Ralfs Redhat/test-7.0 packages.
> Most things work OK, but rpm itself crashes when installing
> a package. Here is a trace of what happens:
>
> (gdb) run
> Starting program: /usr/src/redhat/BUILD/rpm-4.0/rpm -ihv /cdrom/mips/XFree86-dev
> el-4.0.1-1lm.mips.rpm
>
> Program received signal SIGSEGV, Segmentation fault.
> _dl_lookup_versioned_symbol (undef_name=0x2affa6af "strcpy",
> undef_map=0x10075330, ref=0x7fff9818, symbol_scope=0x1007554c,
> version=0x100756b0, reloc_type=3, explicit=0) at do-lookup.h:52
> 52 do-lookup.h: No such file or directory.
> (gdb) bt
> #0 _dl_lookup_versioned_symbol (undef_name=0x2affa6af "strcpy",
> undef_map=0x10075330, ref=0x7fff9818, symbol_scope=0x1007554c,
> version=0x100756b0, reloc_type=3, explicit=0) at do-lookup.h:52
> #1 0x5c30e4 in _dl_relocate_object () at ../sysdeps/mips/dl-machine.h:684
> #2 0x5b6a40 in dl_open_worker (a=0x1007554c) at dl-open.c:316
> #3 0x5b4a18 in _dl_catch_error (objname=0x7fff9a38, errstring=0x7fff9a3c,
> operate=0x5b6470 <dl_open_worker>, args=0x7fff9a28) at dl-error.c:149
> #4 0x5b6ca0 in _dl_open (file=0x7fff9c10 "libnss_nisplus.so.2", mode=1,
> caller=0x0) at dl-open.c:380
> #5 0x58882c in do_dlopen (ptr=0x7fff9bf0) at dl-libc.c:78
> #6 0x5b4a18 in _dl_catch_error (objname=0x7fff9bc0, errstring=0x7fff9bc4,
> operate=0x5887ec <do_dlopen>, args=0x7fff9bf0) at dl-error.c:149
> #7 0x5887a4 in dlerror_run (operate=0x1007554c, args=0x0) at dl-libc.c:42
> #8 0x58893c in __libc_dlopen (__name=0x1007554c "\020\b\023\230\020\b\031 ")
> at dl-libc.c:104
> #9 0x57d1d0 in __nss_lookup_function (ni=0x10080b80,
> fct_name=0x5e3be0 "getpwnam_r") at nsswitch.c:333
> #10 0x57c560 in __nss_lookup (ni=0x7ffff2b0, fct_name=0x5e3be0 "getpwnam_r",
> fctp=0x7ffff2b4) at nsswitch.c:148
> #11 0x57e544 in __nss_passwd_lookup (ni=0x7ffff2b0,
> fct_name=0x5e3be0 "getpwnam_r", fctp=0x7ffff2b4) at XXX-lookup.c:68
> #12 0x56d7d0 in __getpwnam_r (name=0x5cc34c "root", resbuf=0x10018c08,
> buffer=0x10080520 "\020", buflen=1024, result=0x7ffff308)
> at ../nss/getXXbyYY_r.c:159
> #13 0x56c9bc in getpwnam (name=0x5cc34c "root") at ../nss/getXXbyYY.c:127
> #14 0x42753c in installBinaryPackage (rootdir=0x1004de50 "/", db=0x1004a688,
> fd=0x100a2bb8, h=0x10088890, flags=0, notify=0x438fa0 <showProgress>,
> notifyData=0x12, pkgKey=0x7ffff9f6, actions=0x1006edb8, sharedList=0x0,
> scriptFd=0x0) at install.c:941
> #15 0x449c20 in rpmRunTransactions (ts=0x1004dde8,
> notify=0x438fa0 <showProgress>, notifyData=0x12, okProbs=0x0,
> newProbs=0x7ffff6c4, transFlags=0, ignoreSet=0) at transaction.c:1701
> #16 0x439c4c in rpmInstall (rootdir=0x5c917c "/", fileArgv=0x1001faf8,
> transFlags=0, interfaceFlags=2, probFilter=0, relocations=0x0)
> at rpminstall.c:370
> #17 0x406a2c in main (argc=3, argv=0xffffffff) at rpm.c:1133
> #18 0x53599c in __libc_start_main (main=0x404090 <main>, argc=3,
> ubp_av=0x7ffff8d4, init=0x4000f8 <_init>, fini=0x5c6880 <_fini>,
> rtld_fini=0, stack_end=0x7ffff8b0) at ../sysdeps/generic/libc-start.c:111
>
> This is a static rpm binary, so I don't understand why it tries
> do dynaload anything at all...
>
> Thanks in advance,
> --
> Karel van Houten
--
_ _ ____ ___ Carsten Langgaard Mailto:carstenl@mips.com
|\ /|||___)(___ MIPS Denmark Direct: +45 4486 5527
| \/ ||| ____) Lautrupvang 4B Switch: +45 4486 5555
TECHNOLOGIES 2750 Ballerup Fax...: +45 4486 5556
Denmark http://www.mips.com
prev parent reply other threads:[~2001-03-22 8:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-03-17 10:51 rpm crashing on RH 7.0 indy Karel van Houten
2001-03-17 15:47 ` David Jez
2001-03-17 17:39 ` Keith M Wesolowski
2001-03-27 18:24 ` Maciej W. Rozycki
2001-03-28 7:06 ` Carsten Langgaard
2001-03-28 13:50 ` Maciej W. Rozycki
2001-04-01 17:21 ` Houten K.H.C. van (Karel)
2001-04-02 6:29 ` Geert Uytterhoeven
2001-04-02 13:46 ` Maciej W. Rozycki
2001-03-22 8:40 ` Carsten Langgaard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3AB9BA99.2599673C@mips.com \
--to=carstenl@mips.com \
--cc=K.H.C.vanHouten@kpn.com \
--cc=linux-mips@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox