Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gede: 2.15.4 -> 2.16.1 #82876

Closed
wants to merge 1 commit into from
Closed

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gede/versions.

meta.description for gede is: "Graphical frontend (GUI) to GDB"

meta.homepage for gede is: "http://gede.acidron.com"

Updates performed:

  • Version update
  • Quoted meta.homepage for RFC 45
Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

3 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
gede

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/gkpvlfrkqb6yxymm0rirx3qylmmyx7g5-gede-2.16.1 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A gede https://github.com/r-ryantm/nixpkgs/archive/fbc01ec1bb370a2922948fc50cc215b9f74c16e8.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/gkpvlfrkqb6yxymm0rirx3qylmmyx7g5-gede-2.16.1
ls -la /nix/store/gkpvlfrkqb6yxymm0rirx3qylmmyx7g5-gede-2.16.1/bin

cc @juliendehos for testing.

@juliendehos
Copy link
Contributor

I got this runtime error. I'm pretty busy now; I suggest not to merge yet.

$ gede 
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/run/user/1003/runtime-jd'
14.010| INFO  | Using: /dev/pts/2
14.017| INFO  | Found ctags ('ctags')
QObject::connect: Cannot queue arguments of type 'QTextCursor'
(Make sure 'QTextCursor' is registered using qRegisterMetaType().)
QBackingStore::endPaint() called with active painter; did you forget to destroy it or call QPainter::end() on it?
Segmentation fault (core dumped)

Copy link
Contributor

@juliendehos juliendehos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new version of gede (2.16.2) solves the problem.

@@ -2,11 +2,11 @@

mkDerivation rec {
pname = "gede";
version = "2.15.4";
version = "2.16.1";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version = "2.16.2";


src = fetchurl {
url = "http://gede.acidron.com/uploads/source/${pname}-${version}.tar.xz";
sha256 = "0bg7vyvznn1gn6w5yn14j59xph9psf2fyxr434pk62wmbzdpmkfg";
sha256 = "0r8vxsw6q93iip522ghy53wf45rdyzw6npm3ndcfvdg774fkgkln";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sha256 = "18a8n9yvhgkbc97p2995j7b5ncfdzy1fy13ahdafqmcpkl4r1hrj";

@jonringer
Copy link
Contributor

@juliendehos if you want to open up another PR, then I will be glad to merge it

@ryantm ryantm closed this Mar 25, 2020
@ryantm ryantm deleted the auto-update/gede branch March 25, 2020 01:19
@juliendehos juliendehos mentioned this pull request Mar 25, 2020
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants