Pacman -U reports package needing a crazy number of blocks

I'm testing a package provided by a reliable 3rd party and it fails to install on one system, but succeeds on another (both 32-bit systems). On the failing installation, pacman reports that the package requires a crazily huge number of blocks:
# pacman -U <package>
loading packages...
resolving dependencies...
looking for inter-conflicts...
Targets (1): <package>
Total Installed Size: 6.54 MiB
Net Upgrade Size: 0.02 MiB
Proceed with installation? [Y/n]
(1/1) checking package integrity [####################################] 100%
(1/1) loading package files [####################################] 100%
(1/1) checking for file conflicts [####################################] 100%
(1/1) checking available disk space [####################################] 100%
error: Partition / too full: 2552376766501889 blocks needed, 2089921 blocks free
error: not enough free disk space
error: failed to commit transaction (not enough free disk space)
Errors occurred, no packages were upgraded.
Running pacman -U --debug shows (snipped):
debug: partition /, needed 2552325226889216, cushion 5121, free 2090145
error: Partition / too full: 2552325226894337 blocks needed, 2090145 blocks free
debug: returning error 7 from _alpm_check_diskspace : not enough free disk space
I can install other packages with pacman fine and have never encountered this problem before. My root filesystem is not full:
# df
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 25761332 17398388 7052040 72% /
dev 509384 0 509384 0% /dev
run 511272 572 510700 1% /run
/dev/sda2 25761332 17398388 7052040 72% /
tmpfs 511272 132 511140 1% /dev/shm
tmpfs 511272 0 511272 0% /sys/fs/cgroup
tmpfs 511272 44 511228 1% /tmp
namcap showed nothing unusual about the package (which is not open source), and checks on my hard drive show nothing amiss.
Would be grateful for any pointers to solve this unusual problem!

Leonid.I wrote:Can you actually extract the package and measure the occupied disk space? Also what does pacman -Qpi <package> say?
Yes - extracted it to a temporary directory and it occupied 6.2M of disk space, according to the du -h command. Directories and files looked fine.
pacman -Qpi =>
Compressed Size: 2485.82 KiB
Installed Size : 6692.00 KiB
All seems reasonable, but .... !
(Also re-archived all the extracted stuff into a .pkg.tar.xz archive and got the same problem.)
Edit: But both the .tar.gz and .tar.xz packages install without error on a second system, upgraded with pacman -Syu today to exactly the same level as the first system!
Last edited by ninian (2012-08-06 18:34:05)

Similar Messages

  • Lost my ipod and cant report it stolen without serial number, where do I find the serial number without my ipod or the packaging it came in

    i lost my ipod and in order to report it missing i need the serial number. Where do I find the serial number without the ipod or the packaging it came in?

    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • HT5824 My iPad has been stolen. I need the serial number to report it to the authorities. I dont have the box it came in or the receipt and its not on my itunes on the computer because I didnt use it or music, just pictures. Can someone please help???

    My iPad has been stolen. Someone broke into my house on Tuesday. I have already tried locking it through icloud.  I have reported this to the authorities but they cannot do much unless I give them the serial number to the iPad. With the serial number they can put it into a database and send that inormation to pawn shops, so i the theie tries to pawn it, the pawn shop employeee can convscate the iPad and hand it over to the authorites. I need the serial number to report it to the authorities. I dont have the box it came in or the receipt and its not on my itunes on the computer because I didnt use it or music, just pictures. Can someone please help??? btw, some words are misspelled becasue the letter that comes ater the letter E, doesnt work on my keybord.
    Thanks

    Serial Number
    http://support.apple.com/kb/HT4061
    Sign in to My Support Profile
    https://supportprofile.apple.com/

  • My ipod touch was stolen and I need the serial number for the police report how can i recover it

    my ipod touch was stolen and i need the serial number for the police report how can i get that

    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • My iPhone was stolen last night and im needing my serial number to report to the police, consequently i dont have the box or anything linked to itunes? Any solutions??

    I need help getting my serial number to my iPhone 4s for the above reason

    These are the various ways to find that Info:
    http://support.apple.com/kb/HT4061
    If you need the IMEI number, your carrier will have a record of such.

  • How to find proc/func name from package name and line number?

    Hi,
    We are using the pl/sql call stack dump (dbms_utility.format_call_stack) for some debugging purposes. But in the case of a package body execution, the dump does not return the name of the procedure/function that is being executed, but only the name of the package and the line number being executed. So, we have a requirement wherein we need to extract the type and name of a package subunit from the package name and line number.
    e.g.
    From the information package 'A', line number 739
    we should be able to deduce that line 739 is a part of *'function A.f'*
    Does the oracle database provide any native mechanism (PL/SQL packages or otherwise) to support such functionality? If it does not, how can we achieve the desired result?
    Thanks in advance,
    Shashank

    The approach we are currently planning to take up is this :
    1. Write PL/SQL code to parse the entire source (user_source) and build a database table with a structure like this :
    PACKAGE_NAME | UNIT_TYPE | UNIT_NAME | START_LINE | END_LINE
    =============================================
    A | PROCEDURE | P1 | 20 | 345
    A | FUNCTION | F1 | 347 | 629
    etc..
    2. Start PL/SQL package execution.
    3. Keep dumping call stack snapshots whenever a custom debug procedure is called.
    4. Dump the package name and line number to a log file.
    5. Using the package name and line number, query the table built in step 1 and build the final report which shows the control flow in a readable form.
    What we want is to get rid of step 5 and by some means get the logic to extract the unit type and name in step 4 itself.
    Keep them coming..
    Thanks and regards,
    Shashank

  • Pacman architecture + searching packages via interface

    I am aware of the long discussions on GUI's for pacman. But we have to focus on the aspect of usefullness when talking about software development.
    Pacman is a package installer etc.. and thus the link between a user and installing applications. Pacman is a very usefull tool/system: It is fast (using the wget option), doesn't breaks easily on dependencies, etc... . But pacman lacks on one big feature: searching!.
    If I need to search for a application I will have to use the archlinux website! (using grep and pipe the output is not an option).
    Of course I could use the pacman -Ss search-term command but then I could get a long list of unstructured results.
    Also if i would like to batch some packages I have to type all of them at once -> this is not a preferable way of working. Whenever I like to install a number of packages at once I have to type all the names. Selecting them in a list is conveniance.
    The kde application kpackage is perhaps the best way to implement this functionality. I found a lot of posts on a kpackage plugin but none very informative on the matther of existance.
    I am not interested in a real GUI for pacman, but more specific information on pacmans architecture and possibilies to be implemented inside automatisation applications like kpackage.

    This is simply not the case.
    pacman -Ss p2p
    extra/amule 2.0.0rc8-1
    aMule is a eMule-like client for ed2k p2p network
    extra/gift 0.11.8.1-1
    A bridge between P2P protocols and front-ends.
    extra/napshare 1.3-1
    A complete, fully featured Gnutella P2P client
    extra/xmule 1.9.5-1
    An easy to use, multi-platform clone of the eMule P2P filesharing client
    pacman -Ss p2p ftp
    current/bftpd 1.0.24-2
    A very configurable (and secure) Linux FTP server
    current/gftp 2.0.18-1
    A multithreaded ftp client for X Windows
    current/lftp 3.1.0-1
    Sophisticated command line based FTP client
    current/netkit-ftp 0.17-3
    Commandline ftp client
    current/netkit-tftp 0.17-3
    This is netkit-tftp for Linux
    current/proftpd 1.2.10-2
    A high-performance, scalable FTP server
    current/rssh 2.2.2-1
    A restricted shell for use with OpenSSH, allowing only scp and/or sftp
    current/snarf 7.0-2
    Command-line URL retrieval tool (http/ftp/gopher)
    current/vsftpd 2.0.2-1
    Very Secure FTP daemon
    extra/amule 2.0.0rc8-1
    aMule is a eMule-like client for ed2k p2p network
    extra/gift 0.11.8.1-1
    A bridge between P2P protocols and front-ends.
    extra/napshare 1.3-1
    A complete, fully featured Gnutella P2P client
    extra/xmule 1.9.5-1
    An easy to use, multi-platform clone of the eMule P2P filesharing client
    extra/kbear 2.1-2
    A graphical ftp client for KDE
    extra/ncftp 3.1.8-1
    A set of free application programs implementing FTP
    extra/pure-ftpd 1.0.20-2
    Pure FTP Server is a fast, production quality, standards-conformant FTP
    server
    extra/sitecopy 0.14.3-1
    Synchronize local and remote web site via FTP or WebDAV
    extra/tftp-hpa 0.40-2
    official tftp server
    extra/weex 2.6.1.5-1
    With weex, the maintainer of a web site or archive that must be administered
    through FTP interaction can largely ignore that process
    extra/wput 0.5-1
    A command line tool to upload files to FTP site, the opposite to wget
    searching for "p2p" gave me all the packages with p2p in their name/desc. Seaching for "p2p ftp" gave me all the ftp OR p2p pacakges.
    Is that not what you want?

  • Please help! My iPod was stolen and I need the serial number!

    I bought my iPod new from fred meyer in February, on saturday it was stolen from my car along with my phone. I made a police report but I need my serial number or I wont get it back even if they recover it. Please help! I lost over 2000+ photos of my son on it! It is a blue 64G 5th generation iPod touch, Ive been trying to get the serial number for three days now and cant. I dont have the case anymore I am a single mom who has had to move several times in the past few months it got lost somewhere. Is there any hope of getting my serial number?

    iOS- How to find the serial number, IMEI, MEID, CDN, and ICCID number
    How to find the serial number of your Apple hardware product
    What To Do If Your iDevice Is Lost Or Stolen
    iPhone, iPod Touch, and iPad
    If you activated Find My Phone before it was lost or stolen, you can track it only if it is connected to the Internet by Wi-Fi or cellular. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. iCloud- Use Lost Mode
      6. What to do if your iOS device is lost or stolen
      7. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      8. Find My iPhone
      9. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)

  • My MacBook Pro was stolen last night. I need the serial number. It is not showing up on my devices list. My iPads and iPhones are. I have used it to to sync my phones and pads as well having it registered with apple. Any thoughts? Thanks

    My MacBook Pro was stolen last night. I need the serial number. It is not showing up on my devices list. My iPads and iPhones are. I have used it to to sync my phones and pads as well having it registered with apple. Any thoughts? Thanks

    Click here: https://supportprofile.apple.com/MySupportProfile.do
    SIgn in with your Apple ID, the same one you used to access this support forum.
    Hopefully, you will see a list of all the devices you registered with your Apple ID, including their serial numbers. Let me know how this works out.
    Edit to add: If you enabled "find my imac" on your Pro, you ought to be able to remotely lock it, or even wipe its memory. Click http://www.icloud.com/ sign in with your Apple ID and click the big green "find my iPhone" icon (nevermind the name, it will find all your devices provided they're running Lion or iOS 5).
    Then file a police report and nail the b*****d.

  • I lost my phone, I don't have internet on my phone and I need the serial number to track it

    I lost my phone, I don't have internet on my phone and I need the serial number to track it.. I just have my number and the company service.. Is it possible to know it with my apple ID?

    From Reporting a lost or stolen Apple product:
    ...  Although Apple does not have a process to track or flag lost or stolen product, you can use My Support Profile to find a list of serial numbers for items purchased or registered with your Apple ID.
    Try that too.

  • I'm writing a report and need a title page, so I want the auto-numbering to start with the second page. So the title page is zero and the next page will read "1"

    I'm writing a report and need a title page, so I want the auto-numbering to start with the second page. So the title page is zero and the next page will read "1" How do I do this?

    Hi H4S,
    Click at the end of the Tile page.
    Menu > Insert > Section Break.
    Click in the second Section. Insert a page number in the Header or Footer.
    Inspector > Layout > Section:
    Regards,
    Ian.

  • Crystal Reports 2008 Viewer Syntax error number: -2146827286

    I have CrystalReportViewer12 installed on Apache/Tomcat 6. I have configured all components as necessary: installed jars and setup web.xml/CRConfig.xml. I can get the report to display appropriately in my jsp page. But when I try to use the Go To Next Page button I receive the following error:
    name: SyntaxError
    message: Syntax error
    number: -2146827286
    description: Syntax error
    Any assistance will be appreciated.
    Thanks.

    Translating the error message on bablefish I get:
    Mistake with the store of the data bank information. Mistake in the file Report {C6512421-348A-4621-B1ED-895D28646A0A} .rpt
    Which I'm sure is not 100% accurate, but it gives a good hint. As well, because of this:
    "Do I need to install an additional / diffrent runtime than 2008 Runtime"
    I wonder how you installed the CR 12 runtime on that computer? For more info on CR runtimes, see [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0] wiki.
    If my suggestion above does not help, make sure the Win\temp directory can be accessed buy the application. Crystal Reports runtime needs to write and read files from the temp directory.
    Ludek

  • Microsoft office report package

    Hi Guys,
    Im new to LabeVIEW but a colleague and I are working on an automated monitoring project with our company.
    We have the Microsoft office report package however I am looking for a few simple examples or tutorials explaining their use.
    I seen that the below 2 examples were available at one point but now seem to be dead.
    labview\examples\office\Excel Reports.llb\Generate Report From Template (Excel).vi
    labview\examples\office\Word Reports.llb\Generate Report From Template (Word).vi
    Can anyone help?
    Thanks,
    Seamus

    Hi Seamus,
    Welcome to the National Instruments discussion forums!
    I have found a number of resources which may be of use to you as a starting point:
    Creating a Report in Microsoft Excel Using the LabVIEW Report Generation Toolkit: Introduction http://www.ni.com/white-paper/3178/en
    Creating Professional Reports with the LabVIEW Report Generation Toolkit for Microsoft Office http://www.ni.com/white-paper/3201/en
    LabVIEW Report Generation Toolkit for Microsoft Office http://sine.ni.com/psp/app/doc/p/id/psp-358/lang/e​n (See example code section)
    With regards to the two examples you specify, I have attached a ZIP file containing the entire 'office' folder. 
    Please let me know if you require these for older LabVIEW versions etc.
    Regards,
    Chris (CLED, CLD, CTD)
    NIUK Applications Engineering Specialist
    Attachments:
    office.zip ‏688 KB

  • I need the serial number for a disc download of Adobe Acrobat XI.  Where do I get it?

    I need the serial number before I can finish the set up from a disc.  Information in the box shows a go to  www.adobe.com/go/get serial.  There is nothing there that helps me.  I can't find the serial number on any of the packaging.  How can I get the serial number to continue my set up?

    Redemption Code http://helpx.adobe.com/x-productkb/global/redemption-code-help.html
    or
    Lost serial # http://helpx.adobe.com/x-productkb/global/find-serial-number.html

  • What will be the peoplesoft query to calculate voluntary termination count and involuntary termination count? I am working on OBIA HR analytics workforce deployment reports and need to validate the reports

    what will be the peoplesoft query to calculate voluntary termination count and involuntary termination count? I am working on OBIA HR analytics workforce deployment reports and need to validate the reports. I also want to know the tables involved

    Hi Andrew,
    Part A:
    I've done some restating of the question, and distributed the calculations among several fields, not all of which need to be included on the visible layout. Other than formatting the Date fields and moving the 'Completed Date' field and its label, I've left this in the default "Layout 1" produced by AppleWorks.
    Field List:
    Priority: Popup menu with six items: 00, J, D, 1, 2, 3  Defaults to 00
    TL (time limit in months): Calculation:  CHOOSE('Priority',0,1,3,4,6,12)
    Received: Date. Option: Automatically insert today's date (ie. Date Record created) (may be edited)
    Target Date: Calculation:
    DATE(YEAR('Received')+INT(MONTH('Received')+'TL')/12,MOD(MONTH('Received')+'TL', 12),DAY('Received'))
    Remaining (Days): Calculation: INT('Target Date'+1-NOW())  (see revision below)
    Completed: Checkbox. Set default value to Unchecked.
    Completed Date: Date: Entered manually
    OnTarget: Calculation: IF('Completed',IF('Completed Date'<'Target Date',"On Target","Over"),IF(INT(NOW())>'Target Date',"Over","On Target"))
    The On Target field shows the current status of the case while still open, and the state on the closing date when it was closed.
    Having done that, I was unhappy with the Remaining field continuing to calculate an ever larger negative number after the case had been closed. Hence this revision below:
    Remaining: Calculation: IF('Completed','Target Date'-'Completed Date',INT('Target Date'+1-NOW()))
    Shows the number of days remaining while the case is open, the days remaining at completion if the case has been marked Completed and the completion date entered.
    Rsults (and some further formatting of the Layout) below.
    Part B:
    You will need Subsummary parts when sorted on Completed and on On Target. Fields can appear on  a Layout only once, so each subsummary part will need a separate Summary type field for each field to be summarized.
    Regards,
    Barry

Maybe you are looking for

  • Is it possible to print layout/sapscript in background  ?

    hello i need to print some form ( layout/sapscript ) in background is it possible to print it immediately in background   ? i don’t want to keep it in the spool . This is the following code of my. submit   ****         SUBMIT YMM_VERIFICATION_BCK_GRN

  • Downloaded Mavericks and now i cannot get on the internet.

    Any help would be greatly appreciated it also says there is a java error. Please help

  • WIP Accounts showing credit balance in trial balance

    hi all, With our client,In trial balance most of WIP Accounts is showing Credit balance(nearly crores), normally it will have debit balance,In production process issue type is backflush  for all items & all production orders was closed after completi

  • Scriplet

    hi friends, goodday. i had some problem in understanding this part of the code. could you plz help me here. the following scriplet is the part of jsp and just after the odject declaration, some method is written. what does this signify? <%           

  • How do I find @ empty rubbish bin on ipad

    How do I find @ empty rubbish bin on ipad