Re: Packaging chunkfs - no debug output

2020-12-03 Thread Richard Shaw
On Thu, Dec 3, 2020 at 2:30 AM Sérgio Basto wrote: > > Can be Makefile that hardcode the LDFLAGS when we have LDFLAGS=foo > instead LDFLAGS+=foo > where is the Makefile and the rest of the code , src-rpm etc ? > I tried patching around the CFLAGS and LDFLAGS from = to += which seemed to work

Re: Packaging chunkfs - no debug output

2020-12-03 Thread Sérgio Basto
Can be Makefile that hardcode the LDFLAGS when we have LDFLAGS=foo instead LDFLAGS+=foo where is the Makefile and the rest of the code , src-rpm etc ? On Wed, 2020-12-02 at 21:21 -0600, Richard Shaw wrote: > Bah... I'm seriously about to create a CMake config for this rather > than deal with

Re: Packaging chunkfs - no debug output

2020-12-02 Thread Richard Shaw
Bah... I'm seriously about to create a CMake config for this rather than deal with the crappy Makefile... /usr/bin/ld: /tmp/unchunkfs.bkUTgL.ltrans0.ltrans.o: in function `main': /tmp/rpkg/chunkfs-25-h3w4te_q/chunkfs-0.8/unchunkfs.c:199: undefined reference to `fuse_main_real_compat25'

Re: Packaging chunkfs - no debug output

2020-12-02 Thread Elliott Sales de Andrade
On Wed, 2 Dec 2020 at 17:45, Richard Shaw wrote: > > On Wed, Dec 2, 2020 at 2:34 PM Elliott Sales de Andrade > wrote: >> >> >> >> On Wed., Dec. 2, 2020, 11:08 a.m. Richard Shaw, wrote: >>> >>> I'm working on packaging chunkfs for fun and curiosity. It should make >>> backing up VMs or other

Re: Packaging chunkfs - no debug output

2020-12-02 Thread Richard Shaw
On Wed, Dec 2, 2020 at 2:34 PM Elliott Sales de Andrade < quantum.anal...@gmail.com> wrote: > > > On Wed., Dec. 2, 2020, 11:08 a.m. Richard Shaw, > wrote: > >> I'm working on packaging chunkfs for fun and curiosity. It should make >> backing up VMs or other large files with traditional backup

Re: Packaging chunkfs - no debug output

2020-12-02 Thread Elliott Sales de Andrade
On Wed., Dec. 2, 2020, 11:08 a.m. Richard Shaw, wrote: > I'm working on packaging chunkfs for fun and curiosity. It should make > backing up VMs or other large files with traditional backup compression and > deduplication methods (i.e. BackupPC) easier by breaking up the file into > chunks. > >

Packaging chunkfs - no debug output

2020-12-02 Thread Richard Shaw
I'm working on packaging chunkfs for fun and curiosity. It should make backing up VMs or other large files with traditional backup compression and deduplication methods (i.e. BackupPC) easier by breaking up the file into chunks. It has a manual Makefile which I've patched to comply with the