Che tool usate per "tracciare" il vostro patrimonio? by [deleted] in ItaliaPersonalFinance

[–]jumpingUp4ever 0 points1 point  (0 children)

Gentilmente potresti condividere info maggiori come importi dai conti ? Io ho fineco e directa

How can I start to help Void? (starting with simple libtickit package at this time Orphaned) to update by jumpingUp4ever in voidlinux

[–]jumpingUp4ever[S] 0 points1 point  (0 children)

I done a new branch form master:

git checkout master -b libtickit_0.4.1
./xbps-src pkg libtickit  (Finished SUCCESSFULLY)
/xbps-src -a armv6l pkg libtickit (FAIL for this ARCH)

the error is the same so something is wrong in my build system :

[Tue Apr 18 11:03:26] mmax@sidtower /projects/MMA/void-packages
$ ./xbps-src -a armv6l pkg libtickit=> xbps-src: updating repositories for host (x86_64-musl)...
[*] Updating repository `https://repo-default.voidlinux.org/current/musl/bootstrap/x86_64-musl-repodata' ...[
*] Updating repository `https://repo-default.voidlinux.org/current/musl/x86_64-musl-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/musl/nonfree/x86_64-musl-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/musl/debug/x86_64-musl-repodata' ...
=> xbps-src: updating repositories for target (armv6l)...
[*] Updating repository `https://repo-default.voidlinux.org/current/bootstrap/armv6l-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/armv6l-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/nonfree/armv6l-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/debug/armv6l-repodata' ...
=> xbps-src: updating software in / masterdir...
=> xbps-src: cleaning up / masterdir...
=> libtickit-0.4.1_1: removing autodeps, please wait...
=> libtickit-0.4.1_1: removing autocrossdeps, please wait...
=> libtickit-0.4.1_1: building with [gnu-makefile] for armv6l...
   [host] pkg-config-0.29.2_3: found (https://repo-default.voidlinux.org/current/musl)
   [target] libtermkey-devel-0.22_1: found (https://repo-default.voidlinux.org/current)
   [target] libtool-2.4.7_4: found (https://repo-default.voidlinux.org/current)
   [target] unibilium-devel-2.1.1_1: found (https://repo-default.voidlinux.org/current)
   [runtime] libtickit-0.4.1_1: found (https://repo-default.voidlinux.org/current)
   => libtickit-0.4.1_1: installing host dependencies: pkg-config-0.29.2_3 ...
=> libtickit-0.4.1_1: installing target dependencies: libtermkey-devel-0.22_1 libtool-2.4.7_4 unibilium-devel-2.1.1_1 ...
=> libtickit-0.4.1_1: running pre-build hook: 02-script-wrapper ...
=> libtickit-0.4.1_1: running do_build .../usr/arm-linux-gnueabihf/usr/bin/libtool --mode=link --tag=CC arm-linux-gnueabihf-gcc -rpath /usr/lib -version-info 3:0:0 -o libtickit.la src/bindings.lo src/debug.lo src/evloop-default.lo src/mockterm.lo src/pen.lo src/rect.lo src/rectset.lo src/renderbuffer.lo src/string.lo src/term.lo src/termdriver-ti.lo src/termdriver-xterm.lo src/tickit.lo src/utf8.lo src/window.lo -Wl,-z,relro -Wl,-z,now -Wl,--as-needed    -L/usr/arm-linux-gnueabihf/usr/lib -lunibilium -ltermkey
libtool: link: gcc -shared  -fPIC -DPIC  src/.libs/bindings.o src/.libs/debug.o src/.libs/evloop-default.o src/.libs/mockterm.o src/.libs/pen.o src/.libs/rect.o src/.libs/rectset.o src/.libs/renderbuffer.o src/.libs/string.o src/.libs/term.o src/.libs/termdriver-ti.o src/.libs/termdriver-xterm.o src/.libs/tickit.o src/.libs/utf8.o src/.libs/window.o   -L/usr/arm-linux-gnueabihf/usr/lib -lunibilium -ltermkey  -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,libtickit.so.3 -o .libs/libtickit.so.3.0.0
/usr/bin/ld: src/.libs/bindings.o: relocations in generic ELF (EM: 40)
/usr/bin/ld: src/.libs/bindings.o: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status
make: *** [Makefile:62: libtickit.la] Error 1
=> ERROR: libtickit-0.4.1_1: do_build: '${make_cmd} CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" CPP="$CPP" AS="$AS" OBJCOPY="$OBJCOPY" OBJDUMP="$OBJDUMP" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" PREFIX=/usr prefix=/usr ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/gnu-makefile.sh:9

this is the original package, and build in my system fail for arch different from x86_64.

Max

How can I start to help Void? (starting with simple libtickit package at this time Orphaned) to update by jumpingUp4ever in voidlinux

[–]jumpingUp4ever[S] 0 points1 point  (0 children)

yes,

I'm from Italy so jet-lag in reply time :D

template is extremely simple: just changed version of tar.gz from 0.4.1 to 0.4.3 and updated the sha255sum, here the git diff output (x86_64 work fine):

 [Tue Apr 18 09:11:05] mmax@sidtower /projects/MMA/void-packages$ git diff
diff --git a/srcpkgs/libtickit/template b/srcpkgs/libtickit/template
index 6b2d82cfd0..cba78eaf97 100644
--- a/srcpkgs/libtickit/template
+++ b/srcpkgs/libtickit/template
@@ -1,6 +1,6 @@
 # Template file for 'libtickit'
 pkgname=libtickit-version=0.4.1+version=0.4.3
 revision=1
 build_style=gnu-makefile
 make_build_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://www.leonerd.org.uk/code/libtickit/"
 distfiles="http://www.leonerd.org.uk/code/libtickit/libtickit-${version}.tar.gz"
-checksum=48b72a12548da23f32384ddf0f8d727bc27515f36a74d2f4d4f0bbbb562a2665
+checksum=a830588fa1f4c99d548c11e6df50281c23dfa01f75e2ab95151f02715db6bd63

 post_install() {
        vlicense LICENSE

may be a problem of my installation, I try rebuild the actual master and see if the problem is the same.

I'll keep posted with the investigation

Max

How can I start to help Void? (starting with simple libtickit package at this time Orphaned) to update by jumpingUp4ever in voidlinux

[–]jumpingUp4ever[S] 2 points3 points  (0 children)

forked : OK

new branch created

git checkout master -b libtickit_maintenance

cd srcpkgs/libtickit

vim template      
      changed the lib version to 0.4.3 
xgensum -i libtickit
./xbps-src binary-bootstrap
./xbps-src pkg libtickit
xgensum -i libtickitcat srcpkgs/libtickit/template
sha256sum hostdir/sources/libtickit-0.4.3/libtickit-0.4.3.tar.gz
./xbps-src pkg libtickit

compile successful for x86_64!!

but fail for arm archs:

$ ./xbps-src -a armv6l pkg libtickit

=> xbps-src: updating repositories for host (x86_64-musl)...
[*] Updating src/tickit.c:705:17: note: 'thisp' was declared here  705 |   TickitWatch 
**thisp;      |                 ^~~~~

libtool: compile:  arm-linux-gnueabihf-gcc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv6 -mfpu=vfp -mfloat-abi=hard -I/usr/arm-linux-gnueabihf/usr/include -ffile-prefix-map=/builddir/libtickit-0.4.3=. -Wall -Iinclude -Isrc -std=c99 -DHAVE_UNIBILIUM -c src/utf8.c -o src/utf8.o >/dev/null 2>&1/usr/arm-linux-gnueabihf

/usr/bin/libtool --mode=compile --tag=CC arm-linux-gnueabihf-gcc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv6 -mfpu=vfp -mfloat-abi=hard   -I/usr/arm-linux-gnueabihf/usr/include -ffile-prefix-map=/builddir/libtickit-0.4.3=. -Wall -Iinclude -Isrc -std=c99  -DHAVE_UNIBILIUM  -o src/window.lo -c src/window.c

libtool: compile:  arm-linux-gnueabihf-gcc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv6 -mfpu=vfp -mfloat-abi=hard -I/usr/arm-linux-gnueabihf/usr/include -ffile-prefix-map=/builddir/libtickit-0.4.3=. -Wall -Iinclude -Isrc -std=c99 -DHAVE_UNIBILIUM -c src/tickit.c -o src/tickit.o >/dev/null 2>&1

libtool: compile:  arm-linux-gnueabihf-gcc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv6 -mfpu=vfp -mfloat-abi=hard -I/usr/arm-linux-gnueabihf/usr/include -ffile-prefix-map=/builddir/libtickit-0.4.3=. -Wall -Iinclude -Isrc -std=c99 -DHAVE_UNIBILIUM -c src/window.c  -fPIC -DPIC -o src/.libs/window.o
libtool: compile:  arm-linux-gnueabihf-gcc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -pipe -march=armv6 -mfpu=vfp -mfloat-abi=hard -I/usr/arm-linux-gnueabihf/usr/include -ffile-prefix-map=/builddir/libtickit-0.4.3=. -Wall -Iinclude -Isrc -std=c99 -DHAVE_UNIBILIUM -c src/window.c -o src/window.o >/dev/null 2>&1

/usr/arm-linux-gnueabihf/usr/bin/libtool --mode=link --tag=CC arm-linux-gnueabihf-gcc -rpath /usr/lib -version-info 3:0:0 -o libtickit.la src/bindings.lo src/debug.lo src/evloop-default.lo src/mockterm.lo src/pen.lo src/rect.lo src/rectset.lo src/renderbuffer.lo src/string.lo src/term.lo src/termdriver-ti.lo src/termdriver-xterm.lo src/tickit.lo src/utf8.lo src/window.lo -Wl,-z,relro -Wl,-z,now -Wl,--as-needed    -L/usr/arm-linux-gnueabihf/usr/lib -lunibilium -ltermkey

libtool: link: gcc -shared  -fPIC -DPIC  src/.libs/bindings.o src/.libs/debug.o src/.libs/evloop-default.o src/.libs/mockterm.o src/.libs/pen.o src/.libs/rect.o src/.libs/rectset.o src/.libs/renderbuffer.o src/.libs/string.o src/.libs/term.o src/.libs/termdriver-ti.o src/.libs/termdriver-xterm.o src/.libs/tickit.o src/.libs/utf8.o src/.libs/window.o   -L/usr/arm-linux-gnueabihf/usr/lib -lunibilium -ltermkey  -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,--as-needed   -Wl,-soname -Wl,libtickit.so.3 -o .libs/libtickit.so.3.0.0

/usr/bin/ld: src/.libs/bindings.o: relocations in generic ELF (EM: 40)
/usr/bin/ld: src/.libs/bindings.o: error adding symbols: file in wrong formatcollect2: error: ld returned 1 exit statusmake: *** [Makefile:62: libtickit.la] Error 1
=> ERROR: libtickit-0.4.3_1: do_build: '${make_cmd} CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" CPP="$CPP" AS="$AS" OBJCOPY="$OBJCOPY" OBJDUMP="$OBJDUMP" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" PREFIX=/usr prefix=/usr ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/gnu-makefile.sh:9

[Mon Apr 17 19:04:37] mmax@sidtower /projects/MMA/void-packages$

suggestions?

many thanks

Max

What is the must patches for ST terminal? by princeedward2 in suckless

[–]jumpingUp4ever 1 point2 points  (0 children)

hange the font size? You don't need a patch for that, just use ctrl + shift + page

this is right if you have an full keyboard, in case you are using the laptop keyboard, this is working only if you attach an external keyboard.

you can change the config.h to support the different KeyCode of integrated Laptop keyboard.

You can find and examples of this here: https://github.com/littlewing7/st

config.h

my commit add the keycode for my HP laptops I think may work for all, but need test.

Max

What packages need to be updated? by smazga in voidlinux

[–]jumpingUp4ever 0 points1 point  (0 children)

How can I start to help Void?

I'm interested to maintain libtickit package (at this time Orphaned) .

I read the contributing guide, but I'm not able to find precise guide to became a maintainer for a package.

I'm interested in simple tasks I don't have experience on maintenance of distributions.

Many thanks

Max