Bug 195739 - x11/cinnamon isn't installing
Summary: x11/cinnamon isn't installing
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: i386 Any
: --- Affects Many People
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-06 12:12 UTC by Chris
Modified: 2015-08-10 10:42 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris 2014-12-06 12:12:51 UTC
“What went wrong?” LOL Anticipating something? :) I guess you’re ready for it… Here goes…

cd /usr/ports/x11/gnome3
make install clean

Registering installation for py33-gobject3-3.14..0 as automatic pig-static: stat (/usr/ports/devel/py3-gobject3/work/stage/usr/local/lib/python3.3/site-packages/pygobject-3.14.0-py3.3-freebsd-10.1-RELEASE-i386.egg-info): No such file or directory
Error code 74

Stop.
make[3]: stopped in /usr/ports/devel/py3-gobject3
Error code 1

Stop.
make[2]: stopped in /usr/ports/accessibility/orca
Error code 1

Stop.
make[1]: stopped in /usr/ports/x11/gnome3
Erorr code 1

Stop.
make: stopped in /usr/ports/x11/gnome3

ready for fun yet?

Then I tried Cinnamon as I’ve heard some shall we say “interesting” things about it?

cd /usr/ports/x11/cinnamon
make install clean

Registering installation for py27-gobject3-3.14.0 as automatic
pkg-static: lstat (/usr/ports/devel/py-gobject3/work/stage/usr/local/lib/python2.7/site-packages/pyobject-3.14.0-py2.7-freebsd-10.1-RELEASE-i386.egg-info): No such file or directory
Error code 74

Stop.
make[3]: stopped in /usr/ports/devel/py-gobject3
Error code 1

Stop.
make[2]: stopped in /usr/ports/accessibility/caribou
Error code 1

Stop.
make[1]: stopped in /usr/ports/x11/cinnamon
Error code 1

Stop.
make: stopped in /usr/ports/x11/cinnamon

Notice a pattern?

cd /usr/ports/devel/py-gobject3
make install clean

Registering installation for py27-gobject3-3-3.14.0
pkg-static: lstat(/usr/ports/devel/py-gobject3/work/stage/usr/local/lib/python2.7/site-packages/pygobject-3.14.0-py2.7-freebsd-10.1-RELEASE-i386.egg-info): No such file or directory
Error code 74

Stop.
make: stopped in /usr/ports/devel/py-gobject3

ee Makefile

> no listing for a “maintainer”? I’m guessing something has gotten take down that shouldn’t have been? Ideas?
Comment 1 Koop Mast freebsd_committer freebsd_triage 2014-12-20 20:29:42 UTC
The maintainer is set in the master port (pygobject3-common). you can find it by doing make -V MAINTAINER. I think this issue should be fixed now, can you check it again?