pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: gnome 2.32 window borders



On Mon, May 16, 2016 at 10:09:46AM +0200, youri wrote:
> Thanks, I'm still looking at issues reported by wiz@ when building
> unprivileged and three build issues on OS X then I'll import it. Expect
> it this week ;)

I sometimes see:

if test -f "${mo}"; then mo="../${mo}"; else mo="/scratch/wip/mate-applets/work/mate-applets-1.14.0/drivemount/help/${mo}"; fi; \
(cd "oc/" && itstool -m "${mo}" ${d}/C/index.docbook ${d}/C/legal.xml) && \
touch "oc/oc.stamp"
Traceback (most recent call last):
  File "/usr/pkg/bin/itstool", line 1516, in <module>
    doc.apply_its_rules(not(opts.nobuiltins), params=params)
  File "/usr/pkg/bin/itstool", line 721, in apply_its_rules
    for dfile in os.listdir(itsdir):
OSError: [Errno 13] Permission denied: '/usr/pkg/share/itstool/its'
Makefile:617: recipe for target 'es/es.stamp' failed

And then there's this one, which I don't know how you would not meet :)

===> Building for mate-sensors-applet-1.14.0
Making all in sensors-applet
gmake[1]: Entering directory '/scratch/wip/mate-sensors-applet/work/mate-sensors-applet-1.14.0/sensors-applet'
/usr/pkg/bin/gmake  all-am
gmake[2]: Entering directory '/scratch/wip/mate-sensors-applet/work/mate-sensors-applet-1.14.0/sensors-applet'
  CC       about-dialog.o
  CC       active-sensor.o
  CC       prefs-dialog.o
  CC       sensor-config-dialog.o
  CC       sensors-applet.o
  CC       sensors-applet-plugins.o
  CC       sensors-applet-settings.o
  CC       main.o
active-sensor.c: In function 'active_sensor_new':
active-sensor.c:444:52: warning: iteration 2u invokes undefined behavior [-Waggressive-loop-optimizations]
                 active_sensor->alarm_timeout_id[i] = -1;
                                                    ^
active-sensor.c:443:9: note: containing loop
         for (i = 0; i < NUM_NOTIFS; i++) {
         ^
  CC       active-sensor-libnotify.o
  CCLD     mate-sensors-applet
ld: cannot find -ldl
Makefile:541: recipe for target 'mate-sensors-applet' failed
gmake[2]: *** [mate-sensors-applet] Error 1
gmake[2]: Leaving directory '/scratch/wip/mate-sensors-applet/work/mate-sensors-applet-1.14.0/sensors-applet'
Makefile:442: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory '/scratch/wip/mate-sensors-applet/work/mate-sensors-applet-1.14.0/sensors-applet'
Makefile:570: recipe for target 'all-recursive' failed
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/wip/mate-sensors-applet
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/wip/mate-sensors-applet

 Thomas


Home | Main Index | Thread Index | Old Index