tech-pkg archive

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

two baffling bulk build failures



I have been seeing bulk failures for two packages I maintain (neither of
which has changed lately, not that lack of change means much).  Both
build fine for me (not in pbulk).

* ups-nut-cgi and raqm

http://shadow.netbsd.org/pub/pkgsrc/packages/reports/HEAD/NetBSD-10.0-i386/20240824.2109/meta/report.html
http://shadow.netbsd.org/pub/pkgsrc/packages/reports/HEAD/NetBSD-10.0-i386/20240824.2109/ups-nut-cgi-2.8.2nb1/build.log
has a complaint about -lraqm.

raqm is required by gd.
On my system:
  gd's .la file shows -lraqm:
    dependency_libs='-L/usr/pkg/lib -L/usr/X11R7/lib -lfreetype -lpng16 -lbz2 -lpng16 -lbrotlidec -lpthread -lraqm -lfontconfig -limagequant -ltiff -ljbig -llzma -ljbig -ljpeg -lz -lwebp -lsharpyuv -lm'

  $ cat  work/.buildlink/.buildlink_raqm_done 
  /tmp/work/sysutils/ups-nut-cgi/work/.buildlink/include/raqm-version.h -> /usr/pkg/include/raqm-version.h
  /tmp/work/sysutils/ups-nut-cgi/work/.buildlink/include/raqm.h -> /usr/pkg/include/raqm.h
  /tmp/work/sysutils/ups-nut-cgi/work/.buildlink/lib/libraqm.so -> /usr/pkg/lib/libraqm.so
  /tmp/work/sysutils/ups-nut-cgi/work/.buildlink/lib/libraqm.so.0 -> /usr/pkg/lib/libraqm.so.0
  /tmp/work/sysutils/ups-nut-cgi/work/.buildlink/lib/libraqm.so.0.10.1 -> /usr/pkg/lib/libraqm.so.0.10.1
  /tmp/work/sysutils/ups-nut-cgi/work/.buildlink/lib/pkgconfig/raqm.pc -> /usr/pkg/lib/pkgconfig/raqm.pc

  $ pkg-config gdlib --libs
  -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lgd

* net/syncthing

  http://shadow.netbsd.org/pub/pkgsrc/packages/reports/HEAD/NetBSD-10.0-i386/20240824.2109/syncthing-1.26.1nb7/build.log:

  github.com/prometheus/client_golang/prometheus/promhttp
  github.com/syncthing/syncthing/lib/events
  github.com/syncthing/syncthing/lib/protocol
  github.com/syncthing/syncthing/lib/relay/protocol
  exit status 1
  exit status 1
  *** Error code 1

  http://shadow.netbsd.org/pub/pkgsrc/packages/reports/HEAD/NetBSD-9.0-i386/20240825.0649//syncthing-1.26.1nb7/build.log
  [same thing?]


  but I wonder if it's go on i386, not syncthing:

    https://releng.netbsd.org/bulktracker/pkg/31307067
    https://releng.netbsd.org/bulktracker/pkg/31254626


Home | Main Index | Thread Index | Old Index