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 ).
Search Criteria
Package Details: gnome-photos-git 3.15.90.8.g3074544-1
Package Actions
| Package Base: | gnome-photos-git |
|---|---|
| Description: | Photos - access, organize and share your photos on GNOME |
| Upstream URL: | http://www.gnome.org |
| Category: | gnome |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| 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)
- exempi
- gegl>=0.3.0
- gnome-online-accounts
- gtk3>=3.15.5
- libexif
- libgdata>=0.15.2
- libgfbgraph>=0.2.1
- librsvg
- tracker>=0.17.2
- git (make)
- gnome-common (make)
- intltool (make)
Required by (0)
Sources
Latest Comments
Comment by cybertorture
Anonymous comment
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
"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
when built the program dumps core when trying to organize photos.
Anonymous comment
in the line
git clone "$_gitroot" "$_gitname" ; git checkout 992c39d61dcb942e7677692196db2081e78799b6
; cd "$_gitname"
is missing
Anonymous comment
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
Thanks marcoscarpetta, it is fixed now.
Comment by marcoscarpetta
'intltool' should be in makedepends.