Activity for Unix GNU Windows

  • Robert Pyttel Robert Pyttel modified a comment on discussion wpkg

    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...

  • Robert Pyttel Robert Pyttel modified a comment on discussion wpkg

    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...

  • Robert Pyttel Robert Pyttel posted a comment on discussion wpkg

    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...

  • R. Douglas Barbieri R. Douglas Barbieri posted a comment on discussion wpkg

    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,...

  • Mathieu SCHROETER Mathieu SCHROETER posted a comment on discussion wpkg

    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...

  • Doug Barbieri Doug Barbieri committed [9ffdc5]

    Added a cmake option that toggles local "catch....

  • Doug Barbieri Doug Barbieri committed [49220c]

    Now builds under Ubuntu 16.04 using g++ 5.4.0

  • Mathieu SCHROETER Mathieu SCHROETER posted a comment on discussion wpkg

    Note that I use every days (on win, linux and darwin) the version 1.0.2. It's the...

  • Alexis Wilke Alexis Wilke posted a comment on discussion wpkg

    catch.cpp is in replacement of the old scheme which was to use cppunit. I fixed the...

  • AlexisWilke committed [aa0b02]

    USYS-4: There is no CATCH_NOTFOUND (found by Ma...

  • AlexisWilke committed [4cdfdc]

    USYS-4: Also fixed the 'd' at the end of ramdom...

  • AlexisWilke committed [aaea36]

    USYS-4: Fixed the naming convension of the syst...

  • AlexisWilke committed [647f63]

    Merge branch 'master' of ssh://git.code.sf.net/...

  • AlexisWilke committed [b5d855]

    USYS-4: Removed spurious 'd' at the end of rand...

  • Alexis Wilke Alexis Wilke posted a comment on discussion wpkg

    Hi Matthieu, I have something else I'm trying to finish and will come back to this...

  • Mathieu SCHROETER Mathieu SCHROETER posted a comment on discussion wpkg

    IMHO it's broken since cbaf9ef36252d99d96e53836a60ca930d643026a but I'm not 100%...

  • Mathieu SCHROETER Mathieu SCHROETER posted a comment on discussion wpkg

    Juste decompress this archive in unigw-master/wpkg/samples/ then run ./build.lin...

  • Mathieu SCHROETER Mathieu SCHROETER posted a comment on discussion wpkg

    Hello, With the current HEAD, there is a major regression with the build of a source...

  • Mathieu SCHROETER Mathieu SCHROETER modified a comment on discussion wpkg

    Hello, The sample7 doesn't work anymore. wpkg --field-variables VERSION=$VERSION...

  • Mathieu SCHROETER Mathieu SCHROETER posted a comment on discussion wpkg

    Hello, The sample7 doesn't work anymore. wpkg --field-variables VERSION=$VERSION...

  • Mathieu SCHROETER Mathieu SCHROETER modified a comment on discussion wpkg

    Hello, I build with make -j8, but : make[3]: warning: jobserver unavailable: using...

  • Mathieu SCHROETER Mathieu SCHROETER posted a comment on discussion wpkg

    Hello, I build with make -j8 but : make[3]: warning: jobserver unavailable: using...

  • Mathieu SCHROETER Mathieu SCHROETER posted a comment on discussion wpkg

    It's not really an error but "now", auto_ptr are deprecated /home/schroeterm/devel/unigw-master/wpkg/libdebpackages/memfile.cpp:...

  • Mathieu SCHROETER Mathieu SCHROETER posted a comment on discussion wpkg

    This patch fixes this bug : diff --git a/wpkg/tests/CMakeLists.txt b/wpkg/tests/CMakeLists.txt...

  • Mathieu SCHROETER Mathieu SCHROETER posted a comment on discussion wpkg

    Hello, I can not build anymore wpkg since that catch was added. CMake Error: The...

  • Doug Barbieri Doug Barbieri committed [3228ce]

    Now accepts cmake 3.2, instead of requiring 3.3.

  • Doug Barbieri Doug Barbieri committed [c2deb6]

    Added Catch test back. If not found, then the l...

  • R. Douglas Barbieri committed [bed6a2]

    Added our own version of Catch, and fixed more ...

  • Doug Barbieri Doug Barbieri committed [8df845]

    Fix to pass tests under Windows and type-mismat...

  • Doug Barbieri Doug Barbieri committed [ed4aca]

    Fixed build issues under MSVC2013.

  • Doug Barbieri Doug Barbieri committed [27a9a8]

    Extra testing...

  • Doug Barbieri Doug Barbieri committed [db9a03]

    Now testing disk_list_t properly.

  • Doug Barbieri Doug Barbieri committed [b6a0f0]

    Work in progress: new installer unittest.

  • Doug Barbieri Doug Barbieri committed [d9bf63]

    Now unittest_installer works correctly as a base.

  • Doug Barbieri Doug Barbieri committed [d72717]

    Unit testing is a good thing...

  • Doug Barbieri Doug Barbieri committed [ec9dfa]

    Added --wpkg option back into unittests, and en...

  • Doug Barbieri Doug Barbieri committed [5c5ee1]

    Now removes the variable *_RESULT after test.

  • R. Douglas Barbieri R. Douglas Barbieri committed [7e165a]

    Successfully refactored tests to use wpkg_tools...

  • R. Douglas Barbieri R. Douglas Barbieri committed [f9b817]

    Work in progress.

  • R. Douglas Barbieri R. Douglas Barbieri committed [278018]

    Moving samples to new folder.

  • R. Douglas Barbieri R. Douglas Barbieri committed [51af4a]

    This class is no longer used.

  • R. Douglas Barbieri R. Douglas Barbieri committed [4860c1]

    Merge branch 'master' of ssh://git.code.sf.net/...

  • R. Douglas Barbieri R. Douglas Barbieri committed [68b1f0]

    Work in progress:

  • R. Douglas Barbieri R. Douglas Barbieri committed [c4d93b]

    Work in progress!

  • R. Douglas Barbieri R. Douglas Barbieri committed [40a372]

    Work in progress.

  • R. Douglas Barbieri R. Douglas Barbieri committed [5c788a]

    Work in progress.

  • Doug Barbieri Doug Barbieri committed [cbc4de]

    Fixed error in cmake file.

  • Doug Barbieri Doug Barbieri committed [cad3fe]

    Bumped down the rand divisor.

  • Doug Barbieri Doug Barbieri committed [1b1587]

    Bringing integration tests up to date with Wind...

  • Doug Barbieri Doug Barbieri committed [a14556]

    USYS-42: core package was not being loaded.

  • Doug Barbieri Doug Barbieri committed [36742d]

    Forgot to create the actual manager for the pur...

  • Doug Barbieri Doug Barbieri committed [6327e2]

    Now objects need to be created on the heap.

  • Doug Barbieri Doug Barbieri committed [07f893]

    Took out --wpkg option from unittests, since th...

  • Doug Barbieri Doug Barbieri committed [787d5b]

    Made sure the new integration tests build under...

  • R. Douglas Barbieri R. Douglas Barbieri committed [33fd4b]

    More refactoring.

  • R. Douglas Barbieri R. Douglas Barbieri committed [8377c2]

    Merge branch 'master' of ssh://git.code.sf.net/...

  • AlexisWilke committed [1af322]

    USYS-7: Fixed the manager initialization so it ...

  • AlexisWilke committed [f92943]

    USYS-7: Fixed the PackageTest name, removed the...

  • AlexisWilke committed [a53811]

    USYS-7: Broken up the unit vs integration tests.

  • AlexisWilke committed [f89263]

    USYS-7: Fixed the architecture test which was f...

  • AlexisWilke committed [31287c]

    USYS-4: Cleaned up tabs.

  • AlexisWilke committed [db2d86]

    USYS-7: A few other tabs... 8-)

  • R. Douglas Barbieri R. Douglas Barbieri committed [f597eb]

    Moved install_info_t into its own header/cpp fi...

  • R. Douglas Barbieri R. Douglas Barbieri committed [18621b]

    Moved tree_generator to its own files.

  • R. Douglas Barbieri R. Douglas Barbieri committed [86332c]

    Now installer files compile correctly.

  • R. Douglas Barbieri R. Douglas Barbieri committed [e78f35]

    Reorganizing header files, and installer files.

  • R. Douglas Barbieri R. Douglas Barbieri committed [c2267d]

    Builds under Linux.

  • Doug Barbieri Doug Barbieri committed [54c637]

    Now builds, including unittests.

  • Doug Barbieri Doug Barbieri committed [ff1b91]

    Work in progress: refactoring installer and out...

  • Doug Barbieri Doug Barbieri committed [22e106]

    Now compiles!

  • Doug Barbieri Doug Barbieri committed [6a2ebc]

    Tools now compile.

  • Doug Barbieri Doug Barbieri committed [5bbe24]

    Added a progress_scope class which handles popp...

  • Doug Barbieri Doug Barbieri committed [bdf7b7]

    Added progress bar to pkg-explorer and progress...

  • Doug Barbieri Doug Barbieri committed [32f296]

    Corrected errors under Linux.

  • Doug Barbieri Doug Barbieri committed [5de9ce]

    Fixed compile bug.

  • Doug Barbieri Doug Barbieri committed [cbaf9e]

    Improved installer so that you can specify the ...

  • Doug Barbieri Doug Barbieri committed [d57f4a]

    ProcessDialog no longer shows during operations.

  • Doug Barbieri Doug Barbieri committed [a5403e]

    Now all thread objects hold onto the manager in...

  • Doug Barbieri Doug Barbieri committed [3be92f]

    Added "qt.conf" to make sure the platform dlls ...

  • R. Douglas Barbieri committed [1d087a]

    Moved required header file for DisplayThread cl...

  • Doug Barbieri Doug Barbieri committed [14c5ca]

    New release will be 1.0.3.

  • Doug Barbieri Doug Barbieri committed [727af5]

    Systray object is now static. This makes lockin...

  • Doug Barbieri Doug Barbieri committed [7a83c8]

    Added locked-icon and timeout.

  • Doug Barbieri Doug Barbieri committed [5b3d4f]

    Removed the extra ProcessDialog instance from W...

  • Doug Barbieri Doug Barbieri committed [f3b434]

    Now handling ProcessDialog better.

  • Doug Barbieri Doug Barbieri committed [a92e20]

    Much more stable code. Fixed numerous errors.

  • Doug Barbieri Doug Barbieri committed [c97dc9]

    Work in progress: moved wpkgar support to singl...

  • Doug Barbieri Doug Barbieri committed [d5971b]

    Merge ../unigw

  • Doug Barbieri Doug Barbieri committed [ecd8b3]

    Massive overhaul in handling the libdebpackages...

  • Doug Barbieri Doug Barbieri committed [4c52a8]

    Merge branch 'master' of ssh://git.code.sf.net/...

  • Doug Barbieri Doug Barbieri committed [d41ea5]

    Work in progress.

  • Doug Barbieri Doug Barbieri committed [ae1d4a]

    Updating changelogs for linux debian packaging.

  • Doug Barbieri Doug Barbieri committed [cf5894]

    Bumped version number.

  • Doug Barbieri Doug Barbieri committed [0032ab]

    Better target.

  • R. Douglas Barbieri R. Douglas Barbieri committed [f879a9]

    Fixed sources dialog so that local paths are ac...

  • R. Douglas Barbieri R. Douglas Barbieri committed [dae400]

    Added an MRU list to the PrefsDialog.

  • R. Douglas Barbieri R. Douglas Barbieri committed [85dec8]

    If the MRU list was empty, an empty menu would ...

  • R. Douglas Barbieri R. Douglas Barbieri committed [435e47]

    Added window title and status showing dist dir.

  • R. Douglas Barbieri R. Douglas Barbieri committed [55856b]

    Now root button defaults to what is in the edit...

  • MH MH posted a comment on discussion wpkg

    Thank you. This appears to be a non-issue as of revision 2ebf7b3.

1 >
MongoDB Logo MongoDB