packagesdev / packages

Integrated Packaging Environment for OS X
311 stars 44 forks source link

Build 1.2.3 #34

Open Alex1844 opened 6 years ago

Alex1844 commented 6 years ago

I was using build 1.2.3 quite successfully to package a Wineskin app, but after I upgraded to 1.2.4 (and 1.2.5) the installation package gets created successfully, but after the app gets installed by using the package, the app does not work. I would like to go back to build 1.2.3 but cannot find it anywhere, and I cannot build it. After downloading the 1.2.3 release source files, downloading goldin, ohshit, and xar, and removing i386 architecture, per XCode instructions, the build keeps failing at these commands.

The following build commands failed: CompileC /Users/alex/Projects/packages-1.2.3/distribution/build/Build/Intermediates.noindex/packages_builder.build/Release/packages_builder.build/Objects-normal/x86_64/PKGRequirement.o /Users/alex/Projects/packages-1.2.3/model/PKGRequirement.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) BUILD FAILED

The following build commands failed: CompileXIB /Users/alex/Projects/packages-1.2.3/plugins/requirements/CPU/PKGRequirementViewControllerCPU/PKGRequirementViewControllerCPU/fr.lproj/MainView.xib CompileXIB /Users/alex/Projects/packages-1.2.3/plugins/requirements/CPU/PKGRequirementViewControllerCPU/PKGRequirementViewControllerCPU/en.lproj/MainView.xib (2 failures) BUILD FAILED

The following build commands failed: CompileXIB /Users/alex/Projects/packages-1.2.3/plugins/requirements/OS/PKGRequirementViewControllerOS/PKGRequirementViewControllerOS/en.lproj/MainView.xib (1 failure) BUILD FAILED

The following build commands failed: CompileXIB /Users/alex/Projects/packages-1.2.3/plugins/requirements/RAM/PKGRequirementViewControllerRAM/PKGRequirementViewControllerRAM/fr.lproj/MainView.xib (1 failure)

Can someone please provide me the link to packages.pkg 1.2.3 version or help me build it from source code?

Thanks

Alex1844 commented 6 years ago

I was able to build version 1.2.3 with Xcode 9.4 (10.1 required lots of changes to remove i386 support) However, when I build a package I used before, it gets stuck at creating a xar archive.

Any idea?

screen shot 2018-10-31 at 2 24 04 pm
packagesdev commented 6 years ago

1.2.3 version is available the following URL:

http://s.sudre.free.fr/Software/files/Packages_123.dmg

Older versions are also available with the same URL scheme.

If building your project with version 1.2.3 solves the issue you're seeing, I would be interested in getting a copy of the 2 packages (built with 1.2.4 and built with 1.2.3) to see what the difference can be.