Jump to content


Photo

[Solo2] Missing packages in repository

find-utils tar repository wget

  • Please log in to reply
4 replies to this topic

#1 Graffy

  • Member
  • 16 posts

+1
Neutral

Posted 12 August 2014 - 07:43

Hi,

OpenPLi 4.0 - build from yesterday.

I've always used tar, wget, find-utils from repo.

Now they are missing.

Why ?

 



Re: [Solo2] Missing packages in repository #2 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 12 August 2014 - 09:17

AFAIK all of the above utilities are provided by busybox, so you don't need separate (full) packages for this
(and in fact I have no idea if they were available in the feed previously, or not...)

Edited by blzr, 12 August 2014 - 09:18.

True sarcasm doesn't need green font...

Re: [Solo2] Missing packages in repository #3 Graffy

  • Member
  • 16 posts

+1
Neutral

Posted 12 August 2014 - 10:18

I know that, but they are not fully functional.

I've used them before, they were available in the feed previously.

 

Eg. opkg-utils needs them :

root@vusolo2:/media/net/HDD/skrypty# ./ipk_mipsel.sh
rm: can't remove '/hdd/lista/mipsel/*_all.ipk': No such file or directory
rm: can't remove '/hdd/lista/mipsel/Packages*': No such file or directory
find: unrecognized: -uid
BusyBox v1.22.1 (2014-07-20 14:42:41 CEST) multi-call binary.

Usage: find [-HL] [PATH]... [OPTIONS] [ACTIONS]

Search for files and perform actions on them.
First failed action stops processing of current file.
Defaults: PATH is current directory, action is '-print'

        -L,-follow      Follow symlinks
        -H              ...on command line only
        -xdev           Don't descend directories on other filesystems
        -maxdepth N     Descend at most N levels. -maxdepth 0 applies
                        actions to command line arguments only
        -mindepth N     Don't act on first N levels
        -depth          Act on directory *after* traversing it

Actions:
        ( ACTIONS )     Group actions for -o / -a
        ! ACT           Invert ACT's success/failure
        ACT1 [-a] ACT2  If ACT1 fails, stop, else do ACT2
        ACT1 -o ACT2    If ACT1 succeeds, stop, else do ACT2
                        Note: -a has higher priority than -o
        -name PATTERN   Match file name (w/o directory name) to PATTERN
        -iname PATTERN  Case insensitive -name
        -path PATTERN   Match path to PATTERN
        -ipath PATTERN  Case insensitive -path
        -regex PATTERN  Match path to regex PATTERN
        -type X         File type is X (one of: f,d,l,b,c,...)
        -perm MASK      At least one mask bit (+MASK), all bits (-MASK),
                        or exactly MASK bits are set in file's mode
        -mtime DAYS     mtime is greater than (+N), less than (-N),
                        or exactly N days in the past
        -mmin MINS      mtime is greater than (+N), less than (-N),
                        or exactly N minutes in the past
        -newer FILE     mtime is more recent than FILE's
        -inum N         File has inode number N
        -user NAME/ID   File is owned by given user
        -group NAME/ID  File is owned by given group
        -size N[bck]    File size is N (c:bytes,k:kbytes,b:512 bytes(def.))
                        +/-N: file size is bigger/smaller than N
        -links N        Number of links is greater than (+N), less than (-N),
                        or exactly N
        -prune          If current file is directory, don't descend into it
If none of the following actions is specified, -print is assumed
        -print          Print file name
        -print0         Print file name, NUL terminated
        -exec CMD ARG ; Run CMD with all instances of {} replaced by
                        file name. Fails if CMD exits with nonzero
        -delete         Delete current file/directory. Turns on -depth option

tar: unrecognized option '--format=gnu'
BusyBox v1.22.1 (2014-07-20 14:42:41 CEST) multi-call binary.

Usage: tar -[cxtZzJjhvO] [-X FILE] [-T FILE] [-f TARFILE] [-C DIR] [FILE]...

Create, extract, or list files from a tar file

Operation:
        c       Create
        x       Extract
        t       List
        f       Name of TARFILE ('-' for stdin/out)
        C       Change to DIR before operation
        v       Verbose
        Z       (De)compress using compress
        z       (De)compress using gzip
        J       (De)compress using xz
        j       (De)compress using bzip2
        O       Extract to stdout
        h       Follow symlinks
        exclude File to exclude
        X       File with names to exclude
        T       File with names to include

tar: unrecognized option '--format=gnu'
BusyBox v1.22.1 (2014-07-20 14:42:41 CEST) multi-call binary.

Usage: tar -[cxtZzJjhvO] [-X FILE] [-T FILE] [-f TARFILE] [-C DIR] [FILE]...

Create, extract, or list files from a tar file

Operation:
        c       Create
        x       Extract
        t       List
        f       Name of TARFILE ('-' for stdin/out)
        C       Change to DIR before operation
        v       Verbose
        Z       (De)compress using compress
        z       (De)compress using gzip
        J       (De)compress using xz
        j       (De)compress using bzip2
        O       Extract to stdout
        h       Follow symlinks
        exclude File to exclude
        X       File with names to exclude
        T       File with names to include

ar: invalid option -- 'r'
BusyBox v1.22.1 (2014-07-20 14:42:41 CEST) multi-call binary.

Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES

Extract or list FILES from an ar archive

        -o      Preserve original dates
        -p      Extract to stdout
        -t      List
        -x      Extract
        -v      Verbose

rm: can't remove '/hdd/lista/mipsel/IPKG_BUILD.667/data.tar.gz': No such file or directory
rm: can't remove '/hdd/lista/mipsel/IPKG_BUILD.667/control.tar.gz': No such file or directory
root@vusolo2:/media/net/HDD/skrypty#



Re: [Solo2] Missing packages in repository #4 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 12 August 2014 - 14:58

And we should be able to guess what you put into those mysterious shell scripts?
Real musicians never die - they just decompose

Re: [Solo2] Missing packages in repository #5 Graffy

  • Member
  • 16 posts

+1
Neutral

Posted 13 August 2014 - 08:40

Hmm, maybe you're right actually @blzr

I borrowed binaries from Debian mipsel packeges, maybe last time I did the same :)

 

 

And we should be able to guess what you put into those mysterious shell scripts?

 

Like i wrote, "opkg-utils" package uses them.

root@vusolo2:~# opkg-build /tmp/E2Settings /hdd/lista/mipsel

 

Sorry for the confusion.





Also tagged with one or more of these keywords: find-utils, tar, repository, wget

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users