User-Agent: Build Identifier: I can't merge POSE -- when linking "fluid", multiple errors occur. Then it tries to configure POSE, and it can't find fltk. Reproducible: Always Steps to Reproduce: emerge -u pose Actual Results: make[1]: Entering directory `/usr/local/portage/portage/pose-3.5-r1/work/fltk-1.0.11/fluid'^M Compiling Fl_Function_Type.o...^M Compiling Fl_Menu_Type.o...^M Compiling Fl_Group_Type.o...^M Compiling Fl_Widget_Type.o...^M Compiling Fl_Type.o...^M Compiling Fl_Window_Type.o...^M Compiling Fluid_Image.o...^M Compiling code.o...^M Compiling factory.o...^M Compiling file.o...^M Compiling fluid.o...^M Compiling about_panel.o...^M Compiling widget_panel.o...^M Compiling alignment_panel.o...^M Compiling function_panel.o...^M Compiling gif.o...^M Linking fluid...^M Fl_Function_Type.o(.text+0x3fd): In function `Fl_Function_Type::make()':^M : undefined reference to `operator new(unsigned)'^M Fl_Function_Type.o(.text+0xbed): In function `Fl_Code_Type::make()':^M [ and so on ]
Created attachment 7758 [details] The results of a emerge -u pose
Created attachment 7759 [details] The results of a emerge -u pose
you can emerge pose and it doesn't appear to be aware it requires fltk. root@myprec src # emerge -vp pose These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] app-emulation/pose-3.5-r1 When you build it will bail out if you don't have fltk installed rather than trying to obtain/build fltk then build pose. Then seemed related hope this it the right bug.
If you look at pose's ebuild file, you will see that fltk is installed with the pose. From pose-3.5-r1.ebuild: SRC_URI="http://www.palmos.com/dev/tools/emulator/sources/emulator_src_3.5.tar.gz ftp://www.easysw.com/pub/fltk/${FLTK_PV}/fltk-${FLTK_PV}-source.tar.bz2" fluid is part of the fltk package.
*** This bug has been marked as a duplicate of 5219 ***