You are not logged in.

#1 2015-04-03 15:30:40

__amandamata
Member
Registered: 2015-04-03
Posts: 6

Pacman,Package installation cancellation by accident

Hello,
I was installing the openjfx package, and by accident canceled, and every time I try to re-install with makepkg -si --skipinteg get the following

(1/1) checking keys keychain [######################################## ######] 100%
(1/1) checking package integrity [######################################## ######] 100%
(1/1) Loading package files [######################################## ######] 100%
(1/1) checking file conflicts [######################################## ######] 100%
(1/1) checking available disk space [####################################### #######] 100%
(1/1) installing gperf [########################################## ####] 100%
==> Getting sources ...
  -> Cloning repository openjfx type hg ...
asking all changes
adding reviews
adding manifest
aborted transaction!
undoing completed
aborted: data received unexpectedly ended (99738 bytes obtained, expected 1309759)
==> ERROR: Failed to download the openjfx repository type hg
    Aborting ...

Would have some command to continue the installation where it left off?

Thanks You

Offline

#2 2015-04-03 15:33:59

Alad
Wiki Admin/IRC Op
From: Bagelstan
Registered: 2014-05-04
Posts: 2,414
Website

Re: Pacman,Package installation cancellation by accident

It seems the build process didn't finish (using --skipinteg is a bad habit btw). Remove the pkg and src directories, and retry with makepkg --clean.

Last edited by Alad (2015-04-03 15:36:52)


Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby

Offline

#3 2015-04-03 16:09:35

__amandamata
Member
Registered: 2015-04-03
Posts: 6

Re: Pacman,Package installation cancellation by accident

right, thanks

then, how i can remove the pkg and src directories? Just deleting?

Last edited by __amandamata (2015-04-03 16:09:59)

Offline

#4 2015-04-03 16:15:28

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Pacman,Package installation cancellation by accident

rm works fine


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#5 2015-04-03 16:24:14

__amandamata
Member
Registered: 2015-04-03
Posts: 6

Re: Pacman,Package installation cancellation by accident

yes, but in this directory exists archives i could not delete?

Offline

#6 2015-04-03 16:31:10

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Pacman,Package installation cancellation by accident

Post the command you used and the errors you get.

When posting configs, code or command output, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode

like this

It makes the code more readable and - in case of longer listings - more convenient to scroll through.

Offline

#7 2015-04-03 19:42:23

__amandamata
Member
Registered: 2015-04-03
Posts: 6

Re: Pacman,Package installation cancellation by accident

ok
So, Alad says use --skipinteg is a bad habit, way?

Offline

#8 2015-04-03 19:52:43

__amandamata
Member
Registered: 2015-04-03
Posts: 6

Re: Pacman,Package installation cancellation by accident

I delete the folders src and pkg
and run makepgk --clean

results is

==> Creating the package: openjfx 8u40_b24-2 (Fri Apr 3 16:47:12 EDT 2015)
==> Checking the runtime dependencies ...
==> Checking the compile time dependencies ...
==> Getting sources ...
  -> Cloning repository openjfx type hg ...
asking all changes
adding reviews
aborted transaction!
undoing completed
** Exception unknown found, please inform about this error, visit
** Http://mercurial.selenic.com/wiki/BugTracker
** Python 2.7.9 (default, 11 Dec 2014 04:42:00) [GCC 4.9.2]
** Mercurial Distributed SCM (version 3.3.3)
** Loaded extensions:
Traceback (most recent call last):
  File "/ usr / bin / hg", line 43, in <module>
    mercurial.dispatch.run ()
  File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 28, in run
    sys.exit ((dispatch (request (sys.argv [1:])) or 0) & 255)
  File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 71, in dispatch
    ret = _runcatch (req)
  File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 140, in _runcatch
    return _dispatch (req)
  File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 863, in _dispatch
    cmdpats, cmdoptions)
  File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 624, in runcommand
    ret = _runcommand (ui, options, cmd, d)
  File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 954, in _runcommand
    return checkargs ()
  File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 925, in checkargs
    return cmdfunc ()
  File "/usr/lib/python2.7/site-packages/mercurial/dispatch.py", line 860, in <lambda>
    d = lambda: util.checksignature (func) (ui, * args, ** cmdoptions)
  File "/usr/lib/python2.7/site-packages/mercurial/util.py", line 711, in check
    return func (* args, ** kwargs)
  File "/usr/lib/python2.7/site-packages/mercurial/commands.py", line 1374, in clone
    branch = opts.get ('branch'))
  File "/usr/lib/python2.7/site-packages/mercurial/hg.py", line 434, in clone
    destpeer.local (). clone (srcpeer, heads = revs, stream = stream)
  File "/usr/lib/python2.7/site-packages/mercurial/localrepo.py", line 1792 in clone
    ret = exchange.pull (self, remote, heads) .cgresult
  File "/usr/lib/python2.7/site-packages/mercurial/exchange.py", line 882, in pull
    _pullchangeset (pullop)
  File "/usr/lib/python2.7/site-packages/mercurial/exchange.py", line 1046, in _pullchangeset
    pullop.remote.url ())
  File "/usr/lib/python2.7/site-packages/mercurial/changegroup.py", line 750, in addchangegroup
    srccontent = cl.addgroup (source, csmap, trp)
  File "/usr/lib/python2.7/site-packages/mercurial/revlog.py", line 1406, in addgroup
    (Baserev, delta), ifh, dfh)
  File "/usr/lib/python2.7/site-packages/mercurial/revlog.py", line 1298, in _addrevision
    cachedelta [1])
mpatch.mpatchError: patch can not be decoded
==> ERROR: Failed to download the openjfx repository type hg
    Aborting ..

Offline

#9 2015-04-04 11:31:32

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Pacman,Package installation cancellation by accident

Do what it says?


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#10 2015-04-04 13:06:31

__amandamata
Member
Registered: 2015-04-03
Posts: 6

Re: Pacman,Package installation cancellation by accident

Yes i do,  rm -R in  pkg and src

Offline

#11 2015-04-04 13:16:52

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Pacman,Package installation cancellation by accident

What it said wrote:
** Exception unknown found, please inform about this error, visit
** Http://mercurial.selenic.com/wiki/BugTracker

Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

Board footer

Powered by FluxBB