From japolo at ncsu.edu Fri Jun 13 23:33:20 2025 From: japolo at ncsu.edu (John Polo) Date: Fri, 13 Jun 2025 19:33:20 -0400 Subject: [sbopkg-users] Install python-setuptools-opt on 15 fails Message-ID: Hi, I used sqg -a to build the queuefiles. Then I used sbopkg -i python3-setuptools-opt This happens: AttributeError: 'PathDistribution' object has no attribute '_normalized_name' ERROR Backend subprocess exited when trying to invoke get_requires_for_build_sdist I have no idea what's going on. Can someone explain to me what I need to do to install this package, please? John -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sat Jun 14 02:07:00 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 14 Jun 2025 09:07:00 +0700 Subject: [sbopkg-users] Install python-setuptools-opt on 15 fails In-Reply-To: References: Message-ID: <46b912d1-a996-458b-8667-414384d67273@slackbuilds.org> > I used sqg -a to build the queuefiles. > > Then I used > sbopkg -i python3-setuptools-opt > > This happens: > AttributeError: 'PathDistribution' object has no attribute > '_normalized_name' > > ERROR Backend subprocess exited when trying to invoke > get_requires_for_build_sdist > > I have no idea what's going on. Can someone explain to me what I need to do > to install this package, please? Just to be sure, when you run sbopkg -i, did you choose package or queue? -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From japolo at ncsu.edu Sat Jun 14 12:10:03 2025 From: japolo at ncsu.edu (John Polo) Date: Sat, 14 Jun 2025 08:10:03 -0400 Subject: [sbopkg-users] Install error help with runc Message-ID: Hi, I'm using a queuefile for runc. I'm on Slackware64 15. I ran 'sbopkg -i run' and get this error: " go build -trimpath "-buildmode=pie" -tags "seccomp" -ldflags "-X main.gitCommit=2c9f5602f0ba3d9da1c25963 22dfc4e156844890 -X main.version=1.1.14 " -o runc . checkpoint.go:12:2: //go:build comment without // +build comment libcontainer/utils/utils_unix.go:15:2: //go:build comment without // +build comment libcontainer/cgroups/utils.go:15:2: //go:build comment without // +build comment vendor/github.com/containerd/console/console_linux.go:26:2: //go:build comment without // +build comment make: *** [Makefile:61: runc] Error 1 " This is the summary log: SUMMARY LOG Using the SBo repository for Slackware 15.0 Queue Process: Download, build, and install google-go-lang: MD5SUM check for go1.24.2.src.tar.gz ... OK MD5SUM check for go1.23.8.src.tar.gz ... OK MD5SUM check for go1.21.13.src.tar.gz ... OK MD5SUM check for go1.19.13.src.tar.gz ... OK Building package google-go-lang-1.24.2-x86_64-1_SBo.tgz ... OK Installing package google-go-lang-1.24.2-x86_64-1_SBo.tgz ... OK go-md2man: MD5SUM check for go-md2man-1.0.8.tar.gz ... OK Building package go-md2man-1.0.8-x86_64-2_SBo.tgz ... OK Installing package go-md2man-1.0.8-x86_64-2_SBo.tgz ... OK runc: MD5SUM check for runc-1.1.14.tar.gz ... OK Error occurred with build. Please check the log. I don't know a thing about compiling, making, building. I don't know even know the difference between those terms. Can someone tell me how to fix this, please? John -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sat Jun 14 15:24:59 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sat, 14 Jun 2025 22:24:59 +0700 Subject: [sbopkg-users] Install error help with runc In-Reply-To: References: Message-ID: <263233c8-a571-4aee-8d5c-8d0dfb5916a2@slackbuilds.org> > Hi, > I'm using a queuefile for runc. I'm on Slackware64 15. I ran 'sbopkg -i > run' and get this error: > " > go build -trimpath "-buildmode=pie" -tags "seccomp" -ldflags "-X > main.gitCommit=2c9f5602f0ba3d9da1c25963 > 22dfc4e156844890 -X main.version=1.1.14 " -o runc . > checkpoint.go:12:2: //go:build comment without // +build comment > libcontainer/utils/utils_unix.go:15:2: //go:build comment without // +build > comment > libcontainer/cgroups/utils.go:15:2: //go:build comment without // +build > comment > vendor/github.com/containerd/console/console_linux.go:26:2: //go:build > comment without // +build comment > make: *** [Makefile:61: runc] Error 1 Can you show your runc queue? here's mine google-go-lang go-md2man runc -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From japolo at ncsu.edu Sun Jun 15 14:41:14 2025 From: japolo at ncsu.edu (John Polo) Date: Sun, 15 Jun 2025 10:41:14 -0400 Subject: [sbopkg-users] Install error help with runc In-Reply-To: <263233c8-a571-4aee-8d5c-8d0dfb5916a2@slackbuilds.org> References: <263233c8-a571-4aee-8d5c-8d0dfb5916a2@slackbuilds.org> Message-ID: Hi. The queuefile looks like this: google-go-lang: Checking GPG for google-go-lang.tar.gz ... OK Processing google-go-lang 1.24.2-1 Using original .info file Using original SlackBuild file No build options selected. go-md2man: Checking GPG for go-md2man.tar.gz ... OK Processing go-md2man 1.0.8-2 Using original .info file Using original SlackBuild file No build options selected. runc: Checking GPG for runc.tar.gz ... OK Processing runc 1.1.14-1 Using original .info file Using original SlackBuild file No build options selected. John On Sat, Jun 14, 2025 at 11:25?AM Willy Sudiarto Raharjo < willysr at slackbuilds.org> wrote: > > Hi, > > I'm using a queuefile for runc. I'm on Slackware64 15. I ran 'sbopkg -i > > run' and get this error: > > " > > go build -trimpath "-buildmode=pie" -tags "seccomp" -ldflags "-X > > main.gitCommit=2c9f5602f0ba3d9da1c25963 > > 22dfc4e156844890 -X main.version=1.1.14 " -o runc . > > checkpoint.go:12:2: //go:build comment without // +build comment > > libcontainer/utils/utils_unix.go:15:2: //go:build comment without // > +build > > comment > > libcontainer/cgroups/utils.go:15:2: //go:build comment without // +build > > comment > > vendor/github.com/containerd/console/console_linux.go:26:2: //go:build > > comment without // +build comment > > make: *** [Makefile:61: runc] Error 1 > > > Can you show your runc queue? > here's mine > google-go-lang > go-md2man > runc > > > -- > Willy Sudiarto Raharjo > -- John Polo Ph.D. Candidate, Geospatial Analytics | Center for Geospatial Analytics he, him, his Jordan Hall 5118 | Campus Box 7106 North Carolina State University 2800 Faucette Dr. Raleigh, NC 27695 USA japolo at ncsu.edu | (727)359-2393 | geospatial.ncsu.edu "All electronic mail messages in connection with State business which are sent to or received by this account are subject to the NC Public Records Law and may be disclosed to third parties.? -------------- next part -------------- An HTML attachment was scrubbed... URL: From japolo at ncsu.edu Sun Jun 15 14:54:09 2025 From: japolo at ncsu.edu (John Polo) Date: Sun, 15 Jun 2025 10:54:09 -0400 Subject: [sbopkg-users] Install python-setuptools-opt on 15 fails Message-ID: I don't know where the reply you sent went, but I can't find it. I saw it in the digest. Hopefully this doesn't mess up the thread. To answer your question, yes, I used the queuefile with sbopkg -i John > I used sqg -a to build the queuefiles. > > Then I used > sbopkg -i python3-setuptools-opt > > This happens: > AttributeError: 'PathDistribution' object has no attribute > '_normalized_name' > > ERROR Backend subprocess exited when trying to invoke > get_requires_for_build_sdist > > I have no idea what's going on. Can someone explain to me what I need to do > to install this package, please? Just to be sure, when you run sbopkg -i, did you choose package or queue? -- Willy Sudiarto Raharjo -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Sun Jun 15 16:11:06 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Sun, 15 Jun 2025 23:11:06 +0700 Subject: [sbopkg-users] Install error help with runc In-Reply-To: References: <263233c8-a571-4aee-8d5c-8d0dfb5916a2@slackbuilds.org> Message-ID: > The queuefile looks like this: > google-go-lang: > Checking GPG for google-go-lang.tar.gz ... OK > Processing google-go-lang 1.24.2-1 > Using original .info file > Using original SlackBuild file > No build options selected. > > go-md2man: > Checking GPG for go-md2man.tar.gz ... OK > Processing go-md2man 1.0.8-2 > Using original .info file > Using original SlackBuild file > No build options selected. > > runc: > Checking GPG for runc.tar.gz ... OK > Processing runc 1.1.14-1 > Using original .info file > Using original SlackBuild file > No build options selected. Seems normal to me did you perform full installation of Slackware 15.0 or custom? -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From japolo at ncsu.edu Mon Jun 16 12:37:12 2025 From: japolo at ncsu.edu (John Polo) Date: Mon, 16 Jun 2025 08:37:12 -0400 Subject: [sbopkg-users] Install error help with runc Message-ID: >* > go build -trimpath "-buildmode=pie" -tags "seccomp" -ldflags "-X *>* > main.gitCommit=2c9f5602f0ba3d9da1c25963 *>* > 22dfc4e156844890 -X main.version=1.1.14 " -o runc . *>* > checkpoint.go:12:2: //go:build comment without // +build comment *>* > libcontainer/utils/utils_unix.go:15:2: //go:build comment without // *>* +build *>* > comment *>* > libcontainer/cgroups/utils.go:15:2: //go:build comment without // +build *>* > comment *>* > vendor/github.com/containerd/console/console_linux.go:26:2 : //go:build *>* > comment without // +build comment *>* > make: *** [Makefile:61: runc] Error 1* ... > >* > The queuefile looks like this: *>* > > google-go-lang: *>* > > Checking GPG for google-go-lang.tar.gz ... OK *>* > > Processing google-go-lang 1.24.2-1 *>* > > Using original .info file *>* > > Using original SlackBuild file *>* > > No build options selected. *>* > > *>* > > go-md2man: *>* > > Checking GPG for go-md2man.tar.gz ... OK *>* > > Processing go-md2man 1.0.8-2 *>* > > Using original .info file *>* > > Using original SlackBuild file *>* > > No build options selected. *>* > > *>* > > runc: *>* > > Checking GPG for runc.tar.gz ... OK *>* > > Processing runc 1.1.14-1 *>* > > Using original .info file *>* > > Using original SlackBuild file *>* > > No build options selected. *> > > > Seems normal to me > > did you perform full installation of Slackware 15.0 or custom? It was a full install. I think I left out the games, but have everything else. I had previously installed runc via a queuefile and sbopkg -i. I don't know when. Could have been a year ago or longer. I was looking in sbopkg update installed packages last week and there were several packages to update. Like a goof, I let that create a queue and when that queue didn't install correctly, I remembered that I had used queuefiles from sqg. So now, I'm trying to use the queuefiles to do the updates. That might be part of the problem, but I'm not sure. I've got several packages, mostly python (which I've got another thread about), but not all. There is jupyter notebooks, QGIS, and more. They're all failing at some point in the update/install. I haven't tried QGIS yet, because it takes a long time to install and one of the other failing installs is a dependency. It might be runc actually. Just before sending this email, I uninstalled the google-go-lang, go-md2man, and runc packages via sbopkg. Then I tried using the queuefile again via sbopkg -i runc and I get the same result as the start of this thread. John -------------- next part -------------- An HTML attachment was scrubbed... URL: From willysr at slackbuilds.org Mon Jun 23 02:09:34 2025 From: willysr at slackbuilds.org (Willy Sudiarto Raharjo) Date: Mon, 23 Jun 2025 09:09:34 +0700 Subject: [sbopkg-users] Install error help with runc In-Reply-To: References: Message-ID: <05a65742-f4a0-47b5-abde-40dd199c5343@slackbuilds.org> >>/> go build -trimpath "-buildmode=pie" -tags "seccomp" -ldflags "-X />/> main.gitCommit=2c9f5602f0ba3d9da1c25963 />/> 22dfc4e156844890 -X main.version=1.1.14 " -o runc . />/> checkpoint.go:12:2: //go:build comment without // +build comment />/> libcontainer/utils/utils_unix.go:15:2: //go:build comment without // />/+build />/> comment />/> libcontainer/cgroups/utils.go:15:2: //go:build comment without // +build />/> comment />/> vendor/github.com/containerd/console/console_linux.go:26:2 github.com/containerd/console/console_linux.go:26:2>: //go:build />/> comment without // +build comment />/> make: *** [Makefile:61: runc] Error 1/ > > ... > >> >/> The queuefile looks like this: />/> > google-go-lang: />/> > Checking GPG for google-go-lang.tar.gz ... OK />/> > Processing google-go-lang 1.24.2-1 />/> > Using original .info file />/> > Using original SlackBuild file />/> > No build options selected. />/> > />/> > go-md2man: />/> > Checking GPG for go-md2man.tar.gz ... OK />/> > Processing go-md2man 1.0.8-2 />/> > Using original .info file />/> > Using original SlackBuild file />/> > No build options selected. />/> > />/> > runc: />/> > Checking GPG for runc.tar.gz ... OK />/> > Processing runc 1.1.14-1 />/> > Using original .info file />/> > Using original SlackBuild file />/> > No build options selected. /> > >> > Seems normal to me >> > did you perform full installation of Slackware 15.0 or custom? > > It was a full install. I think I left out the games, but have everything > else. > > I had previously installed runc via a queuefile and sbopkg -i. I don't > know when. Could have been a year ago or longer. > I was looking in sbopkg update installed packages last week and there > were several packages to update. Like a goof, I let that > create a queue and when that queue didn't install correctly, I > remembered that I had used queuefiles from sqg. So now, I'm trying to > use the > queuefiles to do the updates. That might be part of the problem, but I'm > not sure. I've got several packages, mostly python (which I've got > another thread > about), but not all. There is jupyter notebooks, QGIS, and more. They're > all failing at some point in the update/install. I haven't tried QGIS > yet, because it > takes a long time to install and one of the other failing installs is a > dependency. It might be runc actually. > > Just before sending this email, I uninstalled the google-go-lang, go- > md2man, and runc packages via sbopkg. Then I tried using the queuefile > again via > sbopkg -i runc and I get the same result as the start of this thread. Did you run sbopkg using normal "su" or "su -" ? if you run normal su, you will use gcc-go, but if you use "su -", you will use google-go-lang package which is the correct one. -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0x3F617144D7238786.asc Type: application/pgp-keys Size: 8363 bytes Desc: OpenPGP public key URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: