Package Details: pebbles-git r264.fe8a046-2

Git Clone URL: https://aur.archlinux.org/pebbles-git.git (read-only, click to copy)
Package Base: pebbles-git
Description: Pebbles is an advanced calculator application designed for Pantheon Shell
Upstream URL: https://github.com/SubhadeepJasu/pebbles
Licenses: GPL3
Conflicts: pebbles
Provides: pebbles
Submitter: btd1337
Maintainer: btd1337
Last Packager: btd1337
Votes: 1
Popularity: 0.000000
First Submitted: 2020-04-15 01:16 (UTC)
Last Updated: 2023-07-20 02:56 (UTC)

Latest Comments

xiota commented on 2023-06-19 22:37 (UTC)

Clean chroot. Needs libhandy in depends.

Run-time dependency libhandy-1 found: NO (tried pkgconfig)

meson.build:38:4: ERROR: Dependency "libhandy-1" not found, tried pkgconfig

A full log can be found at /home/main-builder/pkgwork/src/pebbles/_build/meson-logs/meson-log.txt
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
==> ERROR: A failure occurred in build().

Technetium1 commented on 2022-09-15 04:26 (UTC)

Missing git in makedepends and libhandy in depends to build in clean chroot.

Daniel071 commented on 2020-08-18 05:13 (UTC)

This got fixed upstream, so it should compile fine now Check this: https://github.com/SubhadeepJasu/pebbles/issues/67

Daniel071 commented on 2020-08-15 00:07 (UTC)

I'm having the same issue as the 2 comments below.

../src/Core/CurrencyConverter.vala:128.13-128.23: warning: `null' incompatible with return type `double[]'
            return null;
            ^^^^^^^^^^^
../src/MainWindow.vala:749.48-749.74: error: The name `QWD' does not exist in the context of `Pebbles.GlobalAngleUnit'
            if (settings.global_word_length == Pebbles.GlobalAngleUnit.QWD) {
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/MainWindow.vala:755.53-755.79: error: The name `DWD' does not exist in the context of `Pebbles.GlobalAngleUnit'
            else if (settings.global_word_length == Pebbles.GlobalAngleUnit.DWD) {
                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/MainWindow.vala:761.53-761.79: error: The name `WRD' does not exist in the context of `Pebbles.GlobalAngleUnit'
            else if (settings.global_word_length == Pebbles.GlobalAngleUnit.WRD) {
                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/MainWindow.vala:767.53-767.79: error: The name `BYT' does not exist in the context of `Pebbles.GlobalAngleUnit'
            else if (settings.global_word_length == Pebbles.GlobalAngleUnit.BYT) {
                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 4 error(s), 1 warning(s)
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

Tio commented on 2020-08-11 02:21 (UTC)

Error:

FAILED: com.github.subhadeepjasu.pebbles@exe/src/Application.c com.github.subhadeepjasu.pebbles@exe/src/Settings.c com.github.subhadeepjasu.pebbles@exe/src/MainWindow.c com.github.subhadeepjasu.pebbles@exe/src/StyledButton.c com.github.subhadeepjasu.pebbles@exe/src/KeyboardHandler.c com.github.subhadeepjasu.pebbles@exe/src/ControlsScheme.c com.github.subhadeepjasu.pebbles@exe/src/PreferencesOverlay.c com.github.subhadeepjasu.pebbles@exe/src/Test/TestUtil.c com.github.subhadeepjasu.pebbles@exe/src/Core/EvaluationResult.c com.github.subhadeepjasu.pebbles@exe/src/Core/HistoryManager.c com.github.subhadeepjasu.pebbles@exe/src/Core/ScientificCalculator.c com.github.subhadeepjasu.pebbles@exe/src/Core/Calculus.c com.github.subhadeepjasu.pebbles@exe/src/Core/ProgrammerCalculator.c com.github.subhadeepjasu.pebbles@exe/src/Core/Statistics.c com.github.subhadeepjasu.pebbles@exe/src/Core/Utils.c com.github.subhadeepjasu.pebbles@exe/src/Core/Converter.c com.github.subhadeepjasu.pebbles@exe/src/Core/CurrencyConverter.c com.github.subhadeepjasu.pebbles@exe/src/Core/DateCalculator.c com.github.subhadeepjasu.pebbles@exe/src/Views/MiniCalculator.c com.github.subhadeepjasu.pebbles@exe/src/Views/CalculusView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ProgrammerView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ScientificView.c com.github.subhadeepjasu.pebbles@exe/src/Views/DateView.c com.github.subhadeepjasu.pebbles@exe/src/Views/StatisticsView.c com.github.subhadeepjasu.pebbles@exe/src/Views/CommonNumericKeypad.c com.github.subhadeepjasu.pebbles@exe/src/Views/CommonKeyPadConverter.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvLengthView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvAreaView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvVolumeView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvTimeView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvAngleView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvSpeedView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvPressView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvMassView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvEnergyView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvPowerView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvTempView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvDataView.c com.github.subhadeepjasu.pebbles@exe/src/Views/ConvCurrView.c com.github.subhadeepjasu.pebbles@exe/src/Views/BitToggleGrid.c com.github.subhadeepjasu.pebbles@exe/src/Views/ControlsOverlay.c com.github.subhadeepjasu.pebbles@exe/src/Views/HistoryView.c com.github.subhadeepjasu.pebbles@exe/src/Views/BottomPopper.c com.github.subhadeepjasu.pebbles@exe/src/Views/Displays/ScientificDisplay.c com.github.subhadeepjasu.pebbles@exe/src/Views/Displays/CalculusDisplay.c com.github.subhadeepjasu.pebbles@exe/src/Views/Displays/ProgrammerDisplay.c com.github.subhadeepjasu.pebbles@exe/src/Views/Displays/StatisticsDisplay.c com.github.subhadeepjasu.pebbles@exe/src/Views/Displays/StatisticsGraph.c 
valac -C --debug --debug --pkg posix --pkg posix --pkg json-glib-1.0 --pkg libsoup-2.4 --pkg gobject-2.0 --pkg gsl --pkg glib-2.0 --pkg gtk+-3.0 --pkg granite --color=always --directory com.github.subhadeepjasu.pebbles@exe --basedir ../ --gresources=../data/com.github.subhadeepjasu.pebbles.gresource.xml ../src/Application.vala ../src/Settings.vala ../src/MainWindow.vala ../src/StyledButton.vala ../src/KeyboardHandler.vala ../src/ControlsScheme.vala ../src/PreferencesOverlay.vala ../src/Test/TestUtil.vala ../src/Core/EvaluationResult.vala ../src/Core/HistoryManager.vala ../src/Core/ScientificCalculator.vala ../src/Core/Calculus.vala ../src/Core/ProgrammerCalculator.vala ../src/Core/Statistics.vala ../src/Core/Utils.vala ../src/Core/Converter.vala ../src/Core/CurrencyConverter.vala ../src/Core/DateCalculator.vala ../src/Views/MiniCalculator.vala ../src/Views/CalculusView.vala ../src/Views/ProgrammerView.vala ../src/Views/ScientificView.vala ../src/Views/DateView.vala ../src/Views/StatisticsView.vala ../src/Views/CommonNumericKeypad.vala ../src/Views/CommonKeyPadConverter.vala ../src/Views/ConvLengthView.vala ../src/Views/ConvAreaView.vala ../src/Views/ConvVolumeView.vala ../src/Views/ConvTimeView.vala ../src/Views/ConvAngleView.vala ../src/Views/ConvSpeedView.vala ../src/Views/ConvPressView.vala ../src/Views/ConvMassView.vala ../src/Views/ConvEnergyView.vala ../src/Views/ConvPowerView.vala ../src/Views/ConvTempView.vala ../src/Views/ConvDataView.vala ../src/Views/ConvCurrView.vala ../src/Views/BitToggleGrid.vala ../src/Views/ControlsOverlay.vala ../src/Views/HistoryView.vala ../src/Views/BottomPopper.vala ../src/Views/Displays/ScientificDisplay.vala ../src/Views/Displays/CalculusDisplay.vala ../src/Views/Displays/ProgrammerDisplay.vala ../src/Views/Displays/StatisticsDisplay.vala ../src/Views/Displays/StatisticsGraph.vala
../src/Core/CurrencyConverter.vala:128.13-128.23: warning: `null' incompatible with return type `double[]'
            return null;
            ^^^^^^^^^^^
../src/MainWindow.vala:749.48-749.74: error: The name `QWD' does not exist in the context of `Pebbles.GlobalAngleUnit'
            if (settings.global_word_length == Pebbles.GlobalAngleUnit.QWD) {
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/MainWindow.vala:755.53-755.79: error: The name `DWD' does not exist in the context of `Pebbles.GlobalAngleUnit'
            else if (settings.global_word_length == Pebbles.GlobalAngleUnit.DWD) {
                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/MainWindow.vala:761.53-761.79: error: The name `WRD' does not exist in the context of `Pebbles.GlobalAngleUnit'
            else if (settings.global_word_length == Pebbles.GlobalAngleUnit.WRD) {
                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/MainWindow.vala:767.53-767.79: error: The name `BYT' does not exist in the context of `Pebbles.GlobalAngleUnit'
            else if (settings.global_word_length == Pebbles.GlobalAngleUnit.BYT) {
                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 4 error(s), 1 warning(s)
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

kseistrup commented on 2020-06-30 17:51 (UTC)

I get four errors like this when trying to build the pakcage:

../src/MainWindow.vala:749.48-749.74: error: The name `QWD' does not exist in the context of `Pebbles.GlobalAngleUnit'
            if (settings.global_word_length == Pebbles.GlobalAngleUnit.QWD) {

one for each of QWD, DWD, WRD and BYT.

commit e302bf346b2acfe1a984e953316fbfc2188e464c (HEAD -> master, tag: v1.0.4)