Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648350 - dev-perl/libintl-perl faisl to compile when installing Prefix
Summary: dev-perl/libintl-perl faisl to compile when installing Prefix
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-21 09:15 UTC by Marius Stoica
Modified: 2021-01-10 19:10 UTC (History)
2 users (show)

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


Attachments
emerge --info (emerge-info.txt,4.92 KB, text/plain)
2018-02-21 09:17 UTC, Marius Stoica
Details
emerge log (emerge-libintl.log,14.80 KB, text/plain)
2018-02-21 09:19 UTC, Marius Stoica
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marius Stoica 2018-02-21 09:15:23 UTC
When running ./bootstrap-prefix.sh, the script stops when compiling dev-perl/libintl-perl-1.280.0. The same thing happens with all the versions of libintl-perl that I tried. 


Reproducible: Always
Comment 1 Marius Stoica 2018-02-21 09:17:15 UTC
Created attachment 520370 [details]
emerge --info
Comment 2 Marius Stoica 2018-02-21 09:19:32 UTC
Created attachment 520372 [details]
emerge log
Comment 3 Fabian Groffen gentoo-dev 2018-05-29 11:48:22 UTC
Seems like it shouldn't use -lintl for your platform.  Somehow it thinks it needs it though.

What is the host OS here?
Comment 4 Marius Stoica 2018-05-29 12:27:07 UTC
I tried installed this prefix on Mageia 5, updated to the latest version of all packages on the date that I reported this bug.
Comment 5 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2019-07-15 10:15:28 UTC
This section here in configure:

---
Warning: NAME must be a package name
Warning (mostly harmless): No library found for -liconv
Writing MYMETA.yml and MYMETA.json
---

Would have emitted the line:

---
Warning (mostly harmless): No library found for -lintl
---

If -lintl was not available.

That it detected it in configure, and then failed to find it at compile, smells spicy.
Comment 6 Fabian Groffen gentoo-dev 2021-01-10 19:10:17 UTC
we'd need to revisit this using latest versions