public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Errors at cdrom stage when building the python3 update package
@ 2022-10-15 19:25 Adolf Belka
  2022-10-17 14:08 ` Michael Tremer
  0 siblings, 1 reply; 5+ messages in thread
From: Adolf Belka @ 2022-10-15 19:25 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

Hi everyone,

I have been working on the python3 update. With python3 updated then some of the individual python packages required to be updated as they failed to build.


To make it simpler I updated all the python3 packages that had new versions and this also resulted in some rust packages needing to be updated. After several rounds then everything built without any problems until it came to the cdrom stage.


I got the following errors and I have no idea what I have done wrong to make this happen. The error messages unfortunately aren't much help to me.

Can anyone help with what the issue is causing the attached log file errors.


Regards,

Adolf.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: _build.packages.log --]
[-- Type: text/x-log, Size: 5051 bytes --]

... see detailed log in _build.*.log files
Oct 15 15:24:15: Building cdrom + cd /usr/src/lfs
+ make -f cdrom LFS_BASEDIR=/usr/src install
# Update /etc/system-release, because the string might have changed
# since stage2 has been executed..
echo "IPFire 2.27 (x86_64) - core171 Development Build: python-3.10.8/a4097795-dirty" > /etc/system-release
# Create a directory to authorise the CDROM in
rm -rf /tmp/cdrom && mkdir -p /tmp/cdrom
# Clear mtab (prevents .journal problems)
rm -vf /etc/mtab
removed '/etc/mtab'
ln -s /proc/self/mounts /etc/mtab
# Create filelist for packaging.
BUILDTARGET="x86_64-pc-linux-gnu" BUILD_ARCH="x86_64" KVER="5.15.71" \
	/usr/src/src/scripts/archive.files \
	/usr/src/config/rootfiles/common \
	> /tmp/ROOTFILES
# Compress root filesystem
# Reason for this tar+untar+tar is removing of entries listed two or more in src/ROOTFILES
rm -rf /tmp/root && mkdir -p /tmp/root
tar --format=pax --acls --xattrs --xattrs-include='*' -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' \
	--exclude='__pycache__' \
	-C / --files-from=/tmp/ROOTFILES | tar --format=pax --acls --xattrs --xattrs-include='*' -x -C /tmp/root
tar: /tmp/ROOTFILES:2: unrecognized option
tar: /tmp/ROOTFILES:3: unrecognized option
tar: /tmp/ROOTFILES:4: unrecognized option
tar: /tmp/ROOTFILES:5: unrecognized option
tar: /tmp/ROOTFILES:6: unrecognized option
tar: /tmp/ROOTFILES:7: unrecognized option
tar: /tmp/ROOTFILES:8: unrecognized option
tar: /tmp/ROOTFILES:9: unrecognized option
tar: /tmp/ROOTFILES:10: unrecognized option
tar: /tmp/ROOTFILES:11: unrecognized option
tar: /tmp/ROOTFILES:12: unrecognized option
tar: /tmp/ROOTFILES:13: unrecognized option
tar: /tmp/ROOTFILES:14: unrecognized option
tar: /tmp/ROOTFILES:15: unrecognized option
tar: /tmp/ROOTFILES:16: unrecognized option
tar: /tmp/ROOTFILES:17: unrecognized option
tar: /tmp/ROOTFILES:18: unrecognized option
tar: /tmp/ROOTFILES:19: unrecognized option
tar: /tmp/ROOTFILES:20: unrecognized option
tar: /tmp/ROOTFILES:21: unrecognized option
tar: /tmp/ROOTFILES:22: unrecognized option
tar: /tmp/ROOTFILES:23: unrecognized option
tar: /tmp/ROOTFILES:24: unrecognized option
tar: /tmp/ROOTFILES:25: unrecognized option
tar: /tmp/ROOTFILES:26: unrecognized option
tar: /tmp/ROOTFILES:27: unrecognized option
tar: /tmp/ROOTFILES:28: unrecognized option
tar: /tmp/ROOTFILES:29: unrecognized option
tar: /tmp/ROOTFILES:30: unrecognized option
tar: /tmp/ROOTFILES:31: unrecognized option
tar: /tmp/ROOTFILES:32: unrecognized option
tar: /tmp/ROOTFILES:33: unrecognized option
tar: /tmp/ROOTFILES:34: unrecognized option
tar: /tmp/ROOTFILES:35: unrecognized option
tar: /tmp/ROOTFILES:36: unrecognized option
tar: /tmp/ROOTFILES:37: unrecognized option
tar: /tmp/ROOTFILES:38: unrecognized option
tar: /tmp/ROOTFILES:39: unrecognized option
tar: /tmp/ROOTFILES:40: unrecognized option
tar: /tmp/ROOTFILES:41: unrecognized option
tar: /tmp/ROOTFILES:42: unrecognized option
tar: /tmp/ROOTFILES:43: unrecognized option
tar: /tmp/ROOTFILES:44: unrecognized option
tar: /tmp/ROOTFILES:45: unrecognized option
tar: /tmp/ROOTFILES:46: unrecognized option
tar: /tmp/ROOTFILES:47: unrecognized option
tar: /tmp/ROOTFILES:48: unrecognized option
tar: /tmp/ROOTFILES:49: unrecognized option
tar: /tmp/ROOTFILES:50: unrecognized option
tar: /tmp/ROOTFILES:51: unrecognized option
tar: /tmp/ROOTFILES:52: unrecognized option
tar: /tmp/ROOTFILES:53: unrecognized option
tar: /tmp/ROOTFILES:54: unrecognized option
tar: /tmp/ROOTFILES:55: unrecognized option
tar: /tmp/ROOTFILES:56: unrecognized option
tar: /tmp/ROOTFILES:57: unrecognized option
tar: /tmp/ROOTFILES:58: unrecognized option
tar: /tmp/ROOTFILES:59: unrecognized option
tar: /tmp/ROOTFILES:60: unrecognized option
tar: /tmp/ROOTFILES:61: unrecognized option
tar: /tmp/ROOTFILES:62: unrecognized option
tar: /tmp/ROOTFILES:63: unrecognized option
tar: /tmp/ROOTFILES:64: unrecognized option
tar: /tmp/ROOTFILES:65: unrecognized option
tar: /tmp/ROOTFILES:66: unrecognized option
tar: /tmp/ROOTFILES:67: unrecognized option
tar: /tmp/ROOTFILES:68: unrecognized option
tar: /tmp/ROOTFILES:69: unrecognized option
tar: /tmp/ROOTFILES:70: unrecognized option
tar: /tmp/ROOTFILES:71: unrecognized option
tar: /tmp/ROOTFILES:72: unrecognized option
tar: /tmp/ROOTFILES:73: unrecognized option
tar: /tmp/ROOTFILES:74: unrecognized option
tar: /tmp/ROOTFILES:75: unrecognized option
tar: /tmp/ROOTFILES:76: unrecognized option
tar: /tmp/ROOTFILES:77: unrecognized option
tar: /tmp/ROOTFILES:78: unrecognized option
tar: /tmp/ROOTFILES:79: unrecognized option
tar: /tmp/ROOTFILES:80: unrecognized option
tar: /tmp/ROOTFILES:81: unrecognized option
tar: /tmp/ROOTFILES:82: unrecognized option
tar: /tmp/ROOTFILES:83: unrecognized option
tar: /tmp/ROOTFILES:84: unrecognized option
tar: /tmp/ROOTFILES:85: unrecognized option
tar: /tmp/ROOTFILES:86: unrecognized option
tar: /tmp/ROOTFILES:87: unrecognized option
tar: Exiting with failure status due to previous errors
make: *** [cdrom:158: /usr/src/log/cdrom] Error 2

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-09 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-15 19:25 Errors at cdrom stage when building the python3 update package Adolf Belka
2022-10-17 14:08 ` Michael Tremer
2022-10-17 15:42   ` Adolf Belka
2022-10-18 12:31     ` Adolf Belka
2022-11-09 19:07       ` Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox