Hello, i am still having that issue in version 1.0.0 on a Windows 10 System. I have an Apache-WebServer, where my deb files are located and trying to install from that source. wpkg --install "http://localhost/deb/testhw_1.0.0_all.deb" --force-all wpkg:fatal: 2018/02/28 10:51:56: filename "http://localhost/deb/*" is not a direct filename, os_filename() cannot work on such (tool) My sources.list looks like this: C:\var\lib\deb>wpkg --list-sources wpkg http://localhost deb wpkg file:C:/var/ lib deb...
Hello, i am still having that issue in version 1.0.0 on a Windows 10 System. I have an Apache-WebServer, where my deb files are located and trying to install from that source. wpkg --install "http://localhost/deb/testhw_1.0.0_all.deb" --force-all wpkg:fatal: 2018/02/28 10:51:56: filename "http://localhost/deb/*" is not a direct filename, os_filename() cannot work on such (tool) My sources.list looks like this: C:\var\lib\deb>wpkg --list-sources wpkg http://localhost deb wpkg file:C:/var/ lib deb...
Hello, i am still having that issue in version 1.0.0 on a Windows 10 System. I have an Apache-WebServer, where my deb files are located and trying to install from that source. wpkg --install "http://localhost/deb/testhw_1.0.0_all.deb" --force-all wpkg:fatal: 2018/02/28 10:51:56: filename "http://localhost/deb/*" is not a direct filename, os_filename() cannot work on such (tool) My sources.list looks like the: C:\var\lib\deb>wpkg --list-sources wpkg http://localhost deb wpkg file:C:/var/ lib deb Any...
Hi Mathieu, I agree that this artificial limit is too low. The problem is, there is a lot of unpacking and such going on in memory, so large packages gobble up memory like crazy and cause your process to die an ungraceful death. It's why we put that limit in. Raising it to 4GB in the code might work for you, if you want to compile your own version. But for the time being, we don't have the time to refactor the code to handle large files. (Our previous client was paying us to maintain this library,...
Hello, I need to increase the size limit for packages on 64 bit platforms.. What is the maximal limit please ? // Increased the maximum size to 1Gb instead of 128Mb // I think we should have a command line flag so you can impose a limit // although there should be no reason other than package optimization // (i.e. make sure you don't include the "wrong" thing in your packages) if(total > 1024 * 1024 * 1024) { throw memfile_exception_parameter("memory file size too large (over 1Gb?!)"); } I need more...
Added a cmake option that toggles local "catch....
Now builds under Ubuntu 16.04 using g++ 5.4.0
Note that I use every days (on win, linux and darwin) the version 1.0.2. It's the...
catch.cpp is in replacement of the old scheme which was to use cppunit. I fixed the...
USYS-4: There is no CATCH_NOTFOUND (found by Ma...
USYS-4: Also fixed the 'd' at the end of ramdom...
USYS-4: Fixed the naming convension of the syst...
Merge branch 'master' of ssh://git.code.sf.net/...
USYS-4: Removed spurious 'd' at the end of rand...
Hi Matthieu, I have something else I'm trying to finish and will come back to this...
IMHO it's broken since cbaf9ef36252d99d96e53836a60ca930d643026a but I'm not 100%...
Juste decompress this archive in unigw-master/wpkg/samples/ then run ./build.lin...
Hello, With the current HEAD, there is a major regression with the build of a source...
Hello, The sample7 doesn't work anymore. wpkg --field-variables VERSION=$VERSION...
Hello, The sample7 doesn't work anymore. wpkg --field-variables VERSION=$VERSION...
Hello, I build with make -j8, but : make[3]: warning: jobserver unavailable: using...
Hello, I build with make -j8 but : make[3]: warning: jobserver unavailable: using...
It's not really an error but "now", auto_ptr are deprecated /home/schroeterm/devel/unigw-master/wpkg/libdebpackages/memfile.cpp:...
This patch fixes this bug : diff --git a/wpkg/tests/CMakeLists.txt b/wpkg/tests/CMakeLists.txt...
Hello, I can not build anymore wpkg since that catch was added. CMake Error: The...
Now accepts cmake 3.2, instead of requiring 3.3.
Added Catch test back. If not found, then the l...
Added our own version of Catch, and fixed more ...
Fix to pass tests under Windows and type-mismat...
Fixed build issues under MSVC2013.
Extra testing...
Now testing disk_list_t properly.
Work in progress: new installer unittest.
Now unittest_installer works correctly as a base.
Unit testing is a good thing...
Added --wpkg option back into unittests, and en...
Now removes the variable *_RESULT after test.
Successfully refactored tests to use wpkg_tools...
Work in progress.
Moving samples to new folder.
This class is no longer used.
Merge branch 'master' of ssh://git.code.sf.net/...
Work in progress:
Work in progress!
Work in progress.
Work in progress.
Fixed error in cmake file.
Bumped down the rand divisor.
Bringing integration tests up to date with Wind...
USYS-42: core package was not being loaded.
Forgot to create the actual manager for the pur...
Now objects need to be created on the heap.
Took out --wpkg option from unittests, since th...
Made sure the new integration tests build under...
More refactoring.
Merge branch 'master' of ssh://git.code.sf.net/...
USYS-7: Fixed the manager initialization so it ...
USYS-7: Fixed the PackageTest name, removed the...
USYS-7: Broken up the unit vs integration tests.
USYS-7: Fixed the architecture test which was f...
USYS-4: Cleaned up tabs.
USYS-7: A few other tabs... 8-)
Moved install_info_t into its own header/cpp fi...
Moved tree_generator to its own files.
Now installer files compile correctly.
Reorganizing header files, and installer files.
Builds under Linux.
Now builds, including unittests.
Work in progress: refactoring installer and out...
Now compiles!
Tools now compile.
Added a progress_scope class which handles popp...
Added progress bar to pkg-explorer and progress...
Corrected errors under Linux.
Fixed compile bug.
Improved installer so that you can specify the ...
ProcessDialog no longer shows during operations.
Now all thread objects hold onto the manager in...
Added "qt.conf" to make sure the platform dlls ...
Moved required header file for DisplayThread cl...
New release will be 1.0.3.
Systray object is now static. This makes lockin...
Added locked-icon and timeout.
Removed the extra ProcessDialog instance from W...
Now handling ProcessDialog better.
Much more stable code. Fixed numerous errors.
Work in progress: moved wpkgar support to singl...
Merge ../unigw
Massive overhaul in handling the libdebpackages...
Merge branch 'master' of ssh://git.code.sf.net/...
Work in progress.
Updating changelogs for linux debian packaging.
Bumped version number.
Better target.
Fixed sources dialog so that local paths are ac...
Added an MRU list to the PrefsDialog.
If the MRU list was empty, an empty menu would ...
Added window title and status showing dist dir.
Now root button defaults to what is in the edit...
Thank you. This appears to be a non-issue as of revision 2ebf7b3.