Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14779 - POSE ebuild dies -- can't link fluid in fltk
Summary: POSE ebuild dies -- can't link fluid in fltk
Status: RESOLVED DUPLICATE of bug 5219
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-30 09:45 UTC by Mike Hostetler
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

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


Attachments
The results of a emerge -u pose (pose,121.57 KB, text/plain)
2003-01-30 09:51 UTC, Mike Hostetler
Details
The results of a emerge -u pose (pose,121.57 KB, text/plain)
2003-01-30 09:51 UTC, Mike Hostetler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Hostetler 2003-01-30 09:45:26 UTC
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 ]
Comment 1 Mike Hostetler 2003-01-30 09:51:04 UTC
Created attachment 7758 [details]
The results of a emerge -u pose
Comment 2 Mike Hostetler 2003-01-30 09:51:39 UTC
Created attachment 7759 [details]
The results of a emerge -u pose
Comment 3 Ty Morrison 2003-02-27 05:28:36 UTC
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.
Comment 4 Mike Hostetler 2003-02-27 11:04:41 UTC
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.
Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2003-07-26 05:21:32 UTC

*** This bug has been marked as a duplicate of 5219 ***