Jump to content

make: *** [internal-package] Error 126


Go to solution Solved by mitosis,

22 posts in this topic

Recommended Posts

Posted

Here's the results:

The picture is not working. Copy paste the output.

Posted

The picture is not working. Copy paste the output.

 

 

Sorry I can't copy the error code from [/size]mobileterminal. But here's the i[/size]mage with the new host site. [/size]

 

 254dd36.png

 

 

make package install: dpkg-deb: file `/tmp/_theos_install.deb' contains ununderstood data member data.tar.xz , giving up

Posted

Sorry I can't copy the error code from [/size]mobileterminal. But here's the i[/size]mage with the new host site. [/size]

Open your /theos/makefiles/package/deb.mk

 

Edit Line 33 to this:

 

$(ECHO_NOTHING)COPYFILE_DISABLE=1 $(FAKEROOT) -r dpkg-deb -Zgzip -b "$(THEOS_STAGING_DIR)" "$(_THEOS_DEB_PACKAGE_FILENAME)" $(STDERR_NULL_REDIRECT)$(ECHO_END)
Recompile the deb and reinstall.
Posted

Open your /theos/makefiles/package/deb.mk

 

Edit Line 33 to this:

 

$(ECHO_NOTHING)COPYFILE_DISABLE=1 $(FAKEROOT) -r dpkg-deb -Zgzip -b "$(THEOS_STAGING_DIR)" "$(_THEOS_DEB_PACKAGE_FILENAME)" $(STDERR_NULL_REDIRECT)$(ECHO_END)
Recompile the deb and reinstall.

 

 

 

Thanks for your tips, but I've got this error:

bash-3.2# make package messages=yes

Making all for tweak tinderplusmac...
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile --no-print-directory --no-keep-going \
		internal-library-compile \
		_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=tinderplusmac _THEOS_CURRENT_OPERATION=compile \
		THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make[2]: Nothing to be done for `internal-library-compile'.
rm -rf "/Users/Nazrin/tinderplusmac/.theos/_"
/Users/Nazrin/tinderplusmac/theos/bin/fakeroot.sh -p "/Users/Nazrin/tinderplusmac/.theos/fakeroot" -c
mkdir -p "/Users/Nazrin/tinderplusmac/.theos/_"
[ -d layout ] && rsync -a "layout/" "/Users/Nazrin/tinderplusmac/.theos/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for tweak tinderplusmac...
mkdir -p "/Users/Nazrin/tinderplusmac/.theos/_/Library/MobileSubstrate/DynamicLibraries/"
cp ./.theos/obj/tinderplusmac.dylib "/Users/Nazrin/tinderplusmac/.theos/_/Library/MobileSubstrate/DynamicLibraries/"
if [ -f tinderplusmac.plist ]; then cp tinderplusmac.plist "/Users/Nazrin/tinderplusmac/.theos/_/Library/MobileSubstrate/DynamicLibraries/"; fi
mkdir -p "/Users/Nazrin/tinderplusmac/.theos/_/DEBIAN"
sed -e '/^[Vv]ersion:/d' "/Users/Nazrin/tinderplusmac/control" > "/Users/Nazrin/tinderplusmac/.theos/_/DEBIAN/control"
echo "Version: 5.0.1-4" >> "/Users/Nazrin/tinderplusmac/.theos/_/DEBIAN/control"
echo "Installed-Size: 120" >> "/Users/Nazrin/tinderplusmac/.theos/_/DEBIAN/control"
COPYFILE_DISABLE=1 /Users/Nazrin/tinderplusmac/theos/bin/fakeroot.sh -p "/Users/Nazrin/tinderplusmac/.theos/fakeroot" -r dpkg-deb —Zgzip -b "/Users/Nazrin/tinderplusmac/.theos/_" "./com.nazrin.tinderplusmac_5.0.1-4_iphoneos-arm.deb" 
dpkg-deb: error: need an action option

Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --help for help about installing and deinstalling packages.
make: *** [internal-package] Error 2
Posted

Post your deb.mk file contents here. :)

Posted

Download here

Just copy paste the content, no need to upload it.

Posted (edited)

Just copy paste the content, no need to upload it.


***BEFORE make package RUN***

obj |  folder type
theos | folder type
control | file type
Makefile | file type
tinderplus.plist | file type
Tweak.xm | file type 
***AFTER make package RUN***

control.tar.gz
data.tar.xz 
Updated by nzzrin
Posted

 

***BEFORE make package RUN***

obj |  folder type
theos | folder type
control | file type
Makefile | file type
tinderplus.plist | file type
Tweak.xm | file type 
***AFTER make package RUN***

control.tar.gz
data.tar.xz 

I don't think you understood me. :p

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines