Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380959 - app-arch/dpkg-1.16.0.3 USE=-nls on Mac OS X - ld: Undefined symbols: "_libintl_gettext", referenced from: _print_and_abort in libcompat.a(obstack.o)
Summary: app-arch/dpkg-1.16.0.3 USE=-nls on Mac OS X - ld: Undefined symbols: "_libi...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-28 15:23 UTC by yegle
Modified: 2021-03-31 23:28 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info =app-arch/dpkg-1.16.0.3 (emerge-info.txt,11.29 KB, text/plain)
2011-08-28 15:24 UTC, yegle
Details
build.log (build.log,14.40 KB, text/plain)
2011-08-28 15:24 UTC, yegle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yegle 2011-08-28 15:23:31 UTC
Bug 370457 depends on this package.

Making all in dpkg-deb
make[2]: Entering directory `/Users/yegle/.gentoo/var/tmp/portage/app-arch/dpkg-1.16.0.3/work/dpkg-1.16.0.3/dpkg-deb'
  CC     build.o
  CC     extract.o
extract.c: In function 'extracthalf':
extract.c:232: warning: format '%jd' expects type 'intmax_t *', but argument 3 has type 'off_t *'
extract.c:232: warning: format '%jd' expects type 'intmax_t *', but argument 3 has type 'off_t *'
  CC     info.o
info.c: In function 'info_list':
info.c:139: warning: passing argument 3 of 'scandir' from incompatible pointer type
  CC     main.o
  CCLD   dpkg-deb
Undefined symbols:
  "_libintl_gettext", referenced from:
      _print_and_abort in libcompat.a(obstack.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [dpkg-deb] Error 1
make[2]: Leaving directory `/Users/yegle/.gentoo/var/tmp/portage/app-arch/dpkg-1.16.0.3/work/dpkg-1.16.0.3/dpkg-deb'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Users/yegle/.gentoo/var/tmp/portage/app-arch/dpkg-1.16.0.3/work/dpkg-1.16.0.3'
make: *** [all] Error 2
emake failed

Reproducible: Always
Comment 1 yegle 2011-08-28 15:24:01 UTC
Created attachment 284887 [details]
emerge --info =app-arch/dpkg-1.16.0.3
Comment 2 yegle 2011-08-28 15:24:47 UTC
Created attachment 284889 [details]
build.log
Comment 3 yegle 2011-09-13 16:45:08 UTC
dpkg build successfully when compile with USE=nls
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-31 23:28:33 UTC
dpkg-1.20.5 built fine on macOS Prefix with USE=+/-nls. Closing.