Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-04-09 Thread Vanessasaurus
Did you see my question in the last comment above?  -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-25 Thread Vanessasaurus
hey @DemiMarie and @pmatilai ! I wanted to give you an update that we found debugedit here :point_right: https://code.wildebeest.org/git/user/mjw/debugedit/ and although it's likely a WIP, it already compiles beautifully and we've been able to use it as a separate package. I'm good to close

Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-17 Thread Vanessasaurus
Okay so I went back and used this older version, and installed binutils to get the first set of missing symbols, and now I have this: ``` >> 1071 /home/vanessa/Desktop/Code/spack-dev/opt/spack/linux-ubuntu20.04-skylake/gcc-9.3.0/binutils-2.36.1-rwurk7323mkmtj2gcqzb2frviciev3eu/bin/

Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-17 Thread Vanessasaurus
They were removed here https://github.com/rpm-software-management/rpm/commit/376fef14a61a9748ce004888fe19445719a5d2d5#diff-c9a9cfdfa5b80aab803ef1466d35d0b6ef4d7435b2663cd789e50493ace95857. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-17 Thread Vanessasaurus
These functions have been deprecated but the debugedit library is not updated? https://github.com/rpm-software-management/rpm/blob/635edd95230e17e8ada5793719d7e385e729df30/rpmio/rpmlua.h -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-17 Thread Vanessasaurus
okay I think I'm beyond that error - now I have: ``` ==> Error: ProcessError: Command exited with status 2: 'make' '-j8' 16 errors found in build log: 1024mv -f .deps/libcliutils_la-cliutils.Tpo .deps/libcliutils_la-cliutils.Plo 1025depbase=`echo tools/hashtab.o | sed

Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-17 Thread Vanessasaurus
Ok, I found a patch to generate lua.pc, added to PKG_CONFIG_PATH, and it starts the build, but then errors out: ``` ==> Error: ProcessError: Command exited with status 2: 'make' '-j8' 23 errors found in build log: 1023mv -f $depbase.Tpo $depbase.Po 1024libtool: link:

Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-17 Thread Vanessasaurus
Is there a patch we can use [maybe here](http://lua-users.org/wiki/LuaPowerPatches) to patch our lua install to have this file? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-17 Thread Vanessasaurus
Could it be an issue with not finding lua.pc? I was looking at this post, and that seems to be important: https://stackoverflow.com/questions/47458678/why-lua-5-3-can-not-find-the-path-of-include-missing-lua-include-dir I've been trying all morning to get this to work with various variables

Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-16 Thread Vanessasaurus
here is what I ran into (that led me to disable it before) - when I add lua, it actually fails in the autogen.sh step, because it tells me it's not found / too old: ```bash ==> No patches needed for rpm ==> rpm: Executing phase: 'autoreconf' ==> Error: ProcessError: Command exited with status

Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-16 Thread Vanessasaurus
@DemiMarie thank you! What version of lua? I had 5.2.0 and it told me it wasn't recent enough. Should I try a more recent one (which one?) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-16 Thread Vanessasaurus
Okay it's now attempting to compile - here is the error I'm getting: ``` 7 errors found in build log: 1368mv -f $depbase.Tpo $depbase.Po 1369config.status: creating ./rpmpopt-4.16.1.2 1370depbase=`echo tools/rpmdeps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 1371

Re: [Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-16 Thread Vanessasaurus
Oh I think this might answer my question - we need libdwarf and libelf? https://bugs.launchpad.net/ubuntu/+source/rpm/+bug/341891. Testing now! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] How to compile debugedit? (#1581)

2021-03-16 Thread Vanessasaurus
Hi! I have a bit of a noob question - I just built rpm from source following instructions in INSTALL, but I don't see [debugedit](https://github.com/rpm-software-management/rpm/blob/master/tools/debugedit.c) in the bin. Are there instructions anywhere about flags/other I need to provide to