Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 690060

Summary: dev-lang/lazarus-2.0.2 - make: *** No rule to make target 'cleanide ide'. Stop. only with USE="python"
Product: Gentoo Linux Reporter: Sergej <getinaks>
Component: Current packagesAssignee: Amy Liffey <amynka>
Status: RESOLVED INVALID    
Severity: normal CC: alex, bill, deim, ervin.peters, gentoo, jstein, kaikaikai, phobosk
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=705280
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
build.log

Description Sergej 2019-07-17 16:00:09 UTC
Created attachment 583174 [details]
emerge --info

emerge failed at:

Info: (lazarus) Execute Title="Build IDE"
Info: (lazarus) Working Directory="/var/tmp/portage/dev-lang/lazarus-2.0.2/work/lazarus/"
Info: (lazarus) Executable="/usr/bin/make"
Info: (lazarus) Param[0]="-w"
Info: (lazarus) Param[1]="cleanide"
Info: (lazarus) Param[2]="cleanide ide"
make: Entering directory '/var/tmp/portage/dev-lang/lazarus-2.0.2/work/lazarus'
/usr/bin/make -C ide cleanide
make[1]: Entering directory '/var/tmp/portage/dev-lang/lazarus-2.0.2/work/lazarus/ide'
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
make: *** No rule to make target 'cleanide ide'.  Stop.
make[1]: Leaving directory '/var/tmp/portage/dev-lang/lazarus-2.0.2/work/lazarus/ide'
make: Leaving directory '/var/tmp/portage/dev-lang/lazarus-2.0.2/work/lazarus'
Error: (lazarus) Build IDE: stopped with exit code 2
Error: (lazarus) Building IDE: Building IDE failed.
Comment 1 Sergej 2019-07-17 16:01:56 UTC
Created attachment 583176 [details]
build.log
Comment 2 Alex 2019-07-20 09:43:15 UTC
Same here
Comment 3 Ervin Peters 2019-07-20 12:47:42 UTC
same here too.

/bin/rm -f 
/bin/rm -f 
make: *** Keine Regel, um „cleanide ide“ zu erstellen.  Schluss.
/bin/rm -f 
/bin/rm -f 
/bin/rm -f 
make[1]: Verzeichnis „/var/tmp/portage/dev-lang/lazarus-2.0.2/work/lazarus/ide“ wird verlassen
make: Verzeichnis „/var/tmp/portage/dev-lang/lazarus-2.0.2/work/lazarus“ wird verlassen
Error: (lazarus) IDE erstellen: stopped with exit code 2
Error: (lazarus) Building IDE: Building IDE failed.

ervin
Comment 4 Alexey Korepanov 2019-07-21 22:23:29 UTC
same
Comment 5 deim 2019-10-04 20:10:55 UTC
Version 2.0.4 with same error. Compile from original source is OK.
Comment 6 Bill Binder 2019-10-24 19:22:18 UTC
The build for 2.0.2 works for me if I disable the python USE flag, and fails if I enable it again.

This fits in with the part of the build which is reported to be failing:

./lazbuild -B --lazarusdir="." --pcp="../lazarus-package-config" --build-ide= --add-package ../Python-for-Lazarus-${PYTHON_HASH}/python4lazarus/python4lazarus_package.lpk || die;
Comment 7 Amy Liffey gentoo-dev 2020-04-25 13:37:23 UTC
Removed from tree.