Package Details: gnome-photos-git 3.15.90.8.g3074544-1

Package Base: gnome-photos-git
Description: Photos - access, organize and share your photos on GNOME
Upstream URL: http://www.gnome.org
Category: gnome
Licenses: GPL2
Conflicts: gnome-photos
Provides: gnome-photos=3.15.90
Submitter: cybertorture
Maintainer: yoseforb
Last Packager: yoseforb
Votes: 0
First Submitted: 2012-11-11 16:05
Last Updated: 2015-02-24 22:04

Dependencies (12)

Required by (0)

Sources

Latest Comments

Comment by cybertorture

2012-12-13 15:47

Thanks Heinrichmeyer, i would like to know if there is still problem with yaourt, since i do not use it. I apologize that i does not include you as contributor in PKGBUILD but that will be corrected on next version ( i was just hurry to upload it ).

Anonymous comment

2012-12-13 15:24

on a first time build the command below creates directory "$_gitname" that was not created before. Checking out of whatever can only work if "cd" to it. This has nothing to do with tmpfs or not tmpfs.
Try out my fix and you see building of program works even in /tmp (coredump on organize is still there, reported upstream bug).
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> first cd, then checkout branch <<<<<<<<<<<<<<
git clone "$_gitroot" "$_gitname" ; cd "$_gitname" ; git checkout

if you don't use fresh /tmp directories, maybe the offending line is never reached on your box.

Comment by cybertorture

2012-12-11 19:23

"fatal: Not a git repository (or any parent up to mount point /tmp)"
If yaourt build it in /tmp yes it will fail, i am not sure how to correct this atm.
"; cd "$_gitname" "
there is at next step - cd "$srcdir/$_gitname"
"when built the program dumps core when trying to organize photos."
it is still WIP, i think it will be ready for 3.8, as for now it is only for testing purpose.

BTW, i revert a few commits to "992c39d61dcb942e7677692196db2081e78799b6", because of glibc 2.35 requirement, so it may be a bit improoved, i m not checking latest commits, but i ll do try it out in few days. Until then i m open for suggestions :)

Anonymous comment

2012-12-11 18:09

when built the program dumps core when trying to organize photos.

Anonymous comment

2012-12-11 18:04

in the line
git clone "$_gitroot" "$_gitname" ; git checkout 992c39d61dcb942e7677692196db2081e78799b6

; cd "$_gitname"

is missing

Anonymous comment

2012-12-11 17:56

building with yaourt does not work: A git problem:

Klone nach 'gnome-photos'...
remote: Counting objects: 1624, done.
remote: Compressing objects: 100% (1505/1505), done.
remote: Total 1624 (delta 1168), reused 136 (delta 110)
Empfange Objekte: 100% (1624/1624), 620.38 KiB | 243 KiB/s, done.
Löse Unterschiede auf: 100% (1168/1168), done.
fatal: Not a git repository (or any parent up to mount point /tmp)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

Comment by cybertorture

2012-11-12 21:19

Thanks marcoscarpetta, it is fixed now.

Comment by marcoscarpetta

2012-11-12 12:27

'intltool' should be in makedepends.