Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: aswjh on August 26, 2015, 03:47:35 AM
-
some incorrect dependencies:
1.http://tinycorelinux.net/6.x/x86/tcz/
MISSING: apache2-mod-php5-dev.tcz.dep -> libxml-dev2.tcz
MISSING: aspell.tcz.dep -> ncursesw.tcz
MISSING: claws-mail-dev.tcz.dep -> libSM-dev.tcz
MISSING: connman-dev.tcz.dep -> wpa_supplicant-dbus
MISSING: doxygen.tcz.dep -> graphviz.tcz
MISSING: econnman.tcz.dep -> python-elementary.tcz
MISSING: econnman.tcz.dep -> python-e_dbus.tcz
MISSING: efreet-dev.tcz.dep -> e_dbus-dev.tcz
MISSING: efreet.tcz.dep -> e_dbus.tcz
MISSING: enlightenment-dev.tcz.dep -> libxcb-util-dev.tcz
MISSING: enlightenment-dev.tcz.dep -> libxcb-util.tcz
MISSING: enlightenment-dev.tcz.dep -> elementary-dev.tcz
MISSING: enlightenment.tcz.dep -> elementary.tcz
MISSING: enlightenment.tcz.dep -> libxcb-util.tcz
MISSING: ephoto.tcz.dep -> elementary.tcz
MISSING: ethumb-dev.tcz.dep -> e_dbus-dev.tcz
MISSING: ethumb.tcz.dep -> e_dbus.tcz
MISSING: etrophy-dev.tcz.dep -> elementary-dev.tcz
MISSING: etrophy.tcz.dep -> elementary.tcz
MISSING: ev.tcz.dep -> elementary.tcz
MISSING: gucharmap-gir.tcz.dep -> gobjet-introspection.tcz
MISSING: hamlib-dev.tcz.dep -> libltdl-dev.tcz
MISSING: librsync.tcz.dep -> bzip2-lib.tczpopt.tcz
MISSING: ncmpc-locale.tcz.dep -> ncmcp.tcz
MISSING: non-mixer.tcz.dep -> lrdf.tcz
MISSING: OSS.tcz.dep -> OSS-modules-KERNELVER-tinycore.tcz
MISSING: pcmanfm-dev.tcz.dep -> shared-mime-info-dev.tcz
MISSING: pcsc-lite-dev.tcz.dep -> libusb-dev
MISSING: pidgin-dev.tcz.dep -> libiconv-dev.tcz
MISSING: pidgin.tcz.dep -> libiconv.tcz
MISSING: rtorrent.tcz.dep -> ncursesw.tcz
MISSING: terminology.tcz.dep -> elementary.tcz
MISSING: totem-gir.tcz.dep -> clutter-gtk-gir
MISSING: totem-gir.tcz.dep -> clutter-gst-gir
MISSING: totem-gir.tcz.dep -> libpeas-gir
MISSING: totem-gir.tcz.dep -> totem-pl-parser-gir
MISSING: totem-gir.tcz.dep -> nautilus-gir
MISSING: totem-gir.tcz.dep -> libgnome-keyring-gir
MISSING: usbip.tcz.dep -> usbip-KERNELVER-tinycore.tcz
MISSING: weechat.tcz.dep -> ncursesw.tcz
MISSING: weechat.tcz.dep -> libiconv.tcz
MISSING: wxcam-locale.tcz.dep -> wxcam.tcz
MISSING: xf86-input-evdev-dev.tcz.dep -> udev-lib-dev.tcz
MISSING: xine-lib-dev.tcz.dep -> linux-3.8.3_api_headers.tcz
2.http://tinycorelinux.net/6.x/x86_64/tcz/
MISSING: dleyna-connector-dbus-dev.tcz.dep -> dlayna-connector-dbus.tcz
MISSING: gnome-characters-gir.tcz.dep -> gnome-chracters.tcz
MISSING: imagemagick-dev.tcz.dep -> cms2-dev.tcz
MISSING: libesmtp-dev.tcz.dep -> libesmtp.tzc
MISSING: libraw.tcz.dep -> lcms2.tcz
MISSING: rhythmbox-dev.tcz.dep -> libsecret=dev.tcz
3.http://tinycorelinux.net/6.x/armv7/tcz/
MISSING: btrfs-progs.tcz.dep -> filesystems-KERNELVER-tinycore.tcz
MISSING: btrfs-progs.tcz.dep -> raid-dm-KERNELVER-tinycore.tcz
MISSING: davfs2-locale.tcz.dep -> devfs2.tcz
MISSING: davfs2.tcz.dep -> filesystems-KERNELVER-tinycore.tcz
MISSING: dillo3.tcz.dep -> ipv6-KERNELVER-tinycore.tcz
MISSING: dnsmasq.tcz.dep -> ipv6-KERNELVER-tinycore.tcz
MISSING: iptables.tcz.dep -> netfilter-KERNELVER-tinycore.tcz
MISSING: iptables.tcz.dep -> ipv6-KERNELVER-tinycore.tcz
MISSING: irda-KERNELVER_v7-piCore+.tcz.dep -> usb-serial-KERNELVER-tinycore.tcz
MISSING: irda-KERNELVER_v7-piCore+.tcz.dep -> usb-serial-KERNELVER-tinycore.tcz
MISSING: libax25.tcz.dep -> ax25-KERNELVER-tinycore.tcz
MISSING: libdevmapper.tcz.dep -> raid-dm-KERNELVER-tinycore.tcz
MISSING: lirc.tcz.dep -> rc-KERNELVER-tinycore.tcz
MISSING: net-bridging-KERNELVER_v7-piCore+.tcz.dep -> ipv6-KERNELVER-tinycore.tcz
MISSING: net-bridging-KERNELVER_v7-piCore+.tcz.dep -> netfilter-KERNELVER-tinycore.tcz
MISSING: ntfs-3g.tcz.dep -> filesystems-KERNELVER-tinycore.tcz
MISSING: openvpn-dev.tcz.dep -> lzo-dep.tcz
MISSING: openvpn-dev.tcz.dep -> openssl-1.0.1-dep.tcz
MISSING: reiser4progs.tcz.dep -> filesystems-KERNELVER-tinycore.tcz
MISSING: reiserfsprogs.tcz.dep -> filesystems-KERNELVER-tinycore.tcz
MISSING: wireless_tools.tcz.dep -> wireless-KERNELVER-tinycore.tcz
MISSING: xfsprogs.tcz.dep -> filesystems-KERNELVER-tinycore.tcz
-
Thanks - what did you use to check?
BTW, it's $KERNEL rather than $KERNELVER :)
-
#!/bin/sh
URL=http://tinycorelinux.net/6.x/x86/tcz/
#URL=http://tinycorelinux.net/6.x/x86_64/tcz/
#URL=http://tinycorelinux.net/6.x/armv7/tcz/
mkdir -p chkdep
wget -O list.txt "$URL"
#wget -c "$URL/"tags.db.gz && gzip -cd tags.db.gz > list.txt
sort list.txt | while read tcz; do
wget -c "$URL/$tcz.dep" -P chkdep || wget -c "$URL/$tcz.dep" -P chkdep
[ "$?" = 0 ] && echo "${tcz}.dep OK"
done 2>/dev/null
KERNELVER=$(uname -r | sed 's/64$//')
[ "${URL/x86_64/}" = "$URL" ] || KERNELVER="${KERNELVER}64"
find chkdep -name "*.dep" | sort | awk -v listfile="list.txt" -v KERNELVER="$KERNELVER" '
BEGIN {while (getline line < listfile > 0) if (line) LIST[line]=1;}
{ while (getline line < $1 > 0) {
gsub(/[\t ]+/, "", line)
sub(/\-KERNEL\.tcz/, "-"KERNELVER".tcz", line)
if (line && ! (line in LIST)) {
print "MISSING: "$1" -> "line
}
}
close($1)
}' > dep_missing.txt
-
BTW, it's $KERNEL rather than $KERNELVER :)
missing yet.
-
List is false, please recheck. There are no extensions like
filesystems-KERNELVER-tinycore.tcz
it is
filesystems-KERNEL.tcz
and so on.
I checked few reported in 6.x/armv7 but all has the correct dep lists.
Kindly advise to check manually the situation before alerting.
-
I checked few reported in 6.x/armv7 but all has the correct dep lists.
MISSING: openvpn-dev.tcz.dep -> lzo-dep.tcz
I cheked in tinycore, perhaps I used a wrong KERNELVER.
-
I checked the x86_64 deps - indeed, all hard to spot, but actual typos.
x86_64 dep files corrected, the others will take a little time...
-
I checked few reported in 6.x/armv7 but all has the correct dep lists.
http://tinycorelinux.net/6.x/armv7/tcz/
MISSING: btrfs-progs-dev.tcz.dep -> btrfs.tcz
MISSING: davfs2-locale.tcz.dep -> devfs2.tcz
MISSING: openvpn-dev.tcz.dep -> lzo-dep.tcz
MISSING: openvpn-dev.tcz.dep -> openssl-1.0.1-dep.tcz
-
I checked few reported in 6.x/armv7 but all has the correct dep lists.
http://tinycorelinux.net/6.x/armv7/tcz/
MISSING: davfs2-locale.tcz.dep -> devfs2.tcz
It is wrong. It is not missing. Sorry, but I have no time to check false bug reports.
Again, please take your time to check your post before wasting others time.
-
It is wrong. It is not missing. Sorry, but I have no time to check false bug reports.
It is missing in my copy? devfs typo, e instead of a.
-
It is wrong. It is not missing. Sorry, but I have no time to check false bug reports.
It is missing in my copy? devfs typo, e instead of a.
@curaga:
Right. I hate these high resolution screens with small chars in Putty window :(
@aswjh:
Please excuse me; thanks for reporting, I will check them.
Regards... Bela
-
x86 dep typos corrected - enlightenment extensions removed as they are no longer supported by the maintainer.
OSS left in the hope some kind soul will compile the kernel modules :)
@aswjh: maybe you could recheck x86 and x86_64?
-
@Juanito
Nice work, all of x86_64 are ok, only a little in x86 and armv7 :)
@Bela
That's nothing. I am using piCore for a few days, thank you.
http://tinycorelinux.net/6.x/x86/tcz/
MISSING: echievements-dev.tcz.dep -> enlightenment-dev.tcz
MISSING: echievements-dev.tcz.dep -> etrophy-dev.tcz
MISSING: echievements.tcz.dep -> enlightenment.tcz
MISSING: echievements.tcz.dep -> etrophy.tcz
MISSING: efreet-locale.tcz.dep -> efreet.tcz
MISSING: elemines.tcz.dep -> etrophy.tcz
MISSING: enlightenment-locale.tcz.dep -> enlightenment.tcz
MISSING: ephoto-dev.tcz.dep -> ephoto.tcz
MISSING: pidgin-dev.tcz.dep -> libiconv-dev.tcz
MISSING: pidgin.tcz.dep -> libiconv.tcz
MISSING: python-ethumb-dev.tcz.dep -> ethumb-dev.tcz
MISSING: python-ethumb.tcz.dep -> ethumb.tcz
MISSING: rdiff-backup.tcz.dep -> python.tczlibrsync.tczopenssh.tcz
MISSING: terminology.tcz.dep -> elementary.tcz
MISSING: weechat-dev.tcz.dep -> weechat.tcz
http://tinycorelinux.net/6.x/armv7/tcz/
MISSING: btrfs-progs-dev.tcz.dep -> btrfs.tcz
MISSING: fuse-dev.tcz.dep -> utiil-linux-dev.tcz
-
Hmm - it looks like fixing some errors exposed other errors?
One more round of fixes to x86 repo posted.
-
Hi Juanito
One more round of fixes to x86_64 repo posted.
I guess I must be missing something. aswjh said x86_64 was OK, just x86 still had errors.
-
oops, that should have been x86 and not x86_64 - corrected above.
-
too much trouble :)