Re: genisoimage source

2022-12-12 Thread Bill C
Init rd sorry. On Mon, Dec 12, 2022, 4:26 PM Bill C wrote: > I honestly was never into dnf. I always liked yum and didn't see a > problem. I of course don't like systemd either and find it unnecessarily > complicated and space consuming. United would be better imo but who am I. > > On Mon, Dec

Re: genisoimage source

2022-12-12 Thread Bill C
I honestly was never into dnf. I always liked yum and didn't see a problem. I of course don't like systemd either and find it unnecessarily complicated and space consuming. United would be better imo but who am I. On Mon, Dec 12, 2022, 4:18 PM Tom Horsley wrote: > On Mon, 12 Dec 2022 16:09:06 -

Re: genisoimage source

2022-12-12 Thread Tom Horsley
On Mon, 12 Dec 2022 16:09:06 -0500 Bill C wrote: > But is there a src.rpm installed and not showing? Another weird thing about source rpms is they don't go in the rpm database. It would be less confusing if they didn't call them "rpm"s. ___ users mailin

Re: genisoimage source

2022-12-12 Thread Bill C
I had that source file for cdrkit. I ran rpm -ihv and was a bunch of errors and there is indeed a /rpm build directory in the root account. I. Ran rpm -qa |grep cdrkit and nothing shows. I will check this later tonight in front of my machine. But is there a src.rpm installed and not showing? On Su

Re: genisoimage source

2022-12-11 Thread Samuel Sieb
On 12/11/22 17:49, Bill C wrote: Well, more than anything look at it. I notice a lot of attempt to avoid C++ name mangling. That's about it. Maybe get ideas about code. Not really do anything 😁 rpm -i cdrkit*.rpm cd ~/rpmbuild rpmbuild -bp SPECS/cdr* Then the source should be unpacked and pat

Re: genisoimage source

2022-12-11 Thread Bill C
Well, more than anything look at it. I notice a lot of attempt to avoid C++ name mangling. That's about it. Maybe get ideas about code. Not really do anything 😁 On Sun, Dec 11, 2022, 8:27 PM Samuel Sieb wrote: > On 12/11/22 16:37, Bill C wrote: > > Ok. Might anyone have any suggestions? Maybe do

Re: genisoimage source

2022-12-11 Thread Samuel Sieb
On 12/11/22 16:37, Bill C wrote: Ok. Might anyone have any suggestions? Maybe docs.fedoraptject.org . That's all I can think of right off the bat. My email client seems to be giving me some trouble tonight. What are you wanting to do with the source? Look at it?

Re: genisoimage source

2022-12-11 Thread Bill C
Thanks perfect. On Sun, Dec 11, 2022, 7:38 PM Todd Zullinger wrote: > Bill Cunningham wrote: > > On 12/11/2022 6:51 PM, Tom Horsley wrote: > >> For source rpms you need to setup a ~/.rpmmacros file to tell it > >> where to put the unpacked source, then a command like > > The default is ~/rpmbuil

Re: genisoimage source

2022-12-11 Thread Todd Zullinger
Bill Cunningham wrote: > On 12/11/2022 6:51 PM, Tom Horsley wrote: >> For source rpms you need to setup a ~/.rpmmacros file to tell it >> where to put the unpacked source, then a command like The default is ~/rpmbuild. There's no need to create ~/.rpmmacros unless you need to change the defaults.

Re: genisoimage source

2022-12-11 Thread Bill C
Ok. Might anyone have any suggestions? Maybe docs.fedoraptject.org. That's all I can think of right off the bat. My email client seems to be giving me some trouble tonight. On Sun, Dec 11, 2022, 6:53 PM Tom Horsley wrote: > On Sun, 11 Dec 2022 18:29:26 -0500 > Bill Cunningham wrote: > > > cdrkit

Re: genisoimage source

2022-12-11 Thread Bill Cunningham
On 12/11/2022 6:51 PM, Tom Horsley wrote: On Sun, 11 Dec 2022 18:29:26 -0500 Bill Cunningham wrote: cdrkit-1.11-50.fc37.src.rpm. which is what everyone else has. How can I get this installed from a local directory, even though it's a source rpm. Others have had this question, but IDK how they

Re: genisoimage source

2022-12-11 Thread Tom Horsley
On Sun, 11 Dec 2022 18:29:26 -0500 Bill Cunningham wrote: > cdrkit-1.11-50.fc37.src.rpm. which is what everyone else has. How can I > get this installed from a local directory, even though it's a source > rpm. Others have had this question, but IDK how they resolved it. For source rpms you need

Re: genisoimage source

2022-12-11 Thread Bill Cunningham
On 12/11/2022 5:03 PM, Barry Scott wrote: [...] And this is the download working: $ dnf download --source cdrkit enabling fedora-source repository enabling fedora-modular-source repository enabling updates-source repository enabling updates-modular-source repository Fedora 37 - Source

Re: genisoimage source

2022-12-11 Thread Bill Cunningham
On 12/11/2022 5:03 PM, Barry Scott wrote: On 11 Dec 2022, at 21:55, Bill Cunningham wrote: On 12/11/2022 4:07 PM, Tom Horsley wrote: rpm -q -i genisoimage Will print the name of the source rpm (if you look close :-). Sometime the source rpm name is radically different than the binary of o

Re: genisoimage source

2022-12-11 Thread Bill Cunningham
On 12/11/2022 5:03 PM, Barry Scott wrote: On 11 Dec 2022, at 21:55, Bill Cunningham wrote: On 12/11/2022 4:07 PM, Tom Horsley wrote: rpm -q -i genisoimage Will print the name of the source rpm (if you look close :-). Sometime the source rpm name is radically different than the binary of o

Re: genisoimage source

2022-12-11 Thread Bill Cunningham
On 12/11/2022 5:03 PM, Barry Scott wrote: On 11 Dec 2022, at 21:55, Bill Cunningham wrote: On 12/11/2022 4:07 PM, Tom Horsley wrote: rpm -q -i genisoimage Will print the name of the source rpm (if you look close :-). Sometime the source rpm name is radically different than the binary of o

Re: genisoimage source

2022-12-11 Thread Barry Scott
> On 11 Dec 2022, at 21:55, Bill Cunningham wrote: > > > On 12/11/2022 4:07 PM, Tom Horsley wrote: >> rpm -q -i genisoimage >> >> Will print the name of the source rpm (if you look close :-). >> Sometime the source rpm name is radically different than the >> binary of one bit of it. >> >> Th

Re: genisoimage source

2022-12-11 Thread Bill Cunningham
On 12/11/2022 4:07 PM, Tom Horsley wrote: rpm -q -i genisoimage Will print the name of the source rpm (if you look close :-). Sometime the source rpm name is radically different than the binary of one bit of it. Then you should be able to dnf download --source source-rpm-name neither '--sou

Re: genisoimage source

2022-12-11 Thread Tom Horsley
rpm -q -i genisoimage Will print the name of the source rpm (if you look close :-). Sometime the source rpm name is radically different than the binary of one bit of it. Then you should be able to dnf download --source source-rpm-name ___ users mailin

genisoimage source

2022-12-11 Thread Bill Cunningham
Is there a rep for non developers of the source fro the fedora version of genioimage. I checked and genisoimage is an rpm of its' own. But where is its' source? I don't mean the official maintainers of the genisoimage project, but the fedora 37 version of genisoimage. I checked src.fedoraprojec