#2865 closed defect (fixed)
Error compiling sugar-base from jhbuild
Reported by: | Alvar | Owned by: | sascha_silbe |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Blocker | Keywords: | |
Cc: | Distribution/OS: | ||
Bug Status: | New |
Description
I have this new error when I trying to compile in Tuquito 4.1
* Configurando sugar-base * [2/23]
./autogen.sh --prefix /home/maestrxs/sugar-jhbuild/install --libdir '/home/maestrxs/sugar-jhbuild/install/lib'
intltoolize: 'po/Makefile.in.in' exists: use '--force' to overwrite
./configure: line 2578: Report: command not found
./configure: line 2579: _ACEOF: command not found
./configure: line 2581: syntax error near unexpected token `fi'
./configure: line 2581: `fi'
* Error durante la fase configure de sugar-base: ########## Error de ejecución ./autogen.sh --prefix /home/maestrxs/sugar-jhbuild/install --libdir '/home/maestrxs/sugar-jhbuild/install/lib' * [2/23]
Attachments (1)
Change History (5)
Changed 12 years ago by lduchesne
comment:1 Changed 12 years ago by lduchesne
comment:2 Changed 12 years ago by Alvar
thnaks i will try and let you know
comment:3 Changed 12 years ago by sascha_silbe
- Component changed from sugar-jhbuild to sugar
- Distribution/OS Other (name your distribution in the description) deleted
- Keywords uquito sugar-base removed
- Resolution set to fixed
- Severity changed from Critical to Blocker
- Status changed from new to closed
Fixed by 7ed3d26. Thanks for the report!
I attached a small patch which should appear when moderators approve it. You can apply the patch using the following command:
cd sugar-base
git apply /path/to/configure.patch
It looks like someone messed up a merge and commited anyway..