[haiku-bugs] Re: [Haiku] #12116: package create fails with file too large

  • From: "jessicah" <trac@xxxxxxxxxxxx>
  • Date: Thu, 04 Jun 2015 01:57:55 -0000

#12116: package create fails with file too large
--------------------------------+----------------------------
Reporter: jessicah | Owner: bonefish
Type: bug | Status: new
Priority: normal | Milestone: Unscheduled
Component: Kits/Package Kit | Version: R1/Development
Resolution: | Keywords:
Blocked By: | Blocking:
Has a Patch: 0 | Platform: All
--------------------------------+----------------------------

Comment (by jessicah):

The first time I ran it, however, it actually succeeded. Second and third
times it failed, both with slightly different file sizes.

This was the basic outline of my bash session of success/failure:

{{{
~> pamrel strace -T -s package create -C texlive_x86 tl.hpkg
# succeeded, although I didn't end up getting a URL printed
# or copied to the clipboard...
~> package create -C texlive_x86 tl2.hpkg
# failed
~> strace -o trace.log package create -C texlive_x86 tl3.hpkg
# failed
~> ls -l
total 4374994
drwxr-xr-x 1 jessica root 2048 Jun 4 12:42 texlive_x86
drwxr-xr-x 1 jessica root 2048 Jun 4 12:41 texlive_x86_devel
-rw-r--r-- 1 jessica root 2135392416 Jun 4 13:01 tl.hpkg
-rw-r--r-- 1 jessica root 1186638081 Jun 4 13:25 tl2.hpkg
-rw-r--r-- 1 jessica root 1135415397 Jun 4 13:44 tl3.hpkg
-rw-r--r-- 1 jessica root 2746 Jun 4 13:50 trace-tail.log
-rw-r--r-- 1 jessica root 20262374 Jun 4 13:44 trace.log
}}}

where "pamrel" is defined in my bash profile as:
{{{

function pamrel {
( echo $PWD\> $@ ; $@ ) |& tee /dev/tty | curl -s -F 'content=<-'
http://pamrel.lu | tee /dev/tty | clipboard -i
}
}}}

--
Ticket URL: <https://dev.haiku-os.org/ticket/12116#comment:3>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: