WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: sce-import recommended doesn't work  (Read 2989 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
sce-import recommended doesn't work
« on: September 20, 2016, 01:28:33 AM »
Hi
Code: [Select]
jls@pc1:/mnt/sda1/xce/sce$ sce-import -pR gmusicbrowser.sce
* Using the -p option.
* Using the -n option.
* Using the -r option.
* Using the -R option.
* Existing dependency file found.
* Importing gmusicbrowser.
* Package Index:
  /etc/sysconfig/tcedir/import/debinx/ubuntu_xenial_main_i386_Packages
* Security Index:
  /etc/sysconfig/tcedir/import/debinx/ubuntu_xenial_security_i386_Packages
* ubuntu Mirror: http://giano.com.dist.unige.it/ubuntu/
* ubuntu Security Mirror: http://giano.com.dist.unige.it/ubuntu/
* gmusicbrowser is a standard ubuntu xenial package.
* Gathering dependencies.
* Gathering Recommended package dependencies.

The SCE(s) below will provide dependencies for gmusicbrowser.sce.

liferea

* Merging 19 packages (135 - 116 dependency provided):
1/19 libcairo-perl
2/19 libpango-perl
3/19 libgtk2-perl
4/19 libglib-perl
5/19 base-files.deb2sce: dCore start script.
5/19 base-files
6/19 binutils.deb2sce: dCore start script.
6/19 binutils
7/19 make
8/19 patch
9/19 xz-utils.deb2sce: dCore start script.
9/19 xz-utils
10/19 bzip2
11/19 libdpkg-perl
12/19 dpkg-dev
13/19 pkg-config
14/19 libextutils-pkgconfig-perl
15/19 libextutils-depends-perl
16/19 perlapi-5.22.1 is a Debian/Ubuntu meta package or does not exist.
17/19 libglib-object-introspection-perl
18/19 gir1.2-gstreamer-1.0
19/19 gmusicbrowser
Parallel mksquashfs: Using 2 processors
Creating 4.0 filesystem on /etc/sysconfig/tcedir/sce/update/gmusicbrowser.sce, b
lock size 4096.
[=============================================================/] 5801/5801 100%
Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 4096
compressed data, compressed metadata, compressed fragments, no xattrs
duplicates are removed
Filesystem size 8888.11 Kbytes (8.68 Mbytes)
41.84% of uncompressed filesystem size (21244.51 Kbytes)
Inode table size 20522 bytes (20.04 Kbytes)
41.08% of uncompressed inode table size (49957 bytes)
Directory table size 8869 bytes (8.66 Kbytes)
45.62% of uncompressed directory table size (19439 bytes)
Number of duplicate files found 14
Number of inodes 883
Number of files 749
Number of fragments 144
Number of symbolic links  37
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 97
Number of ids (unique uids + gids) 2
Number of uids 1
root (0)
Number of gids 2
root (0)
staff (50)
* Imported gmusicbrowser.sce.
jls@pc1:/mnt/sda1/xce/sce$

as you can see recommended in

http://packages.ubuntu.com/xenial/gmusicbrowser

Code: [Select]
jls@pc1:~$ grep libdig /tmp/.debinstalled
jls@pc1:~$ grep libgtk2 /tmp/.debinstalled
libgtk2.0-common:
libgtk2.0-0:
libgtk2-perl:
jls@pc1:~$

thanks
dCore user

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: sce-import recommended doesn't work
« Reply #1 on: September 20, 2016, 04:21:35 PM »
Maybe it has something to do with this:
http://forum.tinycorelinux.net/index.php?topic=19408.0

The behaviour was modified shortly after it's introduction as the -R and -S options installed everything but the kitchen sink (January 2016). Review the last few posts of linked thread, you gave a +1 :)

Maybe the behaviour needs to be reverted so -R and -S truly mean all recommended and all suggested. Otherwise it's not really clear what is actually being installed. If the user doesn't want all recommended, they should be responsible for searching the Debian/Ubuntu packages website and not use the -RS options.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: sce-import recommended doesn't work
« Reply #2 on: September 20, 2016, 05:58:57 PM »
Thanks nitram for pointing out that previous thread, but I see that either with or without the -R option, importing this package resultes in an SCE with 114 packages within.  So it appears there is a bug preventing the -R option from working as expected.  I will try to fix it to where the -R option imports the recommends of the main package name of the SCE or for the entries in a file list.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: sce-import recommended doesn't work
« Reply #3 on: September 20, 2016, 07:04:16 PM »
The initial bug report and the mention of the thread where the -R behavior was adjusted helped to quickly pinpoint the issue.  The -R and -S options had a bug which is fixed.  In the new RC.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: sce-import recommended doesn't work
« Reply #4 on: September 21, 2016, 01:22:44 AM »
works now
thanks Jason
dCore user