Re: Unable to build Fedora own package (samba): Empty %files file debugsourcefiles.list

2024-08-04 Thread Barry
etuptree# create rpmbuild directory tree + ~/.rpmmacros > $ dnf download --source samba > $ rpm -Uv samba-4.20.2-1.fc40.src.rpm > $ cd rpmbuild/SPEC > $ rpmbuild -ba samba.spec As already stated use mock for a reliable builds. I suspect your rpmbuild failure maybe because you a

Re: Unable to build Fedora own package (samba): Empty %files file debugsourcefiles.list

2024-08-04 Thread Franta Hanzlík via users
gt; > > > $ rpmbuild -ba samba.spec > > ... (some ~18 MB and ~24000 lines output) > [...] > > Processing files: samba-debugsource-4.20.2-1.fc40.x86_64 > > error: Empty %files file > > /home/hanzlik/rpmbuild/BUILD/samba-4.20.2/debugsourcefiles.list > > > >

Re: Unable to build Fedora own package (samba): Empty %files file debugsourcefiles.list

2024-08-04 Thread Todd Zullinger
gt; Processing files: samba-debugsource-4.20.2-1.fc40.x86_64 > error: Empty %files file > /home/hanzlik/rpmbuild/BUILD/samba-4.20.2/debugsourcefiles.list > > RPM build errors: > Empty %files file > /home/hanzlik/rpmbuild/BUILD/samba-4.20.2/debugsourcefiles.list > > I'm stu

Unable to build Fedora own package (samba): Empty %files file debugsourcefiles.list

2024-08-04 Thread Franta Hanzlík via users
libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_ABI_DT_RELR)(64bit) libcli-smb-common-privat)) Processing files: ctdb-4.20.2-1.fc40.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.f4WYQe + umask 022 + cd /home/hanzlik/rpmbuild/BUILD + cd sam

Re: brlaser fails to build

2024-06-28 Thread Michael Hennebry
On Fri, 28 Jun 2024, Jerry James wrote: On Fri, Jun 28, 2024 at 3:47?PM Michael Hennebry wrote: On Fri, 28 Jun 2024, Michael Hennebry wrote: I recently installed F40. My Brother HL-L2360DW printer is one of the few that fedora linus's does not handle by default. In the past, brlaser, https:/

Re: brlaser fails to build

2024-06-28 Thread Michael Hennebry
On Sat, 29 Jun 2024, Lukas Middendorf wrote: On 28/06/2024 23:32, Michael Hennebry wrote: I recently installed F40. My Brother HL-L2360DW printer is one of the few that fedora linus's does not handle by default. In the past, brlaser, https://github.com/pdewacht/brlaser , has helped me out of th

Re: brlaser fails to build

2024-06-28 Thread Lukas Middendorf
On 28/06/2024 23:32, Michael Hennebry wrote: I recently installed F40. My Brother HL-L2360DW printer is one of the few that fedora linus's does not handle by default. In the past, brlaser, https://github.com/pdewacht/brlaser , has helped me out of that difficulty. Does the package printer-drive

Re: brlaser fails to build

2024-06-28 Thread Geoffrey Leach
On Fri, 28 Jun 2024 16:32:43 -0500 (CDT) Michael Hennebry wrote: > I recently installed F40. > My Brother HL-L2360DW printer is one of the few > that fedora linus's does not handle by default. > In the past, brlaser, https://github.com/pdewacht/brlaser , > has helped me out of that difficulty. >

Re: brlaser fails to build

2024-06-28 Thread Jerry James
On Fri, Jun 28, 2024 at 3:47 PM Michael Hennebry wrote: > On Fri, 28 Jun 2024, Michael Hennebry wrote: > > > I recently installed F40. > > My Brother HL-L2360DW printer is one of the few > > that fedora linus's does not handle by default. > > In the past, brlaser, https://github.com/pdewacht/brlas

Re: brlaser fails to build

2024-06-28 Thread Michael Hennebry
On Fri, 28 Jun 2024, Michael Hennebry wrote: I recently installed F40. My Brother HL-L2360DW printer is one of the few that fedora linus's does not handle by default. In the past, brlaser, https://github.com/pdewacht/brlaser , has helped me out of that difficulty. This time, no go: Despite doing

brlaser fails to build

2024-06-28 Thread Michael Hennebry
I recently installed F40. My Brother HL-L2360DW printer is one of the few that fedora linus's does not handle by default. In the past, brlaser, https://github.com/pdewacht/brlaser , has helped me out of that difficulty. This time, no go: Despite doing a sudo dnf install 'cups*' , make tells gives

Re: BTRFS disk arrangement on new build. Cockpit says home var and root not mounted

2024-06-09 Thread Javier Perez
ok, I will take this back. I just logged into cockpit with Administrative access and it is not complaining at all about things not being mounted. Weird. On Sun, Jun 9, 2024 at 3:10 AM Javier Perez wrote: > Hi. > > I just finished a new build to replace my current build. After i

BTRFS disk arrangement on new build. Cockpit says home var and root not mounted

2024-06-09 Thread Javier Perez
Hi. I just finished a new build to replace my current build. After installing cockpit, and checking Storage, i noticed some warnings about the disks. It claims that /root, /home and /var are not mounted. I think they are. I just wonder if I am doing something wrong or weird here and I&#

Re: Where is the source code for a Koji build?

2024-02-22 Thread Todd Zullinger
Jeffrey Walton wrote: >> More generally, koji shows the build parameters used, which >> include: >> >> Src: >> git+https://src.fedoraproject.org/rpms/wcm.git#2a4fa39f933f274689c07632e50c7db042247f08 >> >> The commit id can be confirmed as the tip of

Re: Where is the source code for a Koji build?

2024-02-22 Thread Jeffrey Walton
On Thu, Feb 22, 2024 at 10:21 AM Todd Zullinger wrote: > > Jeffrey Walton wrote: > > I'm new to working with Fedora's Release Engineering. I ran across a > > package that Failed To Build From Source (FTBS) for Fedora 40 at > > <https://bugzilla.redhat.com/s

Re: Where is the source code for a Koji build?

2024-02-22 Thread Jeffrey Walton
On Thu, Feb 22, 2024 at 6:27 AM Patrick O'Callaghan wrote: > > On Thu, 2024-02-22 at 04:13 -0500, Jeffrey Walton wrote: > > Hi Everyone, > > > > I'm new to working with Fedora's Release Engineering. I ran across a > > package that Failed To Build F

Re: Where is the source code for a Koji build?

2024-02-22 Thread Todd Zullinger
Jeffrey Walton wrote: > I'm new to working with Fedora's Release Engineering. I ran across a > package that Failed To Build From Source (FTBS) for Fedora 40 at > <https://bugzilla.redhat.com/show_bug.cgi?id=2226505>. I have C and > C++ experience, and I believe I can h

Re: Where is the source code for a Koji build?

2024-02-22 Thread Patrick O'Callaghan
On Thu, 2024-02-22 at 04:13 -0500, Jeffrey Walton wrote: > Hi Everyone, > > I'm new to working with Fedora's Release Engineering. I ran across a > package that Failed To Build From Source (FTBS) for Fedora 40 at > <https://bugzilla.redhat.com/show_bug.cgi?i

Re: Where is the source code for a Koji build?

2024-02-22 Thread Michael Schwendt
On Thu, 22 Feb 2024 04:13:18 -0500, Jeffrey Walton wrote: > I'm new to working with Fedora's Release Engineering. I ran across a > package that Failed To Build From Source (FTBS) for Fedora 40 at > <https://bugzilla.redhat.com/show_bug.cgi?id=2226505>. I have C and > C

Where is the source code for a Koji build?

2024-02-22 Thread Jeffrey Walton
Hi Everyone, I'm new to working with Fedora's Release Engineering. I ran across a package that Failed To Build From Source (FTBS) for Fedora 40 at <https://bugzilla.redhat.com/show_bug.cgi?id=2226505>. I have C and C++ experience, and I believe I can help. I'm having trouble

Re: What is needed to mock build for rhel+epel on Fedora?

2023-03-14 Thread Barry
On 14 Mar 2023, at 20:28, murph nj wrote:On Mon, Mar 13, 2023 at 12:00 PM Barry Scott <ba...@barrys-emacs.org> wrote:What do I need to setup to allow mock to build for rhel+epel on Fedora? I'm getting this error: $ mock -r rhel+epel-8-x86_64 --print-root ERROR: /etc/pki/entitleme

Re: What is needed to mock build for rhel+epel on Fedora?

2023-03-14 Thread Todd Zullinger
Barry Scott wrote: >> On 13 Mar 2023, at 20:15, Richard Shaw wrote: >> Does it have to be RHEL? I've used Alma and Rocky with success. > > Good question. > > If I build for Alma or Rocky will it install on RHEL, > Centos, Oracle Linux etc? > > I picke

Re: What is needed to mock build for rhel+epel on Fedora?

2023-03-14 Thread murph nj
> On Mon, Mar 13, 2023 at 12:00 PM Barry Scott > wrote: > >> What do I need to setup to allow mock to build for rhel+epel on Fedora? >> >> I'm getting this error: >> >> $ mock -r rhel+epel-8-x86_64 --print-root >> ERROR: /etc/pki/entitlement is no

Re: What is needed to mock build for rhel+epel on Fedora?

2023-03-14 Thread Barry Scott
> On 13 Mar 2023, at 20:15, Richard Shaw wrote: > > On Mon, Mar 13, 2023 at 12:00 PM Barry Scott <mailto:ba...@barrys-emacs.org>> wrote: >> What do I need to setup to allow mock to build for rhel+epel on Fedora? >> >> I'm getting this error: >>

Re: What is needed to mock build for rhel+epel on Fedora?

2023-03-13 Thread Richard Shaw
On Mon, Mar 13, 2023 at 12:00 PM Barry Scott wrote: > What do I need to setup to allow mock to build for rhel+epel on Fedora? > > I'm getting this error: > > $ mock -r rhel+epel-8-x86_64 --print-root > ERROR: /etc/pki/entitlement is not a directory is subscription-manager

Re: What is needed to mock build for rhel+epel on Fedora?

2023-03-13 Thread Todd Zullinger
I wrote: > Barry Scott wrote: >> What do I need to setup to allow mock to build for rhel+epel on Fedora? >> >> I'm getting this error: >> >> $ mock -r rhel+epel-8-x86_64 --print-root >> ERROR: /etc/pki/entitlement is not a directory is subscription

Re: What is needed to mock build for rhel+epel on Fedora?

2023-03-13 Thread Todd Zullinger
Barry Scott wrote: > What do I need to setup to allow mock to build for rhel+epel on Fedora? > > I'm getting this error: > > $ mock -r rhel+epel-8-x86_64 --print-root > ERROR: /etc/pki/entitlement is not a directory is subscription-manager > installed? I haven't

What is needed to mock build for rhel+epel on Fedora?

2023-03-13 Thread Barry Scott
What do I need to setup to allow mock to build for rhel+epel on Fedora? I'm getting this error: $ mock -r rhel+epel-8-x86_64 --print-root ERROR: /etc/pki/entitlement is not a directory is subscription-manager installed? Barry ___ users mailing

Re: How do I build a custom kernel with modules signed.

2022-10-15 Thread Anthony Messina via users
On Saturday, October 15, 2022 12:07:40 AM CDT Sharpened Blade via users wrote: > I am building a kernel from the fedora `kernel.spec` file and SRPM. It works > as good as the official kernel, but nothing in it is signed. I know that I > can sign the kernel RPM package, but what about the kernel its

How do I build a custom kernel with modules signed.

2022-10-14 Thread Sharpened Blade via users
I am building a kernel from the fedora `kernel.spec` file and SRPM. It works as good as the official kernel, but nothing in it is signed. I know that I can sign the kernel RPM package, but what about the kernel itself (for secure boot). The Fedora kernel is signed on a separate system, but I can

Re: I am trying to build a custom kernel rpm and need help.

2022-09-01 Thread Sam Varshavchik
Sharpened Blade via users writes: I have a few custom (out-of-tree) drivers and patches, and I want to add them to a rpm package for the kernel, how can I do that. The drivers have to go in the staging folder, but they dont seem to get built by the spec file. Correct. The mere presence of s

Re: I am trying to build a custom kernel rpm and need help.

2022-09-01 Thread Sharpened Blade via users
Please ignore this, I though my previous post was accidentally deleted. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-

I am trying to build a custom kernel rpm and need help.

2022-09-01 Thread Sharpened Blade via users
I have a few custom (out-of-tree) drivers and patches, and I want to add them to a rpm package for the kernel, how can I do that. The drivers have to go in the staging folder, but they dont seem to get built by the spec file. ___ users mailing list -- u

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-17 Thread Patrick Dupre
> Subject: Re: cpan build perl-PDL-Graphics-PLplot > > On Sat, 16 Jul 2022 15:32:57 +0200 > Patrick Dupre wrote: > > > However, I cannot see any distribution offering > > perl-PDL-Graphics-PLplot. > > Nevertheless, this package is still active > > https

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-16 Thread Patrick Dupre
lation option? Or should I use the --force option like suggested? Is it a gcc compiler option or a linker option? What is cc1? Probably the spec file needs to be modified to avoid: error: Bad exit status from /var/tmp/rpm-tmp.C6g64i (%build) %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-16 Thread James Szinger
On Sat, 16 Jul 2022 15:32:57 +0200 Patrick Dupre wrote: > However, I cannot see any distribution offering > perl-PDL-Graphics-PLplot. > Nevertheless, this package is still active > https://metacpan.org/pod/PDL::Graphics::PLplot It has many failures on CPAN Testers:

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-16 Thread George N. White III
July 16, 2022 at 1:55 PM > *From:* "George N. White III" > *To:* "Community support for Fedora users" > *Subject:* Re: cpan build perl-PDL-Graphics-PLplot > On Sat, Jul 16, 2022 at 4:14 AM Patrick Dupre wrote: > >> >> > On 2022-07-15 14:35, Patrick D

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-16 Thread Patrick Dupre
Savary, BP 47870, 21078 DIJON Cedex FRANCE Tel: +33 (0)380395988 | | Room# D114A ===     Sent: Saturday, July 16, 2022 at 1:55 PM From: "George N. White III" To: "Community support for Fedora users" Subject:

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-16 Thread George N. White III
On Sat, Jul 16, 2022 at 4:14 AM Patrick Dupre wrote: > > > On 2022-07-15 14:35, Patrick Dupre wrote: > > > I am trying to obtain perl-PDL-Graphics-PLplot > > > > This package was retired a long time ago in Fedora because it failed to > > build. > > h

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-16 Thread Patrick Dupre
> On 2022-07-15 14:35, Patrick Dupre wrote: > > I am trying to obtain perl-PDL-Graphics-PLplot > > This package was retired a long time ago in Fedora because it failed to > build. > https://src.fedoraproject.org/rpms/perl-PDL-Graphics-PLplot Maybe, but I need to make i

Re: cpan build perl-PDL-Graphics-PLplot

2022-07-15 Thread Samuel Sieb
On 2022-07-15 14:35, Patrick Dupre wrote: I am trying to obtain perl-PDL-Graphics-PLplot This package was retired a long time ago in Fedora because it failed to build. https://src.fedoraproject.org/rpms/perl-PDL-Graphics-PLplot callback.c: In function 'labelfunc_callback': callba

cpan build perl-PDL-Graphics-PLplot

2022-07-15 Thread Patrick Dupre
:version`"; echo $version)) %description The interface consists of two levels. A low level interface which maps closely to the PLplot C interface, and a high level, object-oriented interface which is easier to use. %prep %setup -q -n PDL-Graphics-PLplot-%{version} %build %{__perl} Makefile.P

Re: Build an arm static executable on Fedora

2022-03-15 Thread home user
On 3/15/22 3:48 PM, Cătălin George Feștilă wrote: I try to create a hello word arm static executable, with the default example but I got these errors. I search on the web and fedora packages to find a way to solve this issue. I used a basic example source code: cat hello.cpp #include using nam

Re: Build an arm static executable on Fedora

2022-03-15 Thread Patrick O'Callaghan
On Tue, 2022-03-15 at 21:47 +, Cătălin George Feștilă wrote: > I try to create a hello word arm static executable, with the default > example but I got > these errors. > I search on the web and fedora packages to find a way to solve this > issue. > I used a basic example source code: > > cat h

Re: Build an arm static executable on Fedora

2022-03-15 Thread Barry
> On 15 Mar 2022, at 21:49, Cătălin George Feștilă > wrote: > > I try to create a hello word arm static executable, with the default example > but I got > these errors. Please show the commands you use to build the exe, also the errors are missing. Are you building on a

Build an arm static executable on Fedora

2022-03-15 Thread Cătălin George Feștilă
I try to create a hello word arm static executable, with the default example but I got these errors. I search on the web and fedora packages to find a way to solve this issue. I used a basic example source code: cat hello.cpp #include using namespace std; int main(void) { std::cout << "Hello wor

Build an arm static executable on Fedora

2022-03-15 Thread Cătălin George Feștilă
I try to create a hello word arm static executable, with the default example but I got these errors. I search on the web and fedora packages to find a way to solve this issue. I used a basic example source code: cat hello.cpp #include using namespace std; int main(void) { std::cout << "Hello wor

Re: If venv is a reality can I build a program python wit it for more security ?

2022-02-26 Thread Dorian ROSSE
Sorry I were speak to Samuel instead gordon, Regards. Dorian Rosse. From: Dorian ROSSE Sent: Saturday, February 26, 2022 9:41:45 AM To: Community support for Fedora users Subject: Re: If venv is a reality can I build a program python wit it for more security

Re: If venv is a reality can I build a program python wit it for more security ?

2022-02-26 Thread Dorian ROSSE
I went to remember Gordon : The fedora machine is a 6 core it isn't big it is little, Regards. Dorian Rosse. From: Samuel Sieb Sent: Friday, February 25, 2022 10:54:57 PM To: users@lists.fedoraproject.org Subject: Re: If venv is a reality can I bu

Re: If venv is a reality can I build a program python wit it for more security ?

2022-02-26 Thread Dorian ROSSE
Rosse. From: Samuel Sieb Sent: Friday, February 25, 2022 10:54:57 PM To: users@lists.fedoraproject.org Subject: Re: If venv is a reality can I build a program python wit it for more security ? On 2/25/22 00:55, Dorian ROSSE wrote: > I hope in some month buy a VMware license I have an Intel i9

Re: If venv is a reality can I build a program python wit it for more security ?

2022-02-25 Thread Samuel Sieb
On 2/25/22 00:55, Dorian ROSSE wrote: I hope in some month buy a VMware license I have an Intel i9 10 core and 20 thread, Why vmware? Fedora comes with a virtualization system already. If you want really simple, you can try using Gnome Boxes. ___

Re: If venv is a reality can I build a program python wit it for more security ?

2022-02-25 Thread Dorian ROSSE
@lists.fedoraproject.org Subject: Re: If venv is a reality can I build a program python wit it for more security ? On 2/24/22 02:33, Dorian ROSSE wrote: > If venv is a reality can I build a program python wit it for more > security ? No, venv won't give you any additional security if a python module ha

Re: If venv is a reality can I build a program python wit it for more security ?

2022-02-24 Thread Gordon Messmer
On 2/24/22 02:33, Dorian ROSSE wrote: If venv is a reality can I build a program python wit it for more security ? No, venv won't give you any additional security if a python module has malicious code. If you don't fully trust a python module but you want to run it anyway,

If venv is a reality can I build a program python wit it for more security ?

2022-02-24 Thread Dorian ROSSE
Hello, If venv is a reality can I build a program python wit it for more security ? Thanks you in advance for your answer, Regards. Dorian Rosse. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le

Re: does i am able to build a python program for rpm using '''python setup.py bdist_rpm''' with dependency python in virtual using '''python3 -m pip install --user env venv '''

2022-02-24 Thread Dorian ROSSE
Thus because I use venv I can't build a rpm finally I won't build a rpm because I don't understand if in a module python it has a threat, Regards. Dorian Rosse. From: Gordon Messmer Sent: Thursday, February 24, 2022 5:20:36 AM To: users@lists.fe

Re: does i am able to build a python program for rpm using '''python setup.py bdist_rpm''' with dependency python in virtual using '''python3 -m pip install --user env venv '''

2022-02-23 Thread Gordon Messmer
On 2/22/22 03:01, Dorian ROSSE wrote: Can I create with this line of command : '''python3 -m pip install env venv ''' then the other line of command, The package generated by bdist_rpm should be the same regardless of whether or not you install the package in a venv. Consider using the "py

Re: does i am able to build a python program for rpm using '''python setup.py bdist_rpm''' with dependency python in virtual using '''python3 -m pip install --user env venv '''

2022-02-22 Thread Dorian ROSSE
ebruary 20, 2022 8:29:46 PM To: users@lists.fedoraproject.org Subject: Re: does i am able to build a python program for rpm using '''python setup.py bdist_rpm''' with dependency python in virtual using '''python3 -m pip install --user env venv '

Re: does i am able to build a python program for rpm using '''python setup.py bdist_rpm''' with dependency python in virtual using '''python3 -m pip install --user env venv '''

2022-02-20 Thread Dorian ROSSE
Thus Gordon I am not able since your learning, Thanks you for your answer, Regards. Dorian Rosse. From: Gordon Messmer Sent: Sunday, February 20, 2022 8:29:46 PM To: users@lists.fedoraproject.org Subject: Re: does i am able to build a python program for rpm

Re: does i am able to build a python program for rpm using '''python setup.py bdist_rpm''' with dependency python in virtual using '''python3 -m pip install --user env venv '''

2022-02-20 Thread Gordon Messmer
On 2/20/22 01:39, Dorian ROSSE wrote: does i am able to build a python program for rpm using '''python setup.py bdist_rpm''' with dependency python in virtual using '''python3 -m pip install --user env venv ''', I think those two

does i am able to build a python program for rpm using '''python setup.py bdist_rpm''' with dependency python in virtual using '''python3 -m pip install --user env venv '''

2022-02-20 Thread Dorian ROSSE
hello everybody, my question is interesting about create to program healthy i think i can't build with dependency in mode virtual but this is a question curious : does i am able to build a python program for rpm using '''python setup.py bdist_rpm''' with

Re: How to build rpm Krita from krita.spec ?

2021-02-09 Thread Matthew Miller
On Mon, Feb 08, 2021 at 07:37:28PM -, Cătălin George Feștilă wrote: > Thanks to everyone for all the information. It is quite difficult to > create packages from the source code for Fedora, I tried with this > software. It seems that the Fedora team is keeping its distance in > teaching users t

Re: How to build rpm Krita from krita.spec ?

2021-02-08 Thread Patrick O'Callaghan
On Mon, 2021-02-08 at 19:37 +, Cătălin George Feștilă wrote: > Thanks to everyone for all the information. It is quite difficult to create > packages from the source code for Fedora, I tried with this software. It > seems that the Fedora team is keeping its distance in teaching users to > cr

Re: How to build rpm Krita from krita.spec ?

2021-02-08 Thread Cătălin George Feștilă
Thanks to everyone for all the information. It is quite difficult to create packages from the source code for Fedora, I tried with this software. It seems that the Fedora team is keeping its distance in teaching users to create new packages. ___ users

Re: How to build rpm Krita from krita.spec ?

2021-01-31 Thread Todd Zullinger
I wrote: > I'll try it again with fedpkg local now that I know the > package builds cleanly for Fedora 33. But I think that's > likely to work. That built fine for me as well. Here are the steps I took on a freshly installed and fully updated Fedora 33 VM: fedpkg clone -a krita cd krita

Re: How to build rpm Krita from krita.spec ?

2021-01-31 Thread Todd Zullinger
Cătălin George Feștilă wrote: > not working ... > the command fedpkg --release f33 local don't find files... > > RPM build errors: > Macro expanded in comment on line 12: %{version} > > File not found: > /home/mythcat/rpmbuild/BUILDROOT/krita-4.4.2-3.fc

Re: How to build rpm Krita from krita.spec ?

2021-01-31 Thread Cătălin George Feștilă
not working ... the command fedpkg --release f33 local don't find files... RPM build errors: Macro expanded in comment on line 12: %{version} File not found: /home/mythcat/rpmbuild/BUILDROOT/krita-4.4.2-3.fc33.x86_64/usr/bin/kritarunner Directory not found: /home/mythcat/rpm

Re: How to build rpm Krita from krita.spec ?

2021-01-24 Thread Samuel Sieb
On 1/24/21 12:39 PM, Cătălin George Feștilă wrote: Is my first time when I try to build rpm. I start with Krita source code to test this feature. I don't know all tools involved into build rpm actions and all outputs errors ... Maybe my file krita.spec is wrong. Why the Fedora team don&#

Re: How to build rpm Krita from krita.spec ?

2021-01-24 Thread George N. White III
On Sun, 24 Jan 2021 at 16:39, Cătălin George Feștilă < myth...@fedoraproject.org> wrote: > Is my first time when I try to build rpm. > I start with Krita source code to test this feature. > I don't know all tools involved into build rpm actions and all outputs > errors

Re: How to build rpm Krita from krita.spec ?

2021-01-24 Thread Todd Zullinger
Hi, Cătălin George Feștilă wrote: > I don't know all tools involved into build rpm actions and > all outputs errors ... I've been doing it for a long time and I still learn new ways for packages to break as well as tools to make life easier. :) > Maybe my file krita.spec is w

Re: How to build rpm Krita from krita.spec ?

2021-01-24 Thread Cătălin George Feștilă
Is my first time when I try to build rpm. I start with Krita source code to test this feature. I don't know all tools involved into build rpm actions and all outputs errors ... Maybe my file krita.spec is wrong. Why the Fedora team don't have good tutorials and examples about how to

Re: How to build rpm Krita from krita.spec ?

2021-01-24 Thread Qiyu Yan
Cătălin George Feștilă 于2021年1月24日周日 上午2:44写道: > [mythcat@desk SPECS]$ sudo rpmbuild --undefine=_disable_source_fetch -ba > krita.spec > Don't do that, you do not need root permission to build a rpm package. > [sudo] password for mythcat: > warning: Downloading > h

Re: How to build rpm Krita from krita.spec ?

2021-01-23 Thread Samuel Sieb
On 1/23/21 10:44 AM, Cătălin George Feștilă wrote: [mythcat@desk SPECS]$ rpmbuild --undefine=_disable_source_fetch -ba krita.spec setting SOURCE_DATE_EPOCH=161136 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Z7ah5Y + umask 022 + cd /home/mythcat/rpmbuild/BUILD + cd /home/mythcat/rpmbuild

Re: How to build rpm Krita from krita.spec ?

2021-01-23 Thread Samuel Sieb
On 1/23/21 6:21 AM, Cătălin George Feștilă wrote: I used this tutorial to build the Krita from sources: https://docs.krita.org/en/untranslatable_pages/building_krita.html#preparing-your-development-environment. This is the result of the rpmlint tool: rpmlint krita.spec ../SRPMS/krita* ../RPMS

Re: How to build rpm Krita from krita.spec ?

2021-01-23 Thread Cătălin George Feștilă
build/BUILD + cd /home/mythcat/rpmbuild/BUILD + rm -rf krita-4.2.2 + /usr/bin/gzip -dc /home/mythcat/rpmbuild/SOURCES/krita-4.4.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd krita-4.2.2 /var/tmp/rpm-tmp.Z7ah5Y: line 39: cd: krita-4.2.2: No such file or directory er

Re: How to build rpm Krita from krita.spec ?

2021-01-23 Thread Qiyu Yan
Basically, you could build this spec file via rpmbuild --undefine=_disable_source_fetch -ba /path/to/specfile Cătălin George Feștilă 于 2021年1月23日周六 下午10:21写道: > I used this tutorial to build the Krita from sources: > https://docs.krita.org/en/untranslatable_pages/building_krita.html#pre

How to build rpm Krita from krita.spec ?

2021-01-23 Thread Cătălin George Feștilă
I used this tutorial to build the Krita from sources: https://docs.krita.org/en/untranslatable_pages/building_krita.html#preparing-your-development-environment. This is the result of the rpmlint tool: rpmlint krita.spec ../SRPMS/krita* ../RPMS/*/krita* (none): E: no installed packages by name

Re: Python2 package build

2020-08-14 Thread Jon Ingason
Den 2020-08-13 kl. 20:09, skrev Felix Schwarz: > > Am 13.08.20 um 19:19 schrieb Jon Ingason: >> Python 2 did reach end of life (EOL) on January 1st, 2020. And if you do >> "dnf info python2" in F32 you will get something like: >> >> Error: No matching package > > While your comment about Python

Re: Python2 package build

2020-08-13 Thread Paolo Galtieri
After doing a little more investigation here's the issue.  When rpmbuild runs the compile phase it does the following: ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/us

Re: Python2 package build

2020-08-13 Thread Paolo Galtieri
s use rpmbuild to build the binary packages from the source RPMs. Paolo On 8/13/20 11:18 AM, Felix Schwarz wrote: Am 13.08.20 um 18:51 schrieb Paolo Galtieri: Back in May I built several python2 packages that I needed to make sbackup work on F32.  sbackup is the python2 application I use to do

Re: Python2 package build

2020-08-13 Thread Felix Schwarz
rc.rpm >   pyorbit-2.24.0-28.fc30.src.rpm > > Back in May the packages built fine.  I recently upgraded one system from F30 > to F31, so I tried to rebuild the packages on F31.  The build fails.  Here is > one of the messages: Not sure what you are actually doing but this works for me

Re: Python2 package build

2020-08-13 Thread Felix Schwarz
Am 13.08.20 um 19:19 schrieb Jon Ingason: > Python 2 did reach end of life (EOL) on January 1st, 2020. And if you do > "dnf info python2" in F32 you will get something like: > > Error: No matching package While your comment about Python 2 being EOL is correct the latter is not. both "dnf instal

Re: Python2 package build

2020-08-13 Thread Jon Ingason
thon2 application I use to do > daily backups. > > The source packages I rebuilt are > >   gnome-python2-2.28.1-23.fc29.src.rpm >   pyorbit-2.24.0-28.fc30.src.rpm > > Back in May the packages built fine.  I recently upgraded one system > from F30 to F31, so I tried

Python2 package build

2020-08-13 Thread Paolo Galtieri
built are   gnome-python2-2.28.1-23.fc29.src.rpm   pyorbit-2.24.0-28.fc30.src.rpm Back in May the packages built fine.  I recently upgraded one system from F30 to F31, so I tried to rebuild the packages on F31.  The build fails.  Here is one of the messages: gnomemodule.c:55:57: warning: pa

Re: build package

2020-06-02 Thread Michael Schwendt
es would conflict anyway because they include executables and other files. Therefore you cannot simply install the old Fedora packages of gsl-2.4 and gsl-2.6 in parallel. Depending on your usage scenario, you could compile GSL 2.4 yourself and install it into a private path, then build other stuff (

Re: build package

2020-06-02 Thread Patrick Dupre
DIJON Cedex FRANCE Tel: +33 (0)380395988 ===     Sent: Tuesday, June 02, 2020 at 8:04 PM From: "Patrick Dupre" To: users@lists.fedoraproject.org Cc: "Community support for Fedora users" Subject: Re:

Re: build package

2020-06-02 Thread Patrick Dupre
Cedex FRANCE Tel: +33 (0)380395988 ===     Sent: Tuesday, June 02, 2020 at 6:09 PM From: "George N. White III" To: "Community support for Fedora users" Subject: Re: build package On Tue, 2 Jun 2020 at

Re: build package

2020-06-02 Thread George N. White III
ing if gcc supports "-Wno-unused-function"...yes > Checking if gcc supports "-Wno-unused-variable"...yes > Checking if gcc supports "-Wno-gnu"...yes > Checking if gcc supports "-g"...yes > unsupported version: 2.6 at Build.PL line 77. > error: B

Re: build package

2020-06-02 Thread Michael Schwendt
; Checking if gcc supports "-Wno-unused-function"...yes > Checking if gcc supports "-Wno-unused-variable"...yes > Checking if gcc supports "-Wno-gnu"...yes > Checking if gcc supports "-g"...yes > unsupported version: 2.6 at Build.PL line 77.

build package

2020-06-02 Thread Patrick Dupre
ng if gcc supports "-Wno-gnu"...yes Checking if gcc supports "-g"...yes unsupported version: 2.6 at Build.PL line 77. error: Bad exit status from /var/tmp/rpm-tmp.I4k1Cb (%build) Checking on the Build.PL file; it seems to be due to my $ver2func = Ver2Func->new( $gsl_conf-&

Re: Is there a program to build gtk pop ups?

2020-05-12 Thread ToddAndMargo via users
On 2020-05-11 21:07, Samuel Sieb wrote: On 5/11/20 6:44 PM, ToddAndMargo via users wrote: I am trying to figure out how to create a fill in form with GTK.  City, State, zip, ec. with defaults.  You fill in the form and press okay or cancel. Is there such a program that will help me build this

Re: Is there a program to build gtk pop ups?

2020-05-11 Thread Samuel Sieb
On 5/11/20 6:44 PM, ToddAndMargo via users wrote: I am trying to figure out how to create a fill in form with GTK.  City, State, zip, ec. with defaults.  You fill in the form and press okay or cancel. Is there such a program that will help me build this and spurt out C code to use in my program

Re: Is there a program to build gtk pop ups?

2020-05-11 Thread ITwrx
On 5/11/20 8:44 PM, ToddAndMargo via users wrote: > Hi All, > > I am trying to figure out how to create a fill in form > with GTK.  City, State, zip, ec. with defaults.  You > fill in the form and press okay or cancel. > > Is there such a program that will help me build this &

Is there a program to build gtk pop ups?

2020-05-11 Thread ToddAndMargo via users
Hi All, I am trying to figure out how to create a fill in form with GTK. City, State, zip, ec. with defaults. You fill in the form and press okay or cancel. Is there such a program that will help me build this and spurt out C code to use in my program? Many thanks, -T

Re: gdk-pixbuf-2.40.0 Build Errors

2020-04-28 Thread Samuel Sieb
On 4/28/20 2:31 PM, Thomas Dineen wrote:    I am on a Fedora 30 X86 Host, and I want to cross compile to i686 for Windows. I am using the cross tools provided by the Fedora distribution /usr/i686-w64-mingw32. The i686-w64-mingw32 cross compiler dose work on Hello.c, independant of meson's opi

gdk-pixbuf-2.40.0 Build Errors

2020-04-28 Thread Thomas Dineen
GentlePeople:    I am trying to build gdk-pixbuf-2.40.0 out of the box. The directions require the use of meson and ninja, my first experience with both!    I am on a Fedora 30 X86 Host, and I want to cross compile to i686 for Windows. I am using the cross tools provided by the Fedora

Re: Anyone successful build a homebrewed kernel on F32

2020-03-31 Thread sixpack13
On 31.03.20 17:17, Tom H wrote: On Sat, Mar 28, 2020 at 10:31 PM sixpack13 wrote: if someone needs the fix/info too: https://lkml.org/lkml/2020/3/14/186 Thanks. nothing to thank, just community services ! anyhow: also with gcc-10.0.1-0.11 I seee a lot of warnings during compile and the

Re: Anyone successful build a homebrewed kernel on F32

2020-03-31 Thread Tom H
On Sat, Mar 28, 2020 at 10:31 PM sixpack13 wrote: > > if someone needs the fix/info too: > > https://lkml.org/lkml/2020/3/14/186 Thanks. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproj

Re: Anyone successful build a homebrewed kernel on F32

2020-03-28 Thread sixpack13
if someone needs the fix/info too: https://lkml.org/lkml/2020/3/14/186 ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-

Re: Anyone successful build a homebrewed kernel on F32

2020-03-27 Thread Patrick O'Callaghan
On Fri, 2020-03-27 at 13:44 +0100, sixpack13 wrote: > > Perhaps it's time you read: > > > > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > > > Sure, will do. > > I guess, you are additionally searching for someone helping *you* to > understand what's in there ? I think I've sa

Re: Anyone successful build a homebrewed kernel on F32

2020-03-27 Thread sixpack13
On 27.03.20 11:08, Patrick O'Callaghan wrote: On Fri, 2020-03-27 at 03:36 +0100, sixpack13 wrote: Ask on the Test list, which is where questions about F32 should go as it's an unreleased system. I thought that and *that* you would complain. If you "knew" I would complain, you also knew ther

  1   2   3   4   >