Skip to content

make package fail #354

Closed
Closed
@dongxiexidu

Description

@dongxiexidu

(Thanks for reporting an issue! Please make sure you click the link above to view the issue guidelines, then fill out the blanks below.)

What are the steps to reproduce this issue?

1.nic.pl
2.13
3.make
4.make package
What happens?

dm.pl: building package com.li.firstproject:iphoneos-arm' in ./packages/com.li.firstproject_0.0.1-1+debug_iphoneos-arm.deb'
open2: exec of lzma -c6 failed at /Users/lidongxi/theos/bin/dm.pl line 113.
make: *** [internal-package] Error 2

What versions of software are you using?

Operating System:
mac 10.13.6

Activity

kirb

kirb commented on Oct 28, 2018

@kirb
Member

Strange. What is the output of which lzma? If you run lzma, what do you see? If it works, it should be “lzma: Compressed data cannot be written to a terminal”.

MangoSeries

MangoSeries commented on Nov 26, 2018

@MangoSeries

vim /Users/xxx/theos/makefiles/package/deb.mk
then change _THEOS_PLATFORM_DPKG_DEB_COMPRESSION ?= lzma to _THEOS_PLATFORM_DPKG_DEB_COMPRESSION ?= gzip at line 6.

uroboro

uroboro commented on Nov 26, 2018

@uroboro
Member

We'd rather you didn't edit or suggest editing Theos' files.

kirb

kirb commented on Nov 26, 2018

@kirb
Member

Closing due to lack of response.

kevinpiac

kevinpiac commented on Jul 26, 2019

@kevinpiac

I had the same issue and running brew install xz worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kirb@uroboro@dongxiexidu@kevinpiac@MangoSeries

        Issue actions

          make package fail · Issue #354 · theos/theos