Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 629510 - app-editors/nano-2.8.7[minimal] fails to build
Summary: app-editors/nano-2.8.7[minimal] fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-31 21:57 UTC by Davide Palma
Modified: 2017-09-02 00:23 UTC (History)
1 user (show)

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


Attachments
emerge --info (emergeinfo,4.37 KB, text/plain)
2017-08-31 21:57 UTC, Davide Palma
Details
Environment (environment,89.17 KB, text/plain)
2017-08-31 22:05 UTC, Davide Palma
Details
the build.log (build.log.xz,11.34 KB, application/x-xz)
2017-08-31 22:07 UTC, Davide Palma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Davide Palma 2017-08-31 21:57:13 UTC
Created attachment 491300 [details]
emerge --info

2.8.6 compiles fine, while 2.8.7 fails because of an implicit declaration.
Removing the USE flag minimal solves the problem.
Comment 1 Davide Palma 2017-08-31 22:05:46 UTC
Created attachment 491302 [details]
Environment
Comment 2 Davide Palma 2017-08-31 22:07:53 UTC
Created attachment 491304 [details]
the build.log
Comment 3 Arfrever Frehtes Taifersar Arahesis 2017-09-01 20:24:16 UTC
x86_64-pc-linux-gnu-gcc  -fomit-frame-pointer -march=native -O3 -Wall  -fomit-frame-pointer -march=native -O3 -o nano browser.o chars.o color.o cut.o files.o global.o help.o move.o nano.o prompt.o rcfile.o search.o text.o utils.o winio.o ../lib/libgnu.a   -lncurses
move.o: In function `do_page_up':
move.c:(.text+0x1a0): undefined reference to `leftedge_for'
move.o: In function `do_page_down':
move.c:(.text+0x330): undefined reference to `leftedge_for'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1532: nano] Error 1
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2017-09-02 00:23:46 UTC
commit a85bdb42ac21f9adb2ed7b71c6257fbf8a2f60e6 (HEAD -> master, origin/master, origin/HEAD)
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Sat Sep 2 02:23:06 2017

    app-editors/nano: Fixed build with USE="minimal" (bug #629510).

    Package-Manager: Portage-2.3.8, Repoman-2.3.3